summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2023-01-23Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano
2023-01-22Merge branch 'rs/dup-array'Junio C Hamano
2023-01-16Sync with 2.39.1Junio C Hamano
2023-01-09add DUP_ARRAYRené Scharfe
2023-01-09do full type check in BARF_UNLESS_COPYABLERené Scharfe
2023-01-09factor out BARF_UNLESS_COPYABLERené Scharfe
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe
2022-12-19Merge branch 'jk/avoid-redef-system-functions-2.30'Junio C Hamano
2022-12-13Sync with 2.38.3Junio C Hamano
2022-12-13Sync with Git 2.37.5Junio C Hamano
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-12-05git-compat-util: undefine system names before redeclaring themJeff King
2022-12-01git-compat-util: avoid redefining system function namesJeff King
2022-10-27Merge branch 'ab/unused-annotation' into maint-2.38Junio C Hamano
2022-10-27Merge branch 'jk/unused-anno-more'Junio C Hamano
2022-10-18mark unused parameters in trivial compat functionsJeff King
2022-10-17Merge branch 'ab/unused-annotation'Junio C Hamano
2022-10-08Merge branch 'ds/use-platform-regex-on-macos'Junio C Hamano
2022-10-06git-compat-util.h: GCC deprecated message arg only in GCC 4.5+Alejandro R. Sedeño
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-13Merge branch 'jk/pipe-command-nonblock' into maintJunio C Hamano
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-25Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano
2022-08-25Merge 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-17git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón