Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | l10n: git.pot: v2.27.0 round 1 (72 new, 37 removed) | Jiang Xin | 2020-05-15 | 1 | -3278/+3469 |
* | Git 2.27-rc0v2.27.0-rc0 | Junio C Hamano | 2020-05-14 | 2 | -1/+28 |
* | Merge branch 'es/trace-log-progress' | Junio C Hamano | 2020-05-14 | 2 | -0/+43 |
|\ | |||||
| * | trace2: log progress time and throughput | Emily Shaffer | 2020-05-13 | 2 | -0/+43 |
* | | Merge branch 'jt/t5500-unflake' | Junio C Hamano | 2020-05-14 | 1 | -6/+6 |
|\ \ | |||||
| * | | t5500: count objects through stderr, not trace | Jonathan Tan | 2020-05-07 | 1 | -6/+6 |
* | | | Merge branch 'sn/midx-repack-with-config' | Junio C Hamano | 2020-05-14 | 3 | -5/+67 |
|\ \ \ | |||||
| * | | | multi-pack-index: respect repack.packKeptObjects=false | Derrick Stolee | 2020-05-10 | 3 | -5/+51 |
| * | | | midx: teach "git multi-pack-index repack" honor "git repack" configurations | Son Luong Ngoc | 2020-05-10 | 1 | -0/+16 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/bloom-cleanup' | Junio C Hamano | 2020-05-14 | 6 | -28/+49 |
|\ \ \ | |||||
| * | | | completion: offer '--(no-)patch' among 'git log' options | SZEDER Gábor | 2020-05-11 | 1 | -0/+1 |
| * | | | bloom: use num_changes not nr for limit detection | Derrick Stolee | 2020-05-11 | 2 | -2/+2 |
| * | | | bloom: de-duplicate directory entries | Derrick Stolee | 2020-05-11 | 2 | -11/+28 |
| * | | | Documentation: changed-path Bloom filters use byte words | Derrick Stolee | 2020-05-11 | 1 | -4/+4 |
| * | | | bloom: parse commit before computing filters | Derrick Stolee | 2020-05-11 | 1 | -0/+3 |
| * | | | test-bloom: fix usage typo | Derrick Stolee | 2020-05-01 | 1 | -1/+1 |
| * | | | bloom: fix whitespace around tab length | Derrick Stolee | 2020-05-01 | 2 | -10/+10 |
* | | | | Merge branch 'rs/fsck-duplicate-names-in-trees' | Junio C Hamano | 2020-05-14 | 2 | -2/+86 |
|\ \ \ \ | |||||
| * | | | | fsck: report non-consecutive duplicate names in trees | René Scharfe | 2020-05-11 | 2 | -2/+86 |
* | | | | | Merge branch 'ao/p4-d-f-conflict-recover' | Junio C Hamano | 2020-05-14 | 2 | -2/+111 |
|\ \ \ \ \ | |||||
| * | | | | | git-p4: recover from inconsistent perforce history | Andrew Oakley | 2020-05-10 | 2 | -2/+111 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'js/rebase-autosquash-double-fixup-fix' | Junio C Hamano | 2020-05-14 | 2 | -2/+21 |
|\ \ \ \ \ | |||||
| * | | | | | rebase --autosquash: fix a potential segfault | Johannes Schindelin | 2020-05-09 | 2 | -2/+21 |
* | | | | | | Merge branch 'jc/codingstyle-compare-with-null' | Junio C Hamano | 2020-05-14 | 1 | -0/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULL | Junio C Hamano | 2020-05-08 | 1 | -0/+12 |
* | | | | | | | Merge branch 'cw/bisect-replay-with-dos' | Junio C Hamano | 2020-05-14 | 2 | -0/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bisect: allow CRLF line endings in "git bisect replay" input | Christopher Warrington | 2020-05-08 | 2 | -0/+9 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'es/bugreport-with-hooks' | Junio C Hamano | 2020-05-14 | 3 | -0/+68 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bugreport: collect list of populated hooks | Emily Shaffer | 2020-05-08 | 3 | -0/+68 |
* | | | | | | | | The ninth batch | Junio C Hamano | 2020-05-13 | 1 | -0/+24 |
* | | | | | | | | Merge branch 'cc/upload-pack-v2-fetch-fix' | Junio C Hamano | 2020-05-13 | 2 | -16/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | upload-pack: clear filter_options for each v2 fetch command | Christian Couder | 2020-05-08 | 2 | -16/+25 |
* | | | | | | | | | Merge branch 'ds/sparse-updates-oob-access-fix' | Junio C Hamano | 2020-05-13 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | unpack-trees: avoid array out-of-bounds error | Derrick Stolee | 2020-05-08 | 1 | -5/+5 |
* | | | | | | | | | | Merge branch 'ss/submodule-set-url-in-c' | Junio C Hamano | 2020-05-13 | 2 | -21/+33 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule: port subcommand 'set-url' from shell to C | Shourya Shukla | 2020-05-08 | 2 | -21/+33 |
* | | | | | | | | | | | Merge branch 'dd/bloom-sparse-fix' | Junio C Hamano | 2020-05-13 | 5 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | bloom: fix `make sparse` warning | Đoàn Trần Công Danh | 2020-05-08 | 5 | -6/+6 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jk/ci-only-on-selected-branches' | Junio C Hamano | 2020-05-13 | 2 | -0/+68 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | ci: allow per-branch config for GitHub Actions | Jeff King | 2020-05-07 | 2 | -0/+68 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'ss/faq-fetch-pull' | Junio C Hamano | 2020-05-13 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gitfaq: fetching and pulling a repository | Shourya Shukla | 2020-05-06 | 1 | -0/+8 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'ss/faq-ignore' | Junio C Hamano | 2020-05-13 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gitfaq: files in .gitignore are tracked | Shourya Shukla | 2020-05-06 | 1 | -0/+10 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jc/auto-gc-quiet' | Junio C Hamano | 2020-05-13 | 7 | -16/+24 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | auto-gc: pass --quiet down from am, commit, merge and rebase | Junio C Hamano | 2020-05-07 | 4 | -8/+4 |
| * | | | | | | | | | | | auto-gc: extract a reusable helper from "git fetch" | Junio C Hamano | 2020-05-07 | 3 | -8/+20 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'cb/credential-doc-fixes' | Junio C Hamano | 2020-05-13 | 3 | -25/+43 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | credential: document protocol updates | Carlo Marcelo Arenas Belón | 2020-05-07 | 1 | -13/+21 |
| * | | | | | | | | | | | credential: update gitcredentials documentation | Carlo Marcelo Arenas Belón | 2020-05-07 | 1 | -8/+18 |