summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-03-23http: add support for different sslcert and sslkey types.Stanislav Malishevskiy-0/+12
2023-03-23grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34Mathias Krause-0/+12
2023-03-23Makefile: force -O0 when compiling with SANITIZE=leakJeff King-0/+1
2023-03-22fast-export: drop unused parameter from anonymize_commit_message()Jeff King-2/+2
2023-03-22fast-export: drop data parameter from anonymous generatorsJeff King-14/+13
2023-03-22fast-export: de-obfuscate --anonymize-map handlingJeff King-6/+4
2023-03-22fast-export: factor out anonymized_entry creationJeff King-9/+26
2023-03-22fast-export: simplify initialization of anonymized hashmapsJeff King-7/+4
2023-03-22fast-export: drop const when storing anonymized valuesJeff King-1/+1
2023-03-22Merge branch 'backport/jk/range-diff-fixes'Junio C Hamano-16/+13
2023-03-22Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30Junio C Hamano-50/+81
2023-03-22Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30Junio C Hamano-16/+17
2023-03-22Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30Junio C Hamano-0/+26
2023-03-22Merge branch 'backport/js/ci-gcc-12-fixes'Junio C Hamano-1/+11
2023-03-22http.c: clear the 'finished' member once we are done with itJunio C Hamano-0/+26
2023-03-22clone.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin-0/+9
2023-03-21The third batchJunio C Hamano-0/+18
2023-03-21Merge branch 'fc/test-aggregation-clean-up'Junio C Hamano-7/+3
2023-03-21Merge branch 'ps/receive-pack-unlock-before-die'Junio C Hamano-4/+10
2023-03-21Merge branch 'aj/ls-files-format-fix'Junio C Hamano-1/+20
2023-03-21Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano-6/+118
2023-03-21am: refer to format-patch in the documentationJunio C Hamano-2/+5
2023-03-21doc: remove GNU troff workaroundFelipe Contreras-28/+0
2023-03-21git-compat-util: use gettimeofday(2) for time(2)Paul Eggert-0/+19
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren-10/+13
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-77/+114
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren-21/+5
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-164/+271
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren-9/+9
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-207/+330
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren-12/+17
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-34/+103
2023-03-21path.h: move function declarations for path.c functions from cache.hElijah Newren-60/+61
2023-03-21cache.h: remove expand_user_path()Elijah Newren-3/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-28/+98
2023-03-21environment: move comment_line_char from cache.hElijah Newren-7/+18
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren-13/+12
2023-03-21treewide: remove unnecessary inclusion of gettext.hElijah Newren-4/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-1/+236
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-25/+29
2023-03-20commit-reach: add tips_reachable_from_bases()Derrick Stolee-21/+219
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee-1/+295
2023-03-20commit-reach: implement ahead_behind() logicDerrick Stolee-0/+134
2023-03-20commit-graph: introduce `ensure_generations_valid()`Taylor Blau-0/+37
2023-03-20commit-graph: return generation from memoryDerrick Stolee-6/+4
2023-03-20commit-graph: simplify compute_generation_numbers()Derrick Stolee-43/+21
2023-03-20commit-graph: refactor compute_topological_levels()Derrick Stolee-23/+83
2023-03-20for-each-ref: explicitly test no matchesDerrick Stolee-0/+13
2023-03-20for-each-ref: add --stdin optionDerrick Stolee-2/+65
2023-03-20parse-options.h: use designated initializers in OPT_* macrosSZEDER Gábor-68/+245