Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: upgrade to macos-12, and pin OSX version | Ævar Arnfjörð Bjarmason | 2022-12-07 | 3 | -4/+4 |
* | Downmerge a bit more for 2.38.2 | Junio C Hamano | 2022-10-28 | 1 | -0/+13 |
* | Merge branch 'rs/archive-dedup-printf' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -5/+3 |
|\ | |||||
| * | archive: deduplicate verbose printing | René Scharfe | 2022-10-11 | 1 | -5/+3 |
* | | Merge branch 'jh/struct-zero-init-with-older-clang' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -0/+25 |
|\ \ | |||||
| * | | config.mak.dev: disable suggest braces error on old clang versions | Jeff Hostetler | 2022-10-10 | 1 | -0/+25 |
* | | | Merge branch 'rs/use-fspathncmp' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -3/+1 |
|\ \ \ | |||||
| * | | | dir: use fspathncmp() in pl_hashmap_cmp() | Jeff King | 2022-10-09 | 1 | -3/+1 |
| |/ / | |||||
* | | | Merge branch 'rj/branch-edit-desc-unborn' into maint-2.38 | Junio C Hamano | 2022-10-28 | 2 | -2/+58 |
|\ \ \ | |||||
| * | | | branch: description for non-existent branch errors | Rubén Justo | 2022-10-08 | 2 | -2/+58 |
* | | | | Merge branch 'pw/remove-rebase-p-test' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -8/+0 |
|\ \ \ \ | |||||
| * | | | | t3435: remove redundant test case | Phillip Wood | 2022-10-10 | 1 | -8/+0 |
* | | | | | Merge branch 'jc/use-of-uc-in-log-messages' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -1/+3 |
|\ \ \ \ \ | |||||
| * | | | | | SubmittingPatches: use usual capitalization in the log message body | Junio C Hamano | 2022-10-07 | 1 | -1/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jc/tmp-objdir' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -36/+4 |
|\ \ \ \ \ | |||||
| * | | | | | tmp-objdir: skip clean up when handling a signal | John Cai | 2022-10-01 | 1 | -36/+4 |
| |/ / / / | |||||
* | | | | | Merge branch 'dd/document-runtime-prefix-better' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: clarify runtime relative gitexecdir | Đoàn Trần Công Danh | 2022-10-06 | 1 | -2/+3 |
* | | | | | | Merge branch 'ab/unused-annotation' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-compat-util.h: GCC deprecated message arg only in GCC 4.5+ | Alejandro R. Sedeño | 2022-10-06 | 1 | -1/+4 |
* | | | | | | | Merge branch 'tb/midx-repack-ignore-cruft-packs' into maint-2.38 | Junio C Hamano | 2022-10-28 | 3 | -6/+107 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | midx.c: avoid cruft packs with non-zero `repack --batch-size` | Taylor Blau | 2022-09-21 | 2 | -0/+43 |
| * | | | | | | | midx.c: remove unnecessary loop condition | Taylor Blau | 2022-09-21 | 1 | -1/+1 |
| * | | | | | | | midx.c: replace `xcalloc()` with `CALLOC_ARRAY()` | Taylor Blau | 2022-09-21 | 1 | -1/+3 |
| * | | | | | | | midx.c: avoid cruft packs with `repack --batch-size=0` | Taylor Blau | 2022-09-21 | 2 | -0/+25 |
| * | | | | | | | midx.c: prevent `expire` from removing the cruft pack | Taylor Blau | 2022-09-21 | 3 | -3/+33 |
| * | | | | | | | Documentation/git-multi-pack-index.txt: clarify expire behavior | Taylor Blau | 2022-09-21 | 1 | -2/+3 |
| * | | | | | | | Documentation/git-multi-pack-index.txt: fix typo | Taylor Blau | 2022-09-21 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'so/diff-merges-cleanup' into maint-2.38 | Junio C Hamano | 2022-10-28 | 2 | -19/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff-merges: clarify log.diffMerges documentation | Sergey Organov | 2022-09-16 | 1 | -3/+3 |
| * | | | | | | | | diff-merges: cleanup set_diff_merges() | Sergey Organov | 2022-09-16 | 1 | -11/+19 |
| * | | | | | | | | diff-merges: cleanup func_by_opt() | Sergey Organov | 2022-09-16 | 1 | -5/+5 |
* | | | | | | | | | Merge branch 'rj/ref-filter-get-head-description-leakfix' into maint-2.38 | Junio C Hamano | 2022-10-28 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ref-filter.c: fix a leak in get_head_description | Rubén Justo | 2022-09-26 | 1 | -0/+2 |
* | | | | | | | | | | Merge branch 'jc/environ-docs' into maint-2.38 | Junio C Hamano | 2022-10-28 | 2 | -16/+28 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | environ: GIT_INDEX_VERSION affects not just a new repository | Junio C Hamano | 2022-09-16 | 1 | -2/+2 |
| * | | | | | | | | | | environ: simplify description of GIT_INDEX_FILE | Junio C Hamano | 2022-09-16 | 1 | -1/+1 |
| * | | | | | | | | | | environ: GIT_FLUSH should be made a usual Boolean | Junio C Hamano | 2022-09-15 | 2 | -0/+2 |
| * | | | | | | | | | | environ: explain Boolean environment variables | Junio C Hamano | 2022-09-15 | 1 | -13/+18 |
| * | | | | | | | | | | environ: document GIT_SSL_NO_VERIFY | Junio C Hamano | 2022-09-15 | 1 | -0/+5 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Makefile: force -O0 when compiling with SANITIZE=leak | Jeff King | 2022-10-28 | 1 | -0/+1 |
* | | | | | | | | | | Downmerge a handful of topics for 2.38.2 | Junio C Hamano | 2022-10-26 | 2 | -1/+48 |
* | | | | | | | | | | Merge branch 'jk/cleanup-callback-parameters' into maint-2.38 | Junio C Hamano | 2022-10-26 | 4 | -57/+17 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | attr: drop DEBUG_ATTR code | Jeff King | 2022-10-06 | 1 | -38/+3 |
| * | | | | | | | | | | commit: avoid writing to global in option callback | Jeff King | 2022-10-06 | 1 | -2/+2 |
| * | | | | | | | | | | multi-pack-index: avoid writing to global in option callback | Jeff King | 2022-10-06 | 1 | -3/+4 |
| * | | | | | | | | | | test-submodule: inline resolve_relative_url() function | Jeff King | 2022-10-06 | 1 | -14/+8 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'rs/gc-pack-refs-simplify' into maint-2.38 | Junio C Hamano | 2022-10-26 | 1 | -9/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | gc: simplify maintenance_task_pack_refs() | René Scharfe | 2022-10-05 | 1 | -9/+2 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'nb/doc-mergetool-typofix' into maint-2.38 | Junio C Hamano | 2022-10-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |