add: fail when adding an untracked sparse file
Derrick Stolee committed almost 5 years ago
dir: fix pattern matching on dirs
Derrick Stolee committed almost 5 years ago
dir: select directories correctly
Derrick Stolee committed almost 5 years ago
t1092: behavior for adding sparse files
Derrick Stolee committed almost 5 years ago
maintenance: fix test t7900-maintenance.sh
Lénaïc Huard committed almost 5 years ago
builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
Ævar Arnfjörð Bjarmason committed almost 5 years ago
daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
Ævar Arnfjörð Bjarmason committed almost 5 years ago
Merge branch 'ab/designated-initializers' into ab/designated-initializers-more
Junio C Hamano committed almost 5 years ago
cbtree.h: define cb_init() in terms of CBTREE_INIT
Ævar Arnfjörð Bjarmason committed almost 5 years ago
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason committed almost 5 years ago
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason committed almost 5 years ago
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason committed almost 5 years ago
submodule-config.h: remove unused SUBMODULE_INIT macro
Ævar Arnfjörð Bjarmason committed almost 5 years ago
Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes
Ævar Arnfjörð Bjarmason committed almost 5 years ago
Documentation: call out commands that nuke untracked files/directories
Elijah Newren committed almost 5 years ago
Comment important codepaths regarding nuking untracked files/dirs
Elijah Newren committed almost 5 years ago
unpack-trees: avoid nuking untracked dir in way of locally deleted file
Elijah Newren committed almost 5 years ago
unpack-trees: avoid nuking untracked dir in way of unmerged file
Elijah Newren committed almost 5 years ago
Change unpack_trees' 'reset' flag into an enum
Elijah Newren committed almost 5 years ago
Remove ignored files by default when they are in the way
Elijah Newren committed almost 5 years ago