summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.32.5Junio C Hamano2022-12-131-0/+8
|\
| * Sync with Git 2.31.6Junio C Hamano2022-12-131-0/+8
| |\
| | * Sync with Git 2.30.7Junio C Hamano2022-12-131-0/+8
| | |\
| | | * pretty: fix integer overflow in wrapping formatPatrick Steinhardt2022-12-091-0/+8
* | | | Sync with 2.32.3Johannes Schindelin2022-06-231-1/+57
|\| | |
| * | | Sync with 2.31.4Johannes Schindelin2022-06-231-1/+57
| |\| |
| | * | Sync with 2.30.5Johannes Schindelin2022-06-231-1/+57
| | |\|
| | | * git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón2022-06-171-1/+6
| | | * git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón2022-05-131-1/+52
* | | | Sync with 2.32.1Johannes Schindelin2022-03-241-1/+15
|\| | |
| * | | Sync with 2.31.2Johannes Schindelin2022-03-241-1/+15
| |\| |
| | * | Sync with 2.30.3Johannes Schindelin2022-03-241-1/+15
| | |\|
| | | * Add a function to determine whether a path is owned by the current userJohannes Schindelin2022-03-211-0/+12
| | | * mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2022-03-171-1/+3
* | | | Merge branch 'ew/mmap-failures'Junio C Hamano2021-07-171-0/+1
|\ \ \ \
| * | | | xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-301-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-141-0/+5
|\ \ \
| * | | precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen2021-04-061-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-141-1/+1
* | | | Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano2021-03-091-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-051-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-281-2/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/compat-util-setitimer-fix'Junio C Hamano2020-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | compat-util: pretend that stub setitimer() always succeedsJunio C Hamano2020-12-161-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-251-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
| |/ / / / / / / / / / /