summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-1/+7
|\
| * dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-161-1/+7
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+2
|\ \
| * | core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh2022-04-061-0/+2
| * | Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano2022-04-061-6/+24
| |\ \
* | \ \ Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano2022-05-261-1/+52
|\ \ \ \ | |_|_|/ |/| | |
| * | | git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón2022-05-121-1/+52
* | | | Merge tag 'v2.35.2'Junio C Hamano2022-04-111-0/+12
|\ \ \ \
| * \ \ \ Sync with 2.34.2Johannes Schindelin2022-03-241-0/+12
| |\ \ \ \
| | * \ \ \ Sync with 2.33.2Johannes Schindelin2022-03-241-1/+15
| | |\ \ \ \
| | | * \ \ \ 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 'bc/csprng-mktemps'Junio C Hamano2022-04-061-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-compat-util: really support openssl as a source of entropyCarlo Marcelo Arenas Belón2022-04-061-0/+4
* | | | | | | | | | trace2: add stats for fsync operationsNeeraj Singh2022-03-301-0/+5
* | | | | | | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-6/+24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-101-0/+24
| * | | | | | | | wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh2022-03-101-6/+0
* | | | | | | | | C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason2022-02-211-12/+0
* | | | | | | | | git-compat-util.h: clarify GCC v.s. C99-specific in commentÆvar Arnfjörð Bjarmason2022-02-211-3/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano2022-02-161-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-0/+12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-111-0/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-0/+19
* | | | | | | Merge branch 'ab/usage-die-message'Junio C Hamano2022-01-101-1/+3
|\ \ \ \ \ \ \
| * | | | | | | config API: use get_error_routine(), not vreportf()Ævar Arnfjörð Bjarmason2021-12-071-1/+0
| * | | | | | | usage.c + gc: add and use a die_message_errno()Ævar Arnfjörð Bjarmason2021-12-071-0/+1
| * | | | | | | usage.c: add a die_message() routineÆvar Arnfjörð Bjarmason2021-12-071-0/+2
* | | | | | | | Merge branch 'jc/flex-array-definition'Junio C Hamano2022-01-051-2/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | flex-array: simplify compiler-specific workaroundJunio C Hamano2021-12-081-2/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'cb/mingw-gmtime-r'Junio C Hamano2021-12-101-1/+3
|\ \ \ \ \ \ \
| * | | | | | | mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2021-11-271-1/+3
| |/ / / / / /
* | | | | | | Merge branch 'bc/require-c99'Junio C Hamano2021-12-101-0/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | git-compat-util: add a test balloon for C99 supportbrian m. carlson2021-12-011-0/+13
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-291-0/+25
|\ \ \ \ \ \
| * | | | | | git-compat-util: introduce more size_t helpersJohannes Schindelin2021-11-031-0/+25
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/unsetenv-returns-an-int'Junio C Hamano2021-11-291-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | unsetenv(3) returns int, not voidJunio C Hamano2021-10-291-1/+1
| | |/ / / | |/| | |
* | | | | wrapper: remove xunsetenv()Carlo Marcelo Arenas Belón2021-10-291-1/+0
* | | | | Merge branch 'ab/repo-settings-cleanup'Junio C Hamano2021-10-061-0/+2
|\ \ \ \ \
| * | | | | wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.cÆvar Arnfjörð Bjarmason2021-09-221-0/+2
| |/ / / /
* | | | | Merge branch 'cb/unix-sockets-with-windows'Junio C Hamano2021-09-231-0/+3
|\ \ \ \ \
| * | | | | git-compat-util: include declaration for unix sockets in windowsCarlo Marcelo Arenas Belón2021-09-141-0/+3
| |/ / / /
* | | | | gettext: remove optional non-standard parens in N_() definitionÆvar Arnfjörð Bjarmason2021-09-031-4/+0
|/ / / /
* | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |