| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-17 | Merge branch 'cb/path-owner-check-with-sudo-plus' | Junio C Hamano | 1 | -1/+6 |
| 2022-06-17 | git-compat-util: allow root to access both SUDO_UID and root owned | Carlo Marcelo Arenas Belón | 1 | -1/+6 |
| 2022-06-10 | Merge branch 'ab/bug-if-bug' | Junio C Hamano | 1 | -2/+12 |
| 2022-06-03 | Merge branch 'ds/bundle-uri' | Junio C Hamano | 1 | -1/+7 |
| 2022-06-03 | Merge branch 'ns/batch-fsync' | Junio C Hamano | 1 | -0/+2 |
| 2022-06-02 | usage.c: add a non-fatal bug() function to go with BUG() | Ævar Arnfjörð Bjarmason | 1 | -0/+10 |
| 2022-06-02 | common-main.c: move non-trace2 exit() behavior out of trace2.c | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-05-26 | Merge branch 'cb/path-owner-check-with-sudo' | Junio C Hamano | 1 | -1/+52 |
| 2022-05-16 | dir API: add a generalized path_match_flags() function | Ævar Arnfjörð Bjarmason | 1 | -1/+7 |
| 2022-05-12 | git-compat-util: avoid failing dir ownership checks if running privileged | Carlo Marcelo Arenas Belón | 1 | -1/+52 |
| 2022-04-11 | Merge tag 'v2.35.2' | Junio C Hamano | 1 | -0/+12 |
| 2022-04-06 | Merge branch 'bc/csprng-mktemps' | Junio C Hamano | 1 | -0/+4 |
| 2022-04-06 | core.fsync: use batch mode and sync loose objects by default on Windows | Neeraj Singh | 1 | -0/+2 |
| 2022-04-06 | Merge branch 'ns/core-fsyncmethod' into ns/batch-fsync | Junio C Hamano | 1 | -6/+24 |
| 2022-04-06 | git-compat-util: really support openssl as a source of entropy | Carlo Marcelo Arenas Belón | 1 | -0/+4 |
| 2022-03-30 | trace2: add stats for fsync operations | Neeraj Singh | 1 | -0/+5 |
| 2022-03-25 | Merge branch 'ns/core-fsyncmethod' | Junio C Hamano | 1 | -6/+24 |
| 2022-03-24 | Sync with 2.34.2 | Johannes Schindelin | 1 | -0/+12 |
| 2022-03-24 | Sync with 2.33.2 | Johannes Schindelin | 1 | -1/+15 |
| 2022-03-24 | Sync with 2.32.1 | Johannes Schindelin | 1 | -1/+15 |
| 2022-03-24 | Sync with 2.31.2 | Johannes Schindelin | 1 | -1/+15 |
| 2022-03-24 | Sync with 2.30.3 | Johannes Schindelin | 1 | -1/+15 |
| 2022-03-21 | Add a function to determine whether a path is owned by the current user | Johannes Schindelin | 1 | -0/+12 |
| 2022-03-17 | mingw: avoid fallback for {local,gm}time_r() | Carlo Marcelo Arenas Belón | 1 | -1/+3 |
| 2022-03-10 | core.fsyncmethod: add writeout-only mode | Neeraj Singh | 1 | -0/+24 |
| 2022-03-10 | wrapper: make inclusion of Windows csprng header tightly scoped | Neeraj Singh | 1 | -6/+0 |
| 2022-02-21 | C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code | Ævar Arnfjörð Bjarmason | 1 | -12/+0 |
| 2022-02-21 | git-compat-util.h: clarify GCC v.s. C99-specific in comment | Ævar Arnfjörð Bjarmason | 1 | -3/+1 |
| 2022-02-16 | Merge branch 'ab/auto-detect-zlib-compress2' | Junio C Hamano | 1 | -0/+12 |
| 2022-02-11 | Merge branch 'bc/csprng-mktemps' | Junio C Hamano | 1 | -0/+19 |
| 2022-01-26 | compat: auto-detect if zlib has uncompress2() | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
| 2022-01-17 | wrapper: add a helper to generate numbers from a CSPRNG | brian m. carlson | 1 | -0/+19 |
| 2022-01-10 | Merge branch 'ab/usage-die-message' | Junio C Hamano | 1 | -1/+3 |
| 2022-01-05 | Merge branch 'jc/flex-array-definition' | Junio C Hamano | 1 | -2/+11 |
| 2021-12-10 | Merge branch 'cb/mingw-gmtime-r' | Junio C Hamano | 1 | -1/+3 |
| 2021-12-10 | Merge branch 'bc/require-c99' | Junio C Hamano | 1 | -0/+13 |
| 2021-12-08 | flex-array: simplify compiler-specific workaround | Junio C Hamano | 1 | -2/+11 |
| 2021-12-07 | config API: use get_error_routine(), not vreportf() | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2021-12-07 | usage.c + gc: add and use a die_message_errno() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-12-07 | usage.c: add a die_message() routine | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2021-12-01 | git-compat-util: add a test balloon for C99 support | brian m. carlson | 1 | -0/+13 |
| 2021-11-29 | Merge branch 'mc/clean-smudge-with-llp64' | Junio C Hamano | 1 | -0/+25 |
| 2021-11-29 | Merge branch 'jc/unsetenv-returns-an-int' | Junio C Hamano | 1 | -1/+1 |
| 2021-11-27 | mingw: avoid fallback for {local,gm}time_r() | Carlo Marcelo Arenas Belón | 1 | -1/+3 |
| 2021-11-03 | git-compat-util: introduce more size_t helpers | Johannes Schindelin | 1 | -0/+25 |
| 2021-10-29 | unsetenv(3) returns int, not void | Junio C Hamano | 1 | -1/+1 |
| 2021-10-29 | wrapper: remove xunsetenv() | Carlo Marcelo Arenas Belón | 1 | -1/+0 |
| 2021-10-06 | Merge branch 'ab/repo-settings-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2021-09-23 | Merge branch 'cb/unix-sockets-with-windows' | Junio C Hamano | 1 | -0/+3 |
| 2021-09-22 | wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2021-09-14 | git-compat-util: include declaration for unix sockets in windows | Carlo Marcelo Arenas Belón | 1 | -0/+3 |
| 2021-09-03 | gettext: remove optional non-standard parens in N_() definition | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
| 2021-07-16 | Merge branch 'ew/mmap-failures' | Junio C Hamano | 1 | -0/+1 |
| 2021-07-08 | Merge branch 'ar/typofix' | Junio C Hamano | 1 | -1/+1 |
| 2021-06-29 | xmmap: inform Linux users of tuning knobs on ENOMEM | Eric Wong | 1 | -0/+1 |
| 2021-06-14 | *: fix typos which duplicate a word | Andrei Rybak | 1 | -1/+1 |
| 2021-06-10 | Merge branch 'jn/size-t-casted-to-off-t-fix' | Junio C Hamano | 1 | -4/+2 |
| 2021-05-19 | xsize_t: avoid implementation defined behavior when len < 0 | Jonathan Nieder | 1 | -4/+2 |
| 2021-04-13 | Merge branch 'tb/precompose-prefix-simplify' | Junio C Hamano | 1 | -0/+5 |
| 2021-04-05 | precompose_utf8: make precompose_string_if_needed() public | Torsten Bögershausen | 1 | -0/+5 |
| 2021-03-22 | Merge branch 'jk/open-dotgitx-with-nofollow' | Junio C Hamano | 1 | -0/+7 |
| 2021-03-13 | git-compat-util.h: drop trailing semicolon from macro definition | René Scharfe | 1 | -1/+1 |
| 2021-03-08 | Sync with Git 2.30.2 for CVE-2021-21300 | Junio C Hamano | 1 | -0/+5 |
| 2021-03-04 | Merge branch 'jk/open-returns-eintr' | Junio C Hamano | 1 | -0/+6 |
| 2021-02-26 | Makefile: add OPEN_RETURNS_EINTR knob | Jeff King | 1 | -0/+6 |
| 2021-02-16 | add open_nofollow() helper | Jeff King | 1 | -0/+7 |
| 2021-02-12 | Merge branch 'tb/precompose-prefix-too' | Junio C Hamano | 1 | -2/+2 |
| 2021-02-12 | Sync with 2.29.3 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.28.1 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.27.1 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.26.3 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.24.4 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.23.4 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.22.5 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.21.4 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.20.5 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.19.6 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.18.5 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | Sync with 2.17.6 | Johannes Schindelin | 1 | -0/+5 |
| 2021-02-12 | checkout: fix bug that makes checkout follow symlinks in leading path | Matheus Tavares | 1 | -0/+5 |
| 2021-02-03 | MacOS: precompose_argv_prefix() | Torsten Bögershausen | 1 | -2/+2 |
| 2021-01-27 | git-compat-util: always enable variadic macros | Jeff King | 1 | -2/+5 |
| 2020-12-18 | Merge branch 'jc/compat-util-setitimer-fix' | Junio C Hamano | 1 | -1/+1 |
| 2020-12-15 | compat-util: pretend that stub setitimer() always succeeds | Junio C Hamano | 1 | -1/+1 |
| 2020-11-30 | Merge branch 'hn/sleep-millisec-decl' | Junio C Hamano | 1 | -0/+2 |
| 2020-11-24 | move sleep_millisec to git-compat-util.h | Han-Wen Nienhuys | 1 | -0/+2 |
| 2020-11-02 | Merge branch 'jk/report-fn-typedef' | Junio C Hamano | 1 | -5/+7 |
| 2020-10-16 | usage: define a type for a reporting function | Jeff King | 1 | -5/+7 |
| 2020-08-06 | compat-util: type-check parameters of no-op replacement functions | Junio C Hamano | 1 | -5/+15 |
| 2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+6 |
| 2020-05-27 | wrapper: add function to compare strings with different NUL termination | brian m. carlson | 1 | -0/+6 |
| 2020-05-20 | Merge branch 'cb/no-more-gmtime' | Junio C Hamano | 1 | -7/+0 |
| 2020-05-14 | compat: remove gmtime | Carlo Marcelo Arenas Belón | 1 | -7/+0 |
| 2020-03-27 | run-command: trigger PATH lookup properly on Cygwin | Andras Kucsma | 1 | -0/+8 |
| 2019-12-09 | Sync with Git 2.24.1 | Junio C Hamano | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.16.6 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 1 | -0/+4 |
| 2019-12-05 | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 1 | -0/+4 |
| 2019-11-25 | git-compat-util.h: drop the `PRIuMAX` and other fallback definitions | Hariom Verma | 1 | -20/+0 |
| 2019-10-18 | Merge branch 'bb/compat-util-comment-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-10-15 | Merge branch 'ew/hashmap' | Junio C Hamano | 1 | -0/+38 |
| 2019-10-12 | git-compat-util: fix documentation syntax | Beat Bolli | 1 | -1/+1 |
| 2019-10-09 | Merge branch 'js/diff-rename-force-stable-sort' | Junio C Hamano | 1 | -3/+6 |
| 2019-10-09 | Merge branch 'sg/name-rev-cutoff-underflow-fix' | Junio C Hamano | 1 | -0/+1 |
| 2019-10-07 | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 1 | -0/+13 |
| 2019-10-07 | hashmap: use *_entry APIs to wrap container_of | Eric Wong | 1 | -0/+15 |
| 2019-10-07 | introduce container_of macro | Eric Wong | 1 | -0/+10 |
| 2019-10-02 | Move git_sort(), a stable sort, into into libgit.a | Johannes Schindelin | 1 | -3/+6 |
| 2019-09-28 | name-rev: avoid cutoff timestamp underflow | SZEDER Gábor | 1 | -0/+1 |
| 2019-08-13 | packfile: drop release_pack_memory() | Jeff King | 1 | -3/+0 |
| 2019-06-25 | msvc: add a compile-time flag to allow detailed heap debugging | Jeff Hostetler | 1 | -0/+9 |
| 2019-05-13 | Merge branch 'cc/access-on-aix-workaround' | Junio C Hamano | 1 | -1/+11 |
| 2019-05-13 | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 1 | -66/+66 |
| 2019-05-09 | Merge branch 'ss/msvc-path-utils-fix' | Junio C Hamano | 1 | -0/+1 |
| 2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -2/+2 |
| 2019-05-05 | *.[ch]: remove extern from function declarations using sed | Denton Liu | 1 | -10/+10 |
| 2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -54/+54 |
| 2019-04-25 | git-compat-util: work around for access(X_OK) under root | Clément Chigot | 1 | -1/+11 |
| 2019-04-09 | MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path() | Sven Strickroth | 1 | -0/+1 |
| 2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+7 |
| 2019-02-13 | Merge branch 'nd/fileno-may-be-macro' | Junio C Hamano | 1 | -0/+8 |
| 2019-02-12 | git-compat-util: work around fileno(fp) that is a macro | Duy Nguyen | 1 | -0/+8 |
| 2019-01-18 | Merge branch 'rb/hpe' | Junio C Hamano | 1 | -0/+13 |
| 2019-01-14 | Merge branch 'nd/indentation-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-01-14 | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin' | Junio C Hamano | 1 | -1/+2 |
| 2019-01-03 | git-compat-util.h: add FLOSS headers for HPE NonStop | Randall S. Becker | 1 | -0/+13 |
| 2018-12-26 | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 1 | -1/+2 |
| 2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-11-21 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -0/+1 |
| 2018-11-21 | pack-objects: zero-initialize tree_depth/layer arrays | Jeff King | 1 | -0/+1 |
| 2018-11-14 | git-compat-util: prefer poll.h to sys/poll.h | Đoàn Trần Công Danh | 1 | -1/+4 |
| 2018-10-31 | config: allow for platform-specific core.* config settings | Johannes Schindelin | 1 | -0/+8 |
| 2018-10-30 | Merge branch 'cb/khash-maybe-unused-function' | Junio C Hamano | 1 | -0/+2 |
| 2018-10-26 | Merge branch 'js/mingw-default-ident' | Junio C Hamano | 1 | -0/+4 |
| 2018-10-24 | commit-slabs: move MAYBE_UNUSED out | Carlo Marcelo Arenas Belón | 1 | -0/+2 |
| 2018-10-16 | mingw: use domain information for default email | Johannes Schindelin | 1 | -0/+4 |
| 2018-10-04 | mingw: bump the minimum Windows version to Vista | Johannes Schindelin | 1 | -1/+1 |
| 2018-10-04 | mingw: set _WIN32_WINNT explicitly for Git for Windows | Johannes Schindelin | 1 | -1/+1 |
| 2018-08-20 | Merge branch 'js/typofixes' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-08 | git-compat-util.h: fix typo | Johannes Schindelin | 1 | -1/+1 |
| 2018-07-26 | automatically ban strcpy() | Jeff King | 1 | -0/+6 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+4 |
| 2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -0/+17 |
| 2018-05-23 | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 1 | -0/+4 |
| 2018-05-22 | Sync with Git 2.16.4 | Junio C Hamano | 1 | -0/+17 |
| 2018-05-22 | Sync with Git 2.15.2 | Junio C Hamano | 1 | -0/+17 |
| 2018-05-22 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -0/+17 |
| 2018-05-22 | Sync with Git 2.13.7 | Junio C Hamano | 1 | -0/+17 |
| 2018-05-21 | skip_prefix: add case-insensitive variant | Jeff King | 1 | -0/+17 |
| 2018-05-10 | BUG_exit_code: fix sparse "symbol not declared" warning | Ramsay Jones | 1 | -0/+3 |
| 2018-05-08 | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 1 | -0/+1 |
| 2018-05-06 | Convert remaining die*(BUG) messages | Johannes Schindelin | 1 | -1/+1 |
| 2018-04-16 | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2018-03-09 | strbuf: add a case insensitive starts_with() | Lars Schneider | 1 | -0/+1 |
| 2018-02-22 | wrapper: rename 'template' variables | Brandon Williams | 1 | -2/+2 |
| 2017-12-11 | git-compat-util: introduce skip_to_optional_arg() | Christian Couder | 1 | -0/+23 |
| 2017-09-29 | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 1 | -2/+4 |
| 2017-09-22 | git-compat-util.h: xsize_t() - avoid -Wsign-compare warnings | Ramsay Jones | 1 | -2/+4 |
| 2017-09-20 | git-compat-util: make UNLEAK less error-prone | Jonathan Tan | 1 | -2/+2 |
| 2017-09-08 | add UNLEAK annotation for reducing leak false positives | Jeff King | 1 | -0/+20 |
| 2017-08-23 | pack: move release_pack_memory() | Jonathan Tan | 1 | -2/+0 |
| 2017-08-23 | Merge branch 'rs/move-array' into maint | Junio C Hamano | 1 | -0/+8 |
| 2017-08-11 | Merge branch 'rs/move-array' | Junio C Hamano | 1 | -0/+8 |
| 2017-07-18 | Merge branch 'tb/push-to-cygwin-unc-path' | Junio C Hamano | 1 | -0/+3 |
| 2017-07-17 | add MOVE_ARRAY | René Scharfe | 1 | -0/+8 |
| 2017-07-05 | cygwin: allow pushing to UNC paths | Torsten Bögershausen | 1 | -0/+3 |
| 2017-06-15 | git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
| 2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -6/+9 |
| 2017-06-13 | Merge branch 'jc/noent-notdir' | Junio C Hamano | 1 | -0/+15 |
| 2017-06-13 | Merge branch 'bw/forking-and-threading' into maint | Junio C Hamano | 1 | -1/+0 |
| 2017-05-30 | Merge branch 'bw/forking-and-threading' | Junio C Hamano | 1 | -1/+0 |
| 2017-05-30 | compat-util: is_missing_file_error() | Junio C Hamano | 1 | -0/+15 |
| 2017-05-29 | Merge branch 'jk/bug-to-abort' | Junio C Hamano | 1 | -0/+9 |
| 2017-05-26 | wrapper.c: make warn_on_inaccessible() static | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
| 2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2017-05-26 | wrapper.c: add and use warn_on_fopen_errors() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2017-05-26 | git_fopen: fix a sparse 'not declared' warning | Ramsay Jones | 1 | -4/+6 |
| 2017-05-16 | Merge branch 'js/larger-timestamps' | Junio C Hamano | 1 | -0/+5 |
| 2017-05-16 | Merge branch 'dt/raise-core-packed-git-limit' | Junio C Hamano | 1 | -1/+1 |
| 2017-05-15 | usage.c: drop set_error_handle() | Jeff King | 1 | -1/+0 |
| 2017-05-15 | usage.c: add BUG() function | Jeff King | 1 | -0/+9 |
| 2017-04-27 | use uintmax_t for timestamps | Johannes Schindelin | 1 | -4/+4 |
| 2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -0/+2 |
| 2017-04-23 | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 1 | -0/+6 |
| 2017-04-23 | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 1 | -0/+1 |
| 2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -0/+2 |
| 2017-04-20 | Increase core.packedGitLimit | David Turner | 1 | -1/+1 |
| 2017-04-18 | xgethostname: handle long hostnames | David Turner | 1 | -0/+2 |
| 2017-04-18 | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 1 | -0/+4 |
| 2017-03-28 | Merge branch 'jk/pack-name-cleanups' into maint | Junio C Hamano | 1 | -2/+0 |
| 2017-03-21 | Merge branch 'jk/pack-name-cleanups' | Junio C Hamano | 1 | -2/+0 |
| 2017-03-16 | move odb_* declarations out of git-compat-util.h | Jeff King | 1 | -2/+0 |