pathspec: copy and free owned memory
Brandon Williams committed over 9 years ago
pathspec: remove the deprecated get_pathspec function
Brandon Williams committed over 9 years ago
ls-tree: convert show_recursive to use the pathspec struct interface
Brandon Williams committed over 9 years ago
dir: convert fill_directory to use the pathspec struct interface
Brandon Williams committed over 9 years ago
dir: remove struct path_simplify
Brandon Williams committed over 9 years ago
mv: remove use of deprecated 'get_pathspec()'
Brandon Williams committed over 9 years ago
git_exec_path: avoid Coverity warning about unfree()d result
Johannes Schindelin committed over 9 years ago
blame: output porcelain "previous" header for each file
Jeff King committed over 9 years ago
Jeff King committed over 9 years ago
blame: fix alignment with --abbrev=40
Jeff King committed over 9 years ago
files_transaction_commit(): clean up empty directories
Michael Haggerty committed over 9 years ago
try_remove_empty_parents(): teach to remove parents of reflogs, too
Michael Haggerty committed over 9 years ago
try_remove_empty_parents(): don't trash argument contents
Michael Haggerty committed over 9 years ago
try_remove_empty_parents(): rename parameter "name" -> "refname"
Michael Haggerty committed over 9 years ago
delete_ref_loose(): inline function
Michael Haggerty committed over 9 years ago
delete_ref_loose(): derive loose reference path from lock
Michael Haggerty committed over 9 years ago
log_ref_write_1(): inline function
Michael Haggerty committed over 9 years ago
log_ref_setup(): manage the name of the reflog file internally
Michael Haggerty committed over 9 years ago
log_ref_write_1(): don't depend on logfile argument
Michael Haggerty committed over 9 years ago
log_ref_setup(): pass the open file descriptor back to the caller
Michael Haggerty committed over 9 years ago