repository.h: move declaration of the_index from cache.h
Elijah Newren committed over 3 years ago
merge.h: move declarations for merge.c from cache.h
Elijah Newren committed over 3 years ago
diff.h: move declaration for global in diff.c from cache.h
Elijah Newren committed over 3 years ago
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren committed over 3 years ago
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren committed over 3 years ago
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren committed over 3 years ago
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren committed over 3 years ago
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren committed over 3 years ago
read-cache: move shared add/checkout/commit code
Elijah Newren committed over 3 years ago
add: modify add_files_to_cache() to avoid globals
Elijah Newren committed over 3 years ago
read-cache: move shared commit and ls-files code
Elijah Newren committed over 3 years ago
setup: adopt shared init-db & clone code
Elijah Newren committed over 3 years ago
init-db, clone: change unnecessary global into passed parameter
Elijah Newren committed over 3 years ago
init-db: remove unnecessary global variable
Elijah Newren committed over 3 years ago
init-db: document existing bug with core.bare in template config
Elijah Newren committed over 3 years ago
notes: introduce "--no-separator" option
Teng Long committed about 3 years ago
notes.c: introduce "--[no-]stripspace" option
Teng Long committed about 3 years ago
notes.c: append separator instead of insert by pos
Teng Long committed about 3 years ago
notes.c: introduce '--separator=<paragraph-break>' option
Teng Long committed about 3 years ago
t3321: add test cases about the notes stripspace behavior
Teng Long committed about 3 years ago