generate-cmds.sh: factor out synopsis extract code
Nguyễn Thái Ngọc Duy committed over 8 years ago
replace-object.c: remove the_repository from prepare_replace_object
Stefan Beller committed over 8 years ago
object.c: free replace map in raw_object_store_clear
Stefan Beller committed over 8 years ago
repository: fix free problem with repo_clear(the_repository)
Nguyễn Thái Ngọc Duy committed over 8 years ago
fast-export: avoid NULL pointer arithmetic
René Scharfe committed over 8 years ago
BUG_exit_code: fix sparse "symbol not declared" warning
Ramsay Jones committed over 8 years ago
lock_file: move static locks into functions
Martin Ågren committed over 8 years ago
lock_file: make function-local locks non-static
Martin Ågren committed over 8 years ago
refs.c: do not die if locking fails in `delete_pseudoref()`
Martin Ågren committed over 8 years ago
refs.c: do not die if locking fails in `write_pseudoref()`
Martin Ågren committed over 8 years ago
t/helper/test-write-cache: clean up lock-handling
Martin Ågren committed over 8 years ago
submodule foreach: document variable '$displaypath'
Prathamesh Chavan committed over 8 years ago
submodule foreach: document '$sm_path' instead of '$path'
Prathamesh Chavan committed over 8 years ago
submodule foreach: correct '$path' in nested submodules from a subdirectory
Prathamesh Chavan committed over 8 years ago
object: allow create_object to handle arbitrary repositories
Stefan Beller committed over 8 years ago
object: allow grow_object_hash to handle arbitrary repositories
Stefan Beller committed over 8 years ago
alloc: add repository argument to alloc_commit_index
Stefan Beller committed over 8 years ago
alloc: add repository argument to alloc_report
Stefan Beller committed over 8 years ago
alloc: add repository argument to alloc_object_node
Stefan Beller committed over 8 years ago
alloc: add repository argument to alloc_tag_node
Stefan Beller committed over 8 years ago