summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.32.5Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.31.6Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.30.7Junio C Hamano1-0/+8
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt1-0/+8
2022-09-13Merge branch 'jk/pipe-command-nonblock' into maintJunio C Hamano1-0/+22
2022-08-17git-compat-util: make MAX_IO_SIZE define globally availableJeff King1-0/+22
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin1-1/+4
2022-06-23Sync with 2.35.4Johannes Schindelin1-1/+57
2022-06-23Sync with 2.34.4Johannes Schindelin1-1/+57
2022-06-23Sync with 2.33.4Johannes Schindelin1-1/+57
2022-06-23Sync with 2.32.3Johannes Schindelin1-1/+57
2022-06-23Sync with 2.31.4Johannes Schindelin1-1/+57
2022-06-23Sync with 2.30.5Johannes Schindelin1-1/+57
2022-06-17Merge branch 'cb/path-owner-check-with-sudo-plus'Junio C Hamano1-1/+6
2022-06-17git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón1-1/+6
2022-06-10Merge branch 'ab/bug-if-bug'Junio C Hamano1-2/+12
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano1-1/+7
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+2
2022-06-02usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason1-0/+10
2022-06-02common-main.c: move non-trace2 exit() behavior out of trace2.cÆvar Arnfjörð Bjarmason1-2/+2
2022-05-26Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano1-1/+52
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason1-1/+7
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón1-1/+52
2022-04-11Merge tag 'v2.35.2'Junio C Hamano1-0/+12
2022-04-06Merge branch 'bc/csprng-mktemps'Junio C Hamano1-0/+4
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh1-0/+2
2022-04-06Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano1-6/+24
2022-04-06git-compat-util: really support openssl as a source of entropyCarlo Marcelo Arenas Belón1-0/+4
2022-03-30trace2: add stats for fsync operationsNeeraj Singh1-0/+5
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-6/+24
2022-03-24Sync with 2.34.2Johannes Schindelin1-0/+12
2022-03-24Sync with 2.33.2Johannes Schindelin1-1/+15
2022-03-24Sync with 2.32.1Johannes Schindelin1-1/+15
2022-03-24Sync with 2.31.2Johannes Schindelin1-1/+15
2022-03-24Sync with 2.30.3Johannes Schindelin1-1/+15
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin1-0/+12
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón1-1/+3
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+24
2022-03-10wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh1-6/+0
2022-02-21C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason1-12/+0
2022-02-21git-compat-util.h: clarify GCC v.s. C99-specific in commentÆvar Arnfjörð Bjarmason1-3/+1
2022-02-16Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano1-0/+12
2022-02-11Merge branch 'bc/csprng-mktemps'Junio C Hamano1-0/+19
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason1-0/+12
2022-01-17wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson1-0/+19
2022-01-10Merge branch 'ab/usage-die-message'Junio C Hamano1-1/+3