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
unpack-trees: make dir an internal-only struct
Elijah Newren committed almost 5 years ago
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren committed almost 5 years ago
read-tree, merge-recursive: overwrite ignored files by default
Elijah Newren committed almost 5 years ago
checkout, read-tree: fix leak of unpack_trees_options.dir
Elijah Newren committed almost 5 years ago
lazyload.h: use an even more generic function pointer than FARPROC
Carlo Marcelo Arenas Belón committed almost 5 years ago
refs: drop "broken" flag from for_each_fullref_in()
Jeff King committed almost 5 years ago
ref-filter: drop broken-ref code entirely
Jeff King committed almost 5 years ago
ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN
Jeff King committed almost 5 years ago