summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/mmap-failures'Junio C Hamano2021-07-161-0/+1
|\
| * xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-291-0/+1
* | Merge branch 'ar/typofix'Junio C Hamano2021-07-081-1/+1
|\ \ | |/ |/|
| * *: fix typos which duplicate a wordAndrei Rybak2021-06-141-1/+1
* | Merge branch 'jn/size-t-casted-to-off-t-fix'Junio C Hamano2021-06-101-4/+2
|\ \ | |/ |/|
| * xsize_t: avoid implementation defined behavior when len < 0Jonathan Nieder2021-05-191-4/+2
* | Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano2021-04-131-0/+5
|\ \
| * | precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen2021-04-051-0/+5
* | | Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano2021-03-221-0/+7
|\ \ \ | |_|/ |/| |
| * | add open_nofollow() helperJeff King2021-02-161-0/+7
* | | git-compat-util.h: drop trailing semicolon from macro definitionRené Scharfe2021-03-131-1/+1
* | | Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano2021-03-081-0/+5
|\ \ \
| * \ \ Sync with 2.29.3Johannes Schindelin2021-02-121-0/+5
| |\ \ \
| | * \ \ Sync with 2.28.1Johannes Schindelin2021-02-121-0/+5
| | |\ \ \
| | | * \ \ Sync with 2.27.1Johannes Schindelin2021-02-121-0/+5
| | | |\ \ \
| | | | * \ \ Sync with 2.26.3Johannes Schindelin2021-02-121-0/+5
| | | | |\ \ \
| | | | | * \ \ Sync with 2.24.4Johannes Schindelin2021-02-121-0/+5
| | | | | |\ \ \
| | | | | | * \ \ Sync with 2.23.4Johannes Schindelin2021-02-121-0/+5
| | | | | | |\ \ \
| | | | | | | * \ \ Sync with 2.22.5Johannes Schindelin2021-02-121-0/+5
| | | | | | | |\ \ \
| | | | | | | | * \ \ Sync with 2.21.4Johannes Schindelin2021-02-121-0/+5
| | | | | | | | |\ \ \
| | | | | | | | | * \ \ Sync with 2.20.5Johannes Schindelin2021-02-121-0/+5
| | | | | | | | | |\ \ \
| | | | | | | | | | * \ \ Sync with 2.19.6Johannes Schindelin2021-02-121-0/+5
| | | | | | | | | | |\ \ \
| | | | | | | | | | | * \ \ Sync with 2.18.5Johannes Schindelin2021-02-121-0/+5
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | | * \ \ Sync with 2.17.6Johannes Schindelin2021-02-121-0/+5
| | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | * | | checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares2021-02-121-0/+5
* | | | | | | | | | | | | | | | Merge branch 'jk/open-returns-eintr'Junio C Hamano2021-03-041-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Makefile: add OPEN_RETURNS_EINTR knobJeff King2021-02-261-0/+6
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'tb/precompose-prefix-too'Junio C Hamano2021-02-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | MacOS: precompose_argv_prefix()Torsten Bögershausen2021-02-031-2/+2
| |/ / / / / / / / / / / / /
* / / / / / / / / / / / / / git-compat-util: always enable variadic macrosJeff King2021-01-271-2/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/compat-util-setitimer-fix'Junio C Hamano2020-12-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | compat-util: pretend that stub setitimer() always succeedsJunio C Hamano2020-12-151-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'hn/sleep-millisec-decl'Junio C Hamano2020-11-301-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | move sleep_millisec to git-compat-util.hHan-Wen Nienhuys2020-11-241-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jk/report-fn-typedef'Junio C Hamano2020-11-021-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | usage: define a type for a reporting functionJeff King2020-10-161-5/+7
| |/ / / / / / / / / / /
* / / / / / / / / / / / compat-util: type-check parameters of no-op replacement functionsJunio C Hamano2020-08-061-5/+15
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | wrapper: add function to compare strings with different NUL terminationbrian m. carlson2020-05-271-0/+6
* | | | | | | | | | | Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-201-7/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-141-7/+0
| |/ / / / / / / / /
* / / / / / / / / / run-command: trigger PATH lookup properly on CygwinAndras Kucsma2020-03-271-0/+8
|/ / / / / / / / /
* | | | | | | | | Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+4
|\| | | | | | | |
| * | | | | | | | Sync with 2.23.1Johannes Schindelin2019-12-061-0/+4
| |\| | | | | | |
| | * | | | | | | Sync with 2.22.2Johannes Schindelin2019-12-061-0/+4
| | |\| | | | | |
| | | * | | | | | Sync with 2.21.1Johannes Schindelin2019-12-061-0/+4
| | | |\| | | | |
| | | | * | | | | Sync with 2.20.2Johannes Schindelin2019-12-061-0/+4
| | | | |\| | | |
| | | | | * | | | Sync with 2.19.3Johannes Schindelin2019-12-061-0/+4
| | | | | |\| | |
| | | | | | * | | Sync with 2.18.2Johannes Schindelin2019-12-061-0/+4
| | | | | | |\| |
| | | | | | | * | Sync with 2.17.3Johannes Schindelin2019-12-061-0/+4
| | | | | | | |\|