Age | Commit message (Expand) | Author | Files | Lines |
2018-10-15 | fuzz: add basic fuzz testing target. | Josh Steadmon | 1 | -0/+32 |
2018-10-10 | Merge branch 'nd/test-tool' | Junio C Hamano | 1 | -5/+7 |
2018-10-09 | rebase -i: move rebase--helper modes to rebase--interactive | Alban Gruin | 1 | -1/+0 |
2018-10-09 | rebase -i: remove git-rebase--interactive.sh | Alban Gruin | 1 | -3/+1 |
2018-10-09 | rebase -i: implement the main part of interactive rebase as a builtin | Alban Gruin | 1 | -0/+1 |
2018-09-28 | read-cache: update TEST_GIT_INDEX_VERSION support | Ben Peart | 1 | -3/+3 |
2018-09-24 | Merge branch 'js/mingw-o-append' | Junio C Hamano | 1 | -0/+1 |
2018-09-20 | Makefile: add a hdr-check target | Ramsay Jones | 1 | -0/+12 |
2018-09-17 | Merge branch 'es/format-patch-interdiff' | Junio C Hamano | 1 | -0/+1 |
2018-09-17 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -0/+1 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+2 |
2018-09-17 | Merge branch 'ds/multi-pack-index' | Junio C Hamano | 1 | -0/+3 |
2018-09-11 | t0051: test GIT_TRACE to a windows named pipe | Jeff Hostetler | 1 | -0/+1 |
2018-09-11 | Makefile: add a hint about TEST_BUILTINS_OBJS | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2018-09-11 | t/helper: merge test-dump-fsmonitor into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-11 | t/helper: merge test-parse-options into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-11 | t/helper: merge test-pkt-line into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-11 | t/helper: merge test-dump-untracked-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-11 | t/helper: keep test-tool command list sorted | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-21 | generate-cmdlist.sh: collect config from all config.txt files | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-20 | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 1 | -0/+3 |
2018-08-20 | Merge branch 'js/range-diff' | Junio C Hamano | 1 | -0/+3 |
2018-08-17 | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 1 | -1/+1 |
2018-08-16 | Add delta-islands.{c,h} | Jeff King | 1 | -0/+1 |
2018-08-15 | Merge branch 'sg/coccicheck-updates' | Junio C Hamano | 1 | -7/+17 |
2018-08-15 | Merge branch 'jh/json-writer' | Junio C Hamano | 1 | -0/+2 |
2018-08-15 | Merge branch 'bb/make-developer-pedantic' | Junio C Hamano | 1 | -0/+5 |
2018-08-13 | range-diff: first rudimentary implementation | Johannes Schindelin | 1 | -0/+1 |
2018-08-13 | Introduce `range-diff` to compare iterations of a topic branch | Johannes Schindelin | 1 | -0/+1 |
2018-08-13 | linear-assignment: a function to solve least-cost assignment problems | Johannes Schindelin | 1 | -0/+1 |
2018-08-10 | rebase -i: rewrite append_todo_help() in C | Alban Gruin | 1 | -0/+1 |
2018-08-06 | Makefile: add missing dependency for command-list.h | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-06 | rebase: refactor common shell functions into their own file | Pratik Karki | 1 | -0/+1 |
2018-08-06 | rebase: start implementing it as a builtin | Pratik Karki | 1 | -1/+2 |
2018-08-02 | Merge branch 'jt/commit-graph-per-object-store' | Junio C Hamano | 1 | -0/+1 |
2018-08-02 | Merge branch 'jt/fetch-negotiator-skipping' | Junio C Hamano | 1 | -0/+1 |
2018-08-02 | Merge branch 'jt/fetch-pack-negotiator' | Junio C Hamano | 1 | -0/+2 |
2018-07-25 | Makefile: add a DEVOPTS flag to get pedantic compilation | Beat Bolli | 1 | -0/+5 |
2018-07-23 | format-patch: add --interdiff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+1 |
2018-07-23 | coccinelle: extract dedicated make target to clean Coccinelle's results | SZEDER Gábor | 1 | -3/+5 |
2018-07-23 | coccinelle: put sane filenames into output patches | SZEDER Gábor | 1 | -1/+1 |
2018-07-23 | coccinelle: exclude sha1dc source files from static analysis | SZEDER Gábor | 1 | -2/+8 |
2018-07-23 | coccinelle: use $(addsuffix) in 'coccicheck' make target | SZEDER Gábor | 1 | -1/+1 |
2018-07-23 | coccinelle: mark the 'coccicheck' make target as .PHONY | SZEDER Gábor | 1 | -0/+2 |
2018-07-20 | test-reach: create new test tool for ref_newer | Derrick Stolee | 1 | -0/+1 |
2018-07-20 | commit-reach: move walk methods from commit.c | Derrick Stolee | 1 | -0/+1 |
2018-07-20 | multi-pack-index: load into memory | Derrick Stolee | 1 | -0/+1 |
2018-07-20 | multi-pack-index: add 'write' verb | Derrick Stolee | 1 | -0/+1 |
2018-07-20 | multi-pack-index: add builtin | Derrick Stolee | 1 | -0/+1 |
2018-07-18 | Merge branch 'js/enhanced-version-info' | Junio C Hamano | 1 | -2/+3 |