Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit-reach: fix index used to loop through unsigned integer | Patrick Steinhardt | 2024-12-27 | 1 | -2/+1 |
* | prio-queue: fix type of `insertion_ctr` | Patrick Steinhardt | 2024-12-27 | 1 | -2/+2 |
* | Merge https://github.com/j6t/git-gui | Junio C Hamano | 2024-12-26 | 3 | -22/+9 |
|\ | |||||
| * | Merge branch 'js/no-rescan-on-empty-diff' | Johannes Sixt | 2024-12-21 | 2 | -21/+8 |
| |\ | |||||
| | * | git-gui: Remove forced rescan of stat-dirty files. | Johannes Sixt | 2024-08-03 | 2 | -21/+8 |
| * | | Merge branch 'yk/console-encoding' | Johannes Sixt | 2024-12-09 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | git-gui: use system encoding to show console output | Yuri Konotopov | 2024-12-08 | 1 | -1/+1 |
| |/ / | |||||
* | | | Hopefully the final batch before 2.48-rc1 | Junio C Hamano | 2024-12-23 | 2 | -1/+28 |
* | | | Merge branch 'kn/reflog-migration' | Junio C Hamano | 2024-12-23 | 7 | -121/+337 |
|\ \ \ | |||||
| * | | | refs: mark invalid refname message for translation | Karthik Nayak | 2024-12-20 | 1 | -4/+12 |
| * | | | refs: add support for migrating reflogs | Karthik Nayak | 2024-12-16 | 3 | -52/+115 |
| * | | | refs: allow multiple reflog entries for the same refname | Karthik Nayak | 2024-12-16 | 2 | -7/+30 |
| * | | | refs: introduce the `ref_transaction_update_reflog` function | Karthik Nayak | 2024-12-16 | 3 | -12/+65 |
| * | | | refs: add `committer_info` to `ref_transaction_add_update()` | Karthik Nayak | 2024-12-16 | 4 | -10/+18 |
| * | | | refs: extract out refname verification in transactions | Karthik Nayak | 2024-12-16 | 1 | -14/+23 |
| * | | | refs/files: add count field to ref_lock | Karthik Nayak | 2024-12-16 | 1 | -19/+39 |
| * | | | refs: add `index` field to `struct ref_udpate` | Karthik Nayak | 2024-12-16 | 2 | -2/+18 |
| * | | | refs: include committer info in `ref_update` struct | Karthik Nayak | 2024-12-16 | 4 | -11/+27 |
| * | | | Merge branch 'kn/reftable-writer-log-write-verify' into kn/reflog-migration | Junio C Hamano | 2024-12-16 | 3 | -4/+63 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'ma/asciidoctor-build-fixes' | Junio C Hamano | 2024-12-23 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | asciidoctor-extensions.rb.in: inject GIT_DATE | Martin Ågren | 2024-12-21 | 1 | -0/+1 |
| * | | | | | asciidoctor-extensions.rb.in: add missing word | Martin Ågren | 2024-12-21 | 1 | -1/+1 |
| * | | | | | asciidoctor-extensions.rb.in: delete existing <refmiscinfo/> | Martin Ågren | 2024-12-21 | 1 | -0/+2 |
| * | | | | | Merge branch 'ps/build-hotfix' into ma/asciidoctor-build-fixes | Junio C Hamano | 2024-12-21 | 7 | -45/+90 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'ps/build-hotfix' | Junio C Hamano | 2024-12-23 | 7 | -45/+90 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | meson: add options to override build information | Patrick Steinhardt | 2024-12-20 | 3 | -0/+24 |
| * | | | | | | GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATE | Patrick Steinhardt | 2024-12-20 | 2 | -2/+12 |
| * | | | | | | GIT-VERSION-GEN: fix overriding GIT_VERSION | Patrick Steinhardt | 2024-12-20 | 4 | -29/+43 |
| * | | | | | | Makefile: introduce template for GIT-VERSION-GEN | Patrick Steinhardt | 2024-12-20 | 3 | -5/+13 |
| * | | | | | | Makefile: drop unneeded indirection for GIT-VERSION-GEN outputs | Patrick Steinhardt | 2024-12-20 | 2 | -8/+4 |
| * | | | | | | Makefile: stop including "GIT-VERSION-FILE" in docs | Patrick Steinhardt | 2024-12-20 | 1 | -7/+0 |
* | | | | | | | Merge branch 'ps/ci-meson' | Junio C Hamano | 2024-12-23 | 17 | -74/+195 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ci: wire up Meson builds | Patrick Steinhardt | 2024-12-13 | 6 | -9/+48 |
| * | | | | | | | t: introduce compatibility options to clar-based tests | Patrick Steinhardt | 2024-12-13 | 2 | -1/+30 |
| * | | | | | | | t: fix out-of-tree tests for some git-p4 tests | Patrick Steinhardt | 2024-12-13 | 2 | -50/+50 |
| * | | | | | | | Makefile: detect missing Meson tests | Patrick Steinhardt | 2024-12-13 | 1 | -1/+17 |
| * | | | | | | | meson: detect missing tests at configure time | Patrick Steinhardt | 2024-12-13 | 1 | -0/+36 |
| * | | | | | | | t/unit-tests: rename clar-based unit tests to have a common prefix | Patrick Steinhardt | 2024-12-13 | 5 | -5/+8 |
| * | | | | | | | Makefile: drop -DSUPPRESS_ANNOTATED_LEAKS | Patrick Steinhardt | 2024-12-13 | 2 | -2/+0 |
| * | | | | | | | ci/lib: support custom output directories when creating test artifacts | Patrick Steinhardt | 2024-12-13 | 1 | -6/+6 |
| * | | | | | | | Merge branch 'ps/build' into ps/ci-meson | Junio C Hamano | 2024-12-12 | 98 | -511/+4995 |
| |\| | | | | | | |||||
| * | | | | | | | Merge branch 'cw/worktree-extension' into ps/ci-meson | Junio C Hamano | 2024-12-12 | 18 | -141/+334 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'kl/doc-build-fix' | Junio C Hamano | 2024-12-23 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | doc: remove extra quotes in generated docs | Kyle Lippincott | 2024-12-18 | 1 | -3/+3 |
* | | | | | | | | | | Merge branch 'tb/bitmap-fix-pack-reuse' | Junio C Hamano | 2024-12-23 | 1 | -23/+18 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pack-bitmap.c: ensure pack validity for all reuse packs | Taylor Blau | 2024-12-18 | 1 | -23/+18 |
* | | | | | | | | | | | Merge branch 'jk/prio-queue-sign-compare-fix' | Junio C Hamano | 2024-12-23 | 3 | -10/+12 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | prio-queue: use size_t rather than int for size | Jeff King | 2024-12-20 | 3 | -10/+12 |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'ps/build-meson-gitweb' | Junio C Hamano | 2024-12-23 | 2 | -2/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | meson: skip gitweb build when Perl is disabled | Patrick Steinhardt | 2024-12-20 | 2 | -2/+13 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | |