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