summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-6/+0
|\
| * treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-6/+0
* | Merge branch 'pe/time-use-gettimeofday'Junio C Hamano2023-03-281-0/+19
|\ \ | |/ |/|
| * git-compat-util: use gettimeofday(2) for time(2)Paul Eggert2023-03-211-0/+19
* | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+19
|\ \
| * | http: read HTTP WWW-Authenticate response headersMatthew John Cheetham2023-02-271-0/+19
| |/
* | hex.h: move some hex-related declarations from cache.hElijah Newren2023-02-231-0/+1
|/
* Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano2023-01-231-0/+5
|\
| * use enhanced basic regular expressions on macOSRené Scharfe2023-01-081-0/+5
* | Merge branch 'rs/dup-array'Junio C Hamano2023-01-211-2/+13
|\ \
| * | add DUP_ARRAYRené Scharfe2023-01-091-0/+5
| * | do full type check in BARF_UNLESS_COPYABLERené Scharfe2023-01-091-3/+6
| * | factor out BARF_UNLESS_COPYABLERené Scharfe2023-01-091-2/+5
* | | Sync with 2.39.1Junio C Hamano2023-01-161-0/+8
|\ \ \ | |/ / |/| |
| * | Sync with 2.38.3Junio C Hamano2022-12-131-0/+8
| |\ \ | | |/ | |/|
| | * Sync with Git 2.37.5Junio C Hamano2022-12-131-0/+8
| | |\
| | | * Merge branch 'maint-2.36' into maint-2.37Junio C Hamano2022-12-131-0/+8
| | | |\
| | | | * Merge branch 'maint-2.35' into maint-2.36Junio C Hamano2022-12-131-0/+8
| | | | |\
| | | | | * Merge branch 'maint-2.34' into maint-2.35Junio C Hamano2022-12-131-0/+8
| | | | | |\
| | | | | | * Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-131-0/+8
| | | | | | |\
| | | | | | | * Sync with Git 2.32.5Junio C Hamano2022-12-131-0/+8
| | | | | | | |\
| | | | | | | | * Sync with Git 2.31.6Junio C Hamano2022-12-131-0/+8
| | | | | | | | |\
| | | | | | | | | * Sync with Git 2.30.7Junio C Hamano2022-12-131-0/+8
| | | | | | | | | |\
| | | | | | | | | | * pretty: fix integer overflow in wrapping formatPatrick Steinhardt2022-12-091-0/+8
| | | | * | | | | | | Sync with 2.35.4Johannes Schindelin2022-06-231-1/+57
| | | | |\ \ \ \ \ \ \ | | | | | |/ / / / / /
| | | | | * | | | | | Sync with 2.34.4Johannes Schindelin2022-06-231-1/+57
| | | | | |\ \ \ \ \ \ | | | | | | |/ / / / /
| | | | | | * | | | | Sync with 2.33.4Johannes Schindelin2022-06-231-1/+57
| | | | | | |\ \ \ \ \ | | | | | | | |/ / / /
| | | | | | | * | | | Sync with 2.32.3Johannes Schindelin2022-06-231-1/+57
| | | | | | | |\ \ \ \ | | | | | | | | |/ / /
| | | | | | | | * | | Sync with 2.31.4Johannes Schindelin2022-06-231-1/+57
| | | | | | | | |\ \ \ | | | | | | | | | |/ /
| | | | | | | | | * | Sync with 2.30.5Johannes Schindelin2022-06-231-1/+57
| | | | | | | | | |\ \ | | | | | | | | | | |/
| | | * | | | | | | | Merge branch 'jk/pipe-command-nonblock' into maintJunio C Hamano2022-09-131-0/+22
| | | |\ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ Merge branch 'ab/unused-annotation' into maint-2.38Junio C Hamano2022-10-271-1/+4
| | |\ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/avoid-redef-system-functions-2.30'Junio C Hamano2022-12-191-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | git-compat-util: undefine system names before redeclaring themJeff King2022-12-051-0/+4
| * | | | | | | | | | | | git-compat-util: avoid redefining system function namesJeff King2022-12-011-3/+8
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | 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