summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/unused-anno-more'Junio C Hamano2022-10-271-6/+10
|\
| * mark unused parameters in trivial compat functionsJeff King2022-10-171-6/+10
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-10-171-1/+4
|\ \
| * | git-compat-util.h: GCC deprecated message arg only in GCC 4.5+Alejandro R. Sedeño2022-10-051-1/+4
* | | Merge branch 'ds/use-platform-regex-on-macos'Junio C Hamano2022-10-071-0/+1
|\ \ \ | |_|/ |/| |
| * | grep: fix multibyte regex handling under macOSDiomidis Spinellis2022-08-261-0/+1
* | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+7
|\ \ \ | | |/ | |/|
| * | git-compat-util.h: use "deprecated" for UNUSED variablesÆvar Arnfjörð Bjarmason2022-09-011-1/+2
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+11
|\ \ \ | |/ /
| * | is_path_owned_by_current_uid(): mark "report" parameter as unusedJeff King2022-08-191-1/+2
| * | config: mark unused callback parametersJeff King2022-08-191-1/+3
| * | git-compat-util: add UNUSED macroJeff King2022-08-191-0/+6
| |/
* | Merge branch 'ab/submodule-helper-prep'Junio C Hamano2022-09-131-0/+3
|\ \
| * | submodule--helper: check repo{_submodule,}_init() return valuesÆvar Arnfjörð Bjarmason2022-09-021-0/+3
* | | Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano2022-08-251-0/+1
|\ \ \
| * | | scalar-diagnose: move 'get_disk_info()' to 'compat/'Victoria Dye2022-08-121-0/+1
| |/ /
* | | Merge branch 'jk/pipe-command-nonblock'Junio C Hamano2022-08-251-0/+22
|\ \ \ | |_|/ |/| |
| * | git-compat-util: make MAX_IO_SIZE define globally availableJeff King2022-08-171-0/+22
| |/
* | setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin2022-08-081-1/+4
|/
* Merge branch 'cb/path-owner-check-with-sudo-plus'Junio C Hamano2022-06-171-1/+6
|\
| * git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón2022-06-171-1/+6
* | Merge branch 'ab/bug-if-bug'Junio C Hamano2022-06-101-2/+12
|\ \
| * | usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason2022-06-021-0/+10
| * | common-main.c: move non-trace2 exit() behavior out of trace2.cÆvar Arnfjörð Bjarmason2022-06-021-2/+2
* | | 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
| | |/ / / / / / | |/| | | | | |