Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | bloom.c: introduce core Bloom filter constructs | Garima Singh | 2020-03-30 | 4 | -1/+188 | |
| * | | | | | | bloom.c: add the murmur3 hash implementation | Garima Singh | 2020-03-30 | 7 | -0/+133 | |
| * | | | | | | commit-graph: define and use MAX_NUM_CHUNKS | Garima Singh | 2020-03-30 | 1 | -2/+3 | |
* | | | | | | | Merge branch 'tb/commit-graph-fd-exhaustion-fix' | Junio C Hamano | 2020-05-01 | 6 | -29/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | commit-graph: close descriptors after mmap | Jeff King | 2020-04-25 | 3 | -17/+8 | |
| * | | | | | | | commit-graph.c: gracefully handle file descriptor exhaustion | Taylor Blau | 2020-04-23 | 2 | -2/+15 | |
| * | | | | | | | t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to tests | Taylor Blau | 2020-04-23 | 2 | -9/+9 | |
| * | | | | | | | commit-graph.c: don't use discarded graph_name in error | Taylor Blau | 2020-04-23 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 2020-05-01 | 9 | -73/+192 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 2020-04-29 | 4 | -42/+4 | |
| |/ / / / / / / | ||||||
| * | | | | | | | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 2020-04-15 | 4 | -4/+42 | |
| * | | | | | | | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 2020-04-15 | 4 | -31/+52 | |
| * | | | | | | | oidset: introduce 'oidset_size' | Taylor Blau | 2020-04-15 | 2 | -0/+10 | |
| * | | | | | | | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 2020-04-15 | 5 | -18/+66 | |
| * | | | | | | | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 2020-04-15 | 5 | -9/+36 | |
| * | | | | | | | builtin/commit-graph.c: support for '--split[=<strategy>]' | Taylor Blau | 2020-04-15 | 3 | -9/+33 | |
| * | | | | | | | t/helper/test-read-graph.c: support commit-graph chains | Taylor Blau | 2020-04-15 | 1 | -12/+1 | |
* | | | | | | | | Merge branch 'tb/reset-shallow' | Junio C Hamano | 2020-05-01 | 5 | -69/+76 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | shallow.c: use '{commit,rollback}_shallow_file' | Taylor Blau | 2020-04-24 | 5 | -16/+59 | |
| * | | | | | | | | t5537: use test_write_lines and indented heredocs for readability | Taylor Blau | 2020-04-24 | 1 | -53/+17 | |
* | | | | | | | | | Merge branch 'dd/mailinfo-with-nul' | Junio C Hamano | 2020-05-01 | 2 | -6/+58 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mailinfo: disallow NUL character in mail's header | Đoàn Trần Công Danh | 2020-04-22 | 2 | -2/+10 | |
| * | | | | | | | | | mailinfo.c: avoid strlen on strings that can contains NUL | Đoàn Trần Công Danh | 2020-04-22 | 2 | -2/+48 | |
| * | | | | | | | | | t4254: merge 2 steps of a single test | Đoàn Trần Công Danh | 2020-04-22 | 1 | -4/+2 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'dl/test-must-fail-fixes-4' | Junio C Hamano | 2020-05-01 | 7 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t9819: don't use test_must_fail with p4 | Denton Liu | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | t9164: use test_must_fail only on git commands | Denton Liu | 2020-04-20 | 1 | -2/+2 | |
| * | | | | | | | | | t9160: use test_path_is_missing() | Denton Liu | 2020-04-20 | 1 | -2/+2 | |
| * | | | | | | | | | t9141: use test_path_is_missing() | Denton Liu | 2020-04-20 | 1 | -4/+4 | |
| * | | | | | | | | | t7508: don't use `test_must_fail test_cmp` | Denton Liu | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | | | t7408: replace incorrect uses of test_must_fail | Denton Liu | 2020-04-20 | 1 | -4/+4 | |
| * | | | | | | | | | t6030: use test_path_is_missing() | Denton Liu | 2020-04-20 | 1 | -4/+4 | |
* | | | | | | | | | | Merge branch 'jk/build-with-right-curl' | Junio C Hamano | 2020-05-01 | 1 | -5/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Makefile: avoid running curl-config unnecessarily | Jeff King | 2020-04-05 | 1 | -2/+2 | |
| * | | | | | | | | | | Makefile: use curl-config --cflags | Jeff King | 2020-03-27 | 1 | -1/+7 | |
| * | | | | | | | | | | Makefile: avoid running curl-config multiple times | Jeff King | 2020-03-27 | 1 | -4/+3 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | The fifth batch | Junio C Hamano | 2020-04-30 | 1 | -0/+19 | |
* | | | | | | | | | | Merge branch 'ps/transactional-update-ref-stdin' | Junio C Hamano | 2020-04-30 | 6 | -75/+363 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | update-ref: implement interactive transaction handling | Patrick Steinhardt | 2020-04-02 | 3 | -8/+255 | |
| * | | | | | | | | | | update-ref: read commands in a line-wise fashion | Patrick Steinhardt | 2020-04-02 | 1 | -40/+45 | |
| * | | | | | | | | | | update-ref: move transaction handling into `update_refs_stdin()` | Patrick Steinhardt | 2020-04-02 | 1 | -13/+14 | |
| * | | | | | | | | | | update-ref: pass end pointer instead of strbuf | Patrick Steinhardt | 2020-04-02 | 1 | -15/+15 | |
| * | | | | | | | | | | update-ref: drop unused argument for `parse_refname` | Patrick Steinhardt | 2020-04-02 | 1 | -5/+5 | |
| * | | | | | | | | | | update-ref: organize commands in an array | Patrick Steinhardt | 2020-04-02 | 1 | -12/+29 | |
| * | | | | | | | | | | strbuf: provide function to append whole lines | Patrick Steinhardt | 2020-03-30 | 2 | -0/+16 | |
| * | | | | | | | | | | git-update-ref.txt: add missing word | Patrick Steinhardt | 2020-03-30 | 1 | -1/+1 | |
| * | | | | | | | | | | refs: fix segfault when aborting empty transaction | Patrick Steinhardt | 2020-03-30 | 1 | -8/+10 | |
* | | | | | | | | | | | Merge branch 'en/fill-directory-exponential' | Junio C Hamano | 2020-04-30 | 10 | -201/+437 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | completion: fix 'git add' on paths under an untracked directory | Elijah Newren | 2020-04-01 | 2 | -1/+6 | |
| * | | | | | | | | | | | Fix error-prone fill_directory() API; make it only return matches | Elijah Newren | 2020-04-01 | 6 | -27/+18 |