convert: update subprocess_read_status() to not die on EOF
Ben Peart committed over 9 years ago
sub-process: move sub-process functions into separate files
Ben Peart committed over 9 years ago
convert: rename reusable sub-process functions
Ben Peart committed over 9 years ago
convert: update generic functions to only use generic data structures
Ben Peart committed over 9 years ago
convert: separate generic structures and variables from the filter specific ones
Ben Peart committed over 9 years ago
convert: split start_multi_file_filter() into two separate functions
Ben Peart committed over 9 years ago
pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULL
Jeff King committed over 9 years ago
usage.c: drop set_error_handle()
Jeff King committed over 9 years ago
builtin/log: honor log.decorate
brian m. carlson committed over 9 years ago
config: complain about --local outside of a git repo
Jeff King committed over 9 years ago
setup_git_env: convert die("BUG") to BUG()
Jeff King committed over 9 years ago
Jeff King committed over 9 years ago
git-filter-branch: be more direct in an error message
Jean-Noel Avila committed over 9 years ago
read-tree -m: make error message for merging 0 trees less smart aleck
Jean-Noel Avila committed over 9 years ago
usability: don't ask questions if no reply is required
Jean-Noel Avila committed over 9 years ago
pathspec: convert find_pathspecs_matching_against_index to take an index
Brandon Williams committed over 9 years ago
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
Brandon Williams committed over 9 years ago
ls-files: prevent prune_cache from overeagerly pruning submodules
Brandon Williams committed over 9 years ago
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
Brandon Williams committed over 9 years ago
perf: add test showing exponential growth in path globbing
Ævar Arnfjörð Bjarmason committed over 9 years ago