Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t7001: use "ls-files --format" instead of "cut" | Jeff King | 2023-05-08 | 1 | -2/+1 |
* | t7001: avoid git on upstream of pipe | Jeff King | 2023-05-08 | 1 | -16/+22 |
* | The sixteenth batch | Junio C Hamano | 2023-05-02 | 1 | -0/+15 |
* | Merge branch 'tb/ban-strtok' | Junio C Hamano | 2023-05-02 | 12 | -51/+161 |
|\ | |||||
| * | banned.h: mark `strtok()` and `strtok_r()` as banned | Taylor Blau | 2023-04-27 | 1 | -0/+4 |
| * | t/helper/test-json-writer.c: avoid using `strtok()` | Taylor Blau | 2023-04-25 | 1 | -28/+48 |
| * | t/helper/test-oidmap.c: avoid using `strtok()` | Taylor Blau | 2023-04-25 | 1 | -6/+14 |
| * | t/helper/test-hashmap.c: avoid using `strtok()` | Taylor Blau | 2023-04-25 | 1 | -7/+15 |
| * | string-list: introduce `string_list_setlen()` | Taylor Blau | 2023-04-25 | 2 | -0/+19 |
| * | string-list: multi-delimiter `string_list_split_in_place()` | Taylor Blau | 2023-04-25 | 8 | -10/+61 |
* | | Merge branch 'jk/blame-fake-commit-label' | Junio C Hamano | 2023-05-02 | 3 | -9/+18 |
|\ \ | |||||
| * | | blame: use different author name for fake commit generated by --contents | Jacob Keller | 2023-04-25 | 3 | -9/+18 |
* | | | Merge branch 'jk/misc-null-check-fixes' | Junio C Hamano | 2023-05-02 | 2 | -4/+4 |
|\ \ \ | |||||
| * | | | fetch_bundle_uri(): drop pointless NULL check | Jeff King | 2023-04-24 | 1 | -2/+2 |
| * | | | notes: clean up confusing NULL checks in init_notes() | Jeff King | 2023-04-24 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'en/ort-finalize-after-0-merges-fix' | Junio C Hamano | 2023-05-02 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | merge-ort: fix calling merge_finalize() with no intermediate merge | Elijah Newren | 2023-04-24 | 1 | -4/+4 |
* | | | | Merge branch 'ek/completion-use-read-r-to-read-literally' | Junio C Hamano | 2023-05-02 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | completion: suppress unwanted unescaping of `read` | Edwin Kofler | 2023-04-21 | 1 | -1/+1 |
* | | | | | The fifteenth batch | Junio C Hamano | 2023-04-29 | 1 | -0/+11 |
* | | | | | Merge branch 'jk/gpg-trust-level-fix' | Junio C Hamano | 2023-04-29 | 2 | -8/+15 |
|\ \ \ \ \ | |||||
| * | | | | | gpg-interface: set trust level of missing key to "undefined" | Jeff King | 2023-04-19 | 2 | -8/+15 |
| |/ / / / | |||||
* | | | | | Merge branch 'tb/enable-cruft-packs-by-default' | Junio C Hamano | 2023-04-29 | 13 | -125/+118 |
|\ \ \ \ \ | |||||
| * | | | | | repository.h: drop unused `gc_cruft_packs` | Taylor Blau | 2023-04-18 | 2 | -4/+1 |
| * | | | | | builtin/gc.c: make `gc.cruftPacks` enabled by default | Taylor Blau | 2023-04-18 | 6 | -21/+11 |
| * | | | | | t/t9300-fast-import.sh: prepare for `gc --cruft` by default | Taylor Blau | 2023-04-18 | 1 | -9/+4 |
| * | | | | | t/t6500-gc.sh: add additional test cases | Taylor Blau | 2023-04-18 | 1 | -0/+4 |
| * | | | | | t/t6500-gc.sh: refactor cruft pack tests | Taylor Blau | 2023-04-18 | 1 | -82/+44 |
| * | | | | | t/t6501-freshen-objects.sh: prepare for `gc --cruft` by default | Taylor Blau | 2023-04-18 | 1 | -5/+5 |
| * | | | | | t/t5304-prune.sh: prepare for `gc --cruft` by default | Taylor Blau | 2023-04-18 | 1 | -14/+14 |
| * | | | | | builtin/gc.c: ignore cruft packs with `--keep-largest-pack` | Taylor Blau | 2023-04-18 | 4 | -9/+53 |
| * | | | | | builtin/repack.c: fix incorrect reference to '-C' | Taylor Blau | 2023-04-18 | 1 | -1/+1 |
| * | | | | | pack-write.c: plug a leak in stage_tmp_packfiles() | Taylor Blau | 2023-04-18 | 1 | -6/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | The fourteenth batch | Junio C Hamano | 2023-04-28 | 1 | -0/+5 |
* | | | | | Merge branch 'fc/doc-checkout-markup-updates' | Junio C Hamano | 2023-04-28 | 1 | -26/+28 |
|\ \ \ \ \ | |||||
| * | | | | | doc: git-checkout: reorganize examples | Felipe Contreras | 2023-04-19 | 1 | -22/+28 |
| * | | | | | doc: git-checkout: trivial callout cleanup | Felipe Contreras | 2023-04-19 | 1 | -4/+0 |
* | | | | | | Merge branch 'fc/doc-use-datestamp-in-commit' | Junio C Hamano | 2023-04-28 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc: set actual revdate for manpages | Felipe Contreras | 2023-04-14 | 1 | -1/+4 |
| * | | | | | | Merge branch 'fc/doc-stop-using-manversion' into fc/doc-use-datestamp-in-commit | Junio C Hamano | 2023-04-14 | 1 | -2/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'fc/remove-header-workarounds-for-asciidoc' into fc/doc-use-date... | Junio C Hamano | 2023-04-14 | 1 | -19/+0 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ds/fsck-pack-revindex' | Junio C Hamano | 2023-04-28 | 5 | -4/+169 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fsck: validate .rev file header | Derrick Stolee | 2023-04-17 | 5 | -6/+36 |
| * | | | | | | | | fsck: check rev-index position values | Derrick Stolee | 2023-04-17 | 2 | -4/+26 |
| * | | | | | | | | fsck: check rev-index checksums | Derrick Stolee | 2023-04-17 | 2 | -0/+50 |
| * | | | | | | | | fsck: create scaffolding for rev-index checks | Derrick Stolee | 2023-04-17 | 4 | -0/+63 |
| * | | | | | | | | Merge branch 'tb/pack-revindex-on-disk' into ds/fsck-pack-revindex | Junio C Hamano | 2023-04-17 | 14 | -26/+62 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 2023-04-28 | 14 | -26/+62 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | t: invert `GIT_TEST_WRITE_REV_INDEX` | Taylor Blau | 2023-04-13 | 6 | -8/+8 |
| * | | | | | | | | config: enable `pack.writeReverseIndex` by default | Taylor Blau | 2023-04-13 | 5 | -3/+5 |