Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/lsan-race-with-barrier' | Junio C Hamano | 2025-01-01 | 6 | -3/+40 |
|\ | |||||
| * | grep: work around LSan threading race with barrier | Jeff King | 2024-12-30 | 1 | -0/+8 |
| * | index-pack: work around LSan threading race with barrier | Jeff King | 2024-12-30 | 1 | -0/+6 |
| * | thread-utils: introduce optional barrier type | Jeff King | 2024-12-30 | 3 | -0/+25 |
| * | Revert "index-pack: spawn threads atomically" | Jeff King | 2024-12-30 | 1 | -2/+0 |
| * | test-lib: use individual lsan dir for --stress runs | Jeff King | 2024-12-30 | 1 | -1/+1 |
* | | Merge branch 'ps/weak-sha1-for-tail-sum-fix' | Junio C Hamano | 2025-01-01 | 3 | -2/+3 |
|\ \ | |||||
| * | | ci: exercise unsafe OpenSSL backend | Patrick Steinhardt | 2024-12-30 | 1 | -0/+1 |
| * | | builtin/fast-import: fix segfault with unsafe SHA1 backend | Patrick Steinhardt | 2024-12-30 | 1 | -1/+1 |
| * | | bulk-checkin: fix segfault with unsafe SHA1 backend | Patrick Steinhardt | 2024-12-30 | 1 | -1/+1 |
* | | | Merge branch 'rs/reftable-realloc-errors' | Junio C Hamano | 2025-01-01 | 9 | -36/+116 |
|\ \ \ | |||||
| * | | | t-reftable-merged: handle realloc errors | René Scharfe | 2024-12-28 | 1 | -2/+2 |
| * | | | reftable: handle realloc error in parse_names() | René Scharfe | 2024-12-28 | 1 | -1/+2 |
| * | | | reftable: fix allocation count on realloc error | René Scharfe | 2024-12-28 | 3 | -21/+55 |
| * | | | reftable: avoid leaks on realloc error | René Scharfe | 2024-12-28 | 7 | -16/+61 |
* | | | | Git 2.48-rc1v2.48.0-rc1 | Junio C Hamano | 2024-12-30 | 1 | -0/+3 |
* | | | | Merge branch 'ms/t7611-test-path-is-file' | Junio C Hamano | 2024-12-30 | 1 | -17/+17 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | t7611: replace test -f with test_path_is* helpers | Meet Soni | 2024-12-27 | 1 | -17/+17 |
| |/ / | |||||
* | | | Merge branch 'ps/meson-test-wo-gitweb' | Junio C Hamano | 2024-12-28 | 6 | -135/+147 |
|\ \ \ | |||||
| * | | | meson: enable auto-discovered "gitweb" | Patrick Steinhardt | 2024-12-27 | 1 | -2/+2 |
| * | | | GIT-BUILD-OPTIONS: wire up NO_GITWEB option | Patrick Steinhardt | 2024-12-27 | 6 | -28/+40 |
| * | | | GIT-BUILD-OPTIONS: sort variables alphabetically | Patrick Steinhardt | 2024-12-27 | 3 | -105/+105 |
| |/ / | |||||
* | | | Merge branch 'as/gitk-git-gui-repo-update' | Junio C Hamano | 2024-12-28 | 1 | -5/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Update the official repo of gitk | Alexander Shopov | 2024-12-26 | 1 | -5/+6 |
* | | | 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 |