Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit-graph: turn on commit-graph by default | Derrick Stolee | 2019-08-13 | 4 | -4/+6 |
* | t6501: use 'git gc' in quiet mode | Derrick Stolee | 2019-08-13 | 1 | -3/+3 |
* | Merge branch 'jl/status-reduce-vertical-blank' | Junio C Hamano | 2019-07-19 | 3 | -81/+0 |
|\ | |||||
| * | status: remove the empty line after hints | John Lin | 2019-06-21 | 3 | -81/+0 |
* | | Merge branch 'pw/rebase-progress-test-cleanup' | Junio C Hamano | 2019-07-19 | 1 | -8/+11 |
|\ \ | |||||
| * | | t3420: remove progress lines before comparing output | Phillip Wood | 2019-07-08 | 1 | -8/+11 |
* | | | Merge branch 'pw/prompt-cherry-pick-revert-fix' | Junio C Hamano | 2019-07-19 | 1 | -2/+18 |
|\ \ \ | |||||
| * | | | git-prompt: improve cherry-pick/revert detection | Phillip Wood | 2019-07-01 | 1 | -2/+18 |
* | | | | Merge branch 'ew/repack-with-bitmaps-by-default' | Junio C Hamano | 2019-07-19 | 1 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | repack: disable bitmaps-by-default if .keep files exist | Eric Wong | 2019-07-01 | 1 | -0/+10 |
* | | | | | Merge branch 'jk/check-connected-with-alternates' | Junio C Hamano | 2019-07-19 | 2 | -0/+87 |
|\ \ \ \ \ | |||||
| * | | | | | check_everything_connected: assume alternate ref tips are valid | Jeff King | 2019-07-01 | 2 | -0/+87 |
* | | | | | | Merge branch 'nd/tree-walk-with-repo' | Junio C Hamano | 2019-07-19 | 2 | -2/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t7814: do not generate same commits in different repos | Nguyễn Thái Ngọc Duy | 2019-06-28 | 1 | -1/+17 |
| * | | | | | | match-trees.c: remove the_repo from shift_tree*() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'ra/cherry-pick-revert-skip' | Junio C Hamano | 2019-07-19 | 1 | -0/+122 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cherry-pick/revert: advise using --skip | Rohit Ashiwal | 2019-07-02 | 1 | -0/+20 |
| * | | | | | | cherry-pick/revert: add --skip option | Rohit Ashiwal | 2019-07-02 | 1 | -0/+102 |
* | | | | | | | Merge branch 'tb/ref-filter-multiple-patterns' | Junio C Hamano | 2019-07-19 | 1 | -0/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ref-filter.c: find disjoint pattern prefixes | Taylor Blau | 2019-06-27 | 1 | -0/+26 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'pw/status-with-corrupt-sequencer-state' | Junio C Hamano | 2019-07-19 | 1 | -0/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | status: do not report errors in sequencer/todo | Phillip Wood | 2019-06-27 | 1 | -0/+16 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 2019-07-19 | 2 | -1/+344 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit-graph: test verify across alternates | Derrick Stolee | 2019-06-20 | 1 | -0/+19 |
| * | | | | | | | commit-graph: normalize commit-graph filenames | Derrick Stolee | 2019-06-20 | 1 | -1/+6 |
| * | | | | | | | commit-graph: test --split across alternate without --split | Derrick Stolee | 2019-06-20 | 1 | -0/+15 |
| * | | | | | | | commit-graph: test octopus merges with --split | Derrick Stolee | 2019-06-20 | 1 | -0/+11 |
| * | | | | | | | commit-graph: clean up chains after flattened write | Derrick Stolee | 2019-06-20 | 1 | -0/+12 |
| * | | | | | | | commit-graph: verify chains with --shallow mode | Derrick Stolee | 2019-06-20 | 1 | -0/+62 |
| * | | | | | | | commit-graph: create options for split files | Derrick Stolee | 2019-06-20 | 1 | -0/+47 |
| * | | | | | | | commit-graph: expire commit-graph files | Derrick Stolee | 2019-06-20 | 1 | -1/+1 |
| * | | | | | | | commit-graph: allow cross-alternate chains | Derrick Stolee | 2019-06-20 | 1 | -0/+37 |
| * | | | | | | | commit-graph: merge commit-graph chains | Derrick Stolee | 2019-06-20 | 1 | -0/+13 |
| * | | | | | | | commit-graph: add --split option to builtin | Derrick Stolee | 2019-06-20 | 1 | -0/+122 |
| * | | | | | | | commit-graph: write commit-graph chains | Derrick Stolee | 2019-06-20 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'br/blame-ignore' | Junio C Hamano | 2019-07-19 | 4 | -7/+754 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t8014: remove unnecessary braces | Michael Platings | 2019-07-01 | 1 | -6/+6 |
| * | | | | | | | | blame: add a test to cover blame_coalesce() | Barret Rhoden | 2019-06-20 | 1 | -0/+36 |
| * | | | | | | | | blame: use the fingerprint heuristic to match ignored lines | Barret Rhoden | 2019-06-20 | 1 | -3/+0 |
| * | | | | | | | | blame: add a fingerprint heuristic to match ignored lines | Michael Platings | 2019-06-20 | 1 | -0/+440 |
| * | | | | | | | | blame: add config options for the output of ignored or unblamable lines | Barret Rhoden | 2019-05-16 | 1 | -0/+71 |
| * | | | | | | | | blame: add the ability to ignore commits and their changes | Barret Rhoden | 2019-05-16 | 1 | -0/+203 |
| * | | | | | | | | fsck: rename and touch up init_skiplist() | Barret Rhoden | 2019-05-16 | 1 | -7/+7 |
* | | | | | | | | | Merge branch 'cc/test-oidmap' | Junio C Hamano | 2019-07-19 | 6 | -17/+217 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t0016: add 'remove' subcommand test | Christian Couder | 2019-07-01 | 1 | -0/+18 |
| * | | | | | | | | | test-oidmap: remove 'add' subcommand | Christian Couder | 2019-07-01 | 1 | -15/+1 |
| * | | | | | | | | | test-hashmap: remove 'hash' command | Christian Couder | 2019-06-18 | 2 | -17/+1 |
| * | | | | | | | | | t: add t0016-oidmap.sh | Christian Couder | 2019-06-18 | 1 | -0/+84 |
| * | | | | | | | | | t/helper: add test-oidmap.c | Christian Couder | 2019-06-18 | 3 | -0/+128 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ds/midx-expire-repack' | Junio C Hamano | 2019-07-19 | 1 | -0/+184 |
|\ \ \ \ \ \ \ \ \ |