doc: fix config API documentation about config_with_options
Antonio Ospite committed over 8 years ago
submodule: port submodule subcommand 'foreach' from shell to C
Prathamesh Chavan committed over 8 years ago
Nguyễn Thái Ngọc Duy committed over 8 years ago
help: use command-list.h for common command list
Nguyễn Thái Ngọc Duy committed over 8 years ago
generate-cmds.sh: export all commands to command-list.h
Nguyễn Thái Ngọc Duy committed over 8 years ago
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