index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
-3
/
+78
2021-09-28
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
-24
/
+234
2021-09-28
builtin/repack.c: extract showing progress to a variable
Taylor Blau
-1
/
+2
2021-09-28
builtin/repack.c: rename variables that deal with non-kept packs
Taylor Blau
-11
/
+11
2021-09-28
builtin/repack.c: keep track of existing packs unconditionally
Taylor Blau
-25
/
+31
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
-13
/
+164
2021-09-28
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
-0
/
+46
2021-09-28
midx: expose `write_midx_file_only()` publicly
Taylor Blau
-8
/
+58
2021-09-28
Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better
Carlo Marcelo Arenas Belón
-2
/
+11
2021-09-28
parse-options.h: move PARSE_OPT_SHELL_EVAL between enums
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-09-28
doc: fix capitalization in "git status --porcelain=v2" description
Orgad Shaneh
-1
/
+1
2021-09-28
Merge branch 'jk/ref-paranoia' into jt/no-abuse-alternate-odb-for-submodules
Junio C Hamano
-472
/
+964
2021-09-28
refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()
Ævar Arnfjörð Bjarmason
-9
/
+7
2021-09-28
refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir()
Ævar Arnfjörð Bjarmason
-24
/
+12
2021-09-28
refs/ref-cache.[ch]: remove unused add_ref_entry()
Ævar Arnfjörð Bjarmason
-16
/
+0
2021-09-28
refs/ref-cache.[ch]: remove unused remove_entry_from_dir()
Ævar Arnfjörð Bjarmason
-51
/
+0
2021-09-28
refs.[ch]: remove unused ref_storage_backend_exists()
Ævar Arnfjörð Bjarmason
-7
/
+0
2021-09-28
config.c: remove unused git_config_key_is_valid()
Ævar Arnfjörð Bjarmason
-27
/
+8
2021-09-28
string-list.[ch]: remove string_list_init() compatibility function
Ævar Arnfjörð Bjarmason
-15
/
+2
2021-09-28
The ninth batch
Junio C Hamano
-0
/
+5
2021-09-28
Merge branch 'en/typofixes'
Junio C Hamano
-2
/
+2
2021-09-28
Merge branch 'cb/unicode-14'
Junio C Hamano
-15
/
+29
2021-09-28
Merge branch 'jk/reduce-malloc-in-v2-servers'
Junio C Hamano
-59
/
+164
2021-09-28
advice: update message to suggest '--sparse'
Derrick Stolee
-14
/
+24
2021-09-28
mv: refuse to move sparse paths
Derrick Stolee
-9
/
+229
2021-09-28
rm: skip sparse paths with missing SKIP_WORKTREE
Derrick Stolee
-3
/
+20
2021-09-28
rm: add --sparse option
Derrick Stolee
-2
/
+24
2021-09-28
add: update --renormalize to skip sparse paths
Derrick Stolee
-2
/
+14
2021-09-28
add: update --chmod to skip sparse paths
Derrick Stolee
-2
/
+12
2021-09-28
add: implement the --sparse option
Derrick Stolee
-24
/
+43
2021-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
-10
/
+34
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
-9
/
+42
2021-09-28
dir: fix pattern matching on dirs
Derrick Stolee
-1
/
+1
2021-09-28
dir: select directories correctly
Derrick Stolee
-5
/
+49
2021-09-28
t1092: behavior for adding sparse files
Derrick Stolee
-0
/
+28
2021-09-27
maintenance: fix test t7900-maintenance.sh
Lénaïc Huard
-2
/
+1
2021-09-27
builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
Ævar Arnfjörð Bjarmason
-17
/
+13
2021-09-27
daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
Ævar Arnfjörð Bjarmason
-12
/
+7
2021-09-27
Merge branch 'ab/designated-initializers' into ab/designated-initializers-more
Junio C Hamano
-54
/
+68
2021-09-27
cbtree.h: define cb_init() in terms of CBTREE_INIT
Ævar Arnfjörð Bjarmason
-2
/
+3
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
-18
/
+42
2021-09-27
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason
-11
/
+7
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
-24
/
+21
2021-09-27
submodule-config.h: remove unused SUBMODULE_INIT macro
Ævar Arnfjörð Bjarmason
-4
/
+0
2021-09-27
Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes
Ævar Arnfjörð Bjarmason
-0
/
+1
2021-09-27
Documentation: call out commands that nuke untracked files/directories
Elijah Newren
-5
/
+8
2021-09-27
Comment important codepaths regarding nuking untracked files/dirs
Elijah Newren
-1
/
+7
2021-09-27
unpack-trees: avoid nuking untracked dir in way of locally deleted file
Elijah Newren
-1
/
+4
2021-09-27
unpack-trees: avoid nuking untracked dir in way of unmerged file
Elijah Newren
-5
/
+32
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
-16
/
+39
[prev]
[next]