Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-13Merge branch 'ab/submodule-helper-prep'Junio C Hamano
2022-09-02submodule--helper: check repo{_submodule,}_init() return valuesÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "deprecated" for UNUSED variablesÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-26grep: fix multibyte regex handling under macOSDiomidis Spinellis
2022-08-26Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano
2022-08-26Merge branch 'jk/pipe-command-nonblock'Junio C Hamano
2022-08-19is_path_owned_by_current_uid(): mark "report" parameter as unusedJeff King
2022-08-19config: mark unused callback parametersJeff King
2022-08-19git-compat-util: add UNUSED macroJeff King
2022-08-17git-compat-util: make MAX_IO_SIZE define globally availableJeff King
2022-08-12scalar-diagnose: move 'get_disk_info()' to 'compat/'Victoria Dye
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-18Merge branch 'cb/path-owner-check-with-sudo-plus'Junio C Hamano
2022-06-18git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón
2022-06-11Merge branch 'ab/bug-if-bug'Junio C Hamano
2022-06-04Merge branch 'ds/bundle-uri'Junio C Hamano
2022-06-04Merge 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-27Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano
2022-05-17dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2022-05-13git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón
2022-04-12Merge tag 'v2.35.2'Junio C Hamano
2022-04-07Merge 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-26Merge 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-11core.fsyncmethod: add writeout-only modeNeeraj Singh
2022-03-11wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh
2022-02-22C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason
2022-02-22git-compat-util.h: clarify GCC v.s. C99-specific in commentÆvar Arnfjörð Bjarmason
2022-02-17Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano
2022-02-12Merge branch 'bc/csprng-mktemps'Junio C Hamano
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason