t5410: use longer path for sample script
Jeff King committed almost 8 years ago
t0061: adjust to test-tool transition
Junio C Hamano committed almost 8 years ago
run-command: mark path lookup errors with ENOENT
Jeff King committed almost 8 years ago
khash: silence -Wunused-function for delta-islands
Carlo Marcelo Arenas Belón committed almost 8 years ago
commit-slabs: move MAYBE_UNUSED out
Carlo Marcelo Arenas Belón committed almost 8 years ago
mingw: fix getcwd when the parent directory cannot be queried
Anton Serbulov committed almost 8 years ago
mingw: ensure `getcwd()` reports the correct case
Johannes Schindelin committed almost 8 years ago
mingw: load system libraries the recommended way
Johannes Schindelin committed almost 8 years ago
rebase --autostash: fix issue with dirty submodules
Johannes Schindelin committed almost 8 years ago
rebase --autostash: demonstrate a problem with dirty submodules
Johannes Schindelin committed almost 8 years ago
mingw: implement nanosecond-precision file times
Karsten Blees committed almost 8 years ago
mingw: replace MSVCRT's fstat() with a Win32-based implementation
Karsten Blees committed almost 8 years ago
mingw: factor out code to set stat() data
Johannes Schindelin committed almost 8 years ago
reset: warn when refresh_index() takes more than 2 seconds
Ben Peart committed almost 8 years ago
reset: add new reset.quiet config setting
Ben Peart committed almost 8 years ago
reset: don't compute unstaged changes after reset when --quiet
Ben Peart committed almost 8 years ago
Documentation/config.txt: fix typo in core.alternateRefsCommand
Taylor Blau committed almost 8 years ago
Junio C Hamano committed almost 8 years ago
cocci: simplify "if (++u > 1)" to "if (u++)"
Junio C Hamano committed almost 8 years ago
t7501: rename commit test to comply with naming convention
Stephen P. Smith committed almost 8 years ago