t9903-bash-prompt: don't check the stderr of __git_ps1()
SZEDER Gábor committed over 8 years ago
t5570-git-daemon: don't check the stderr of a subshell
SZEDER Gábor committed over 8 years ago
t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
SZEDER Gábor committed over 8 years ago
t5500-fetch-pack: don't check the stderr of a subshell
SZEDER Gábor committed over 8 years ago
t3030-merge-recursive: don't check the stderr of a subshell
SZEDER Gábor committed over 8 years ago
sequencer: do not roll back lockfile unnecessarily
Martin Ågren committed over 8 years ago
merge: always roll back lock in `checkout_fast_forward()`
Martin Ågren committed over 8 years ago
merge-recursive: always roll back lock in `merge_recursive_generic()`
Martin Ågren committed over 8 years ago
t5536: simplify checking of messages output to stderr
SZEDER Gábor committed over 8 years ago
Nguyễn Thái Ngọc Duy committed over 8 years ago
revision.c: reduce object database queries
Derrick Stolee committed over 8 years ago
perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file
René Scharfe committed over 8 years ago
Git.pm: add the "use warnings" pragma
Ævar Arnfjörð Bjarmason committed over 8 years ago
Git.pm: remove redundant "use strict" from sub-package
Ævar Arnfjörð Bjarmason committed over 8 years ago
perl: *.pm files should not have the executable bit
Ævar Arnfjörð Bjarmason committed over 8 years ago
sequencer: always roll back lock in `do_recursive_merge()`
Martin Ågren committed over 8 years ago
sequencer: make lockfiles non-static
Martin Ågren committed over 8 years ago
sha1_name: fix uninitialized memory errors
Derrick Stolee committed over 8 years ago
docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
Mårten Kongstad committed over 8 years ago
merge-recursive: ensure we write updates for directory-renamed file
Elijah Newren committed over 8 years ago