Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | checkout.c: change "unique" member to "num_matches" | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -4/+4 | |
| * | | | | | checkout.c: introduce an *_INIT macro | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -1/+3 | |
| * | | | | | checkout.h: wrap the arguments to unique_tracking_name() | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -1/+2 | |
| * | | | | | checkout tests: index should be clean after dwim checkout | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -0/+29 | |
* | | | | | | Merge branch 'sb/diff-color-move-more' | Junio C Hamano | 2018-08-03 | 7 | -88/+489 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | diff.c: offer config option to control ws handling in move detection | Stefan Beller | 2018-07-19 | 3 | -2/+19 | |
| * | | | | | | diff.c: add white space mode to move detection that allows indent changes | Stefan Beller | 2018-07-19 | 4 | -2/+252 | |
| * | | | | | | diff.c: factor advance_or_nullify out of mark_color_as_moved | Stefan Beller | 2018-07-17 | 1 | -12/+20 | |
| * | | | | | | diff.c: decouple white space treatment from move detection algorithm | Stefan Beller | 2018-07-17 | 4 | -6/+113 | |
| * | | | | | | diff.c: add a blocks mode for moved code detection | Stefan Beller | 2018-07-17 | 4 | -8/+60 | |
| * | | | | | | diff.c: adjust hash function signature to match hashmap expectation | Stefan Beller | 2018-07-17 | 1 | -7/+9 | |
| * | | | | | | diff.c: do not pass diff options as keydata to hashmap | Stefan Beller | 2018-07-17 | 1 | -2/+2 | |
| * | | | | | | t4015: avoid git as a pipe input | Stefan Beller | 2018-07-17 | 1 | -30/+20 | |
| * | | | | | | xdiff/xdiffi.c: remove unneeded function declarations | Stefan Beller | 2018-07-17 | 1 | -17/+0 | |
| * | | | | | | xdiff/xdiff.h: remove unused flags | Stefan Beller | 2018-07-17 | 1 | -8/+0 | |
* | | | | | | | Merge branch 'es/test-fixes' | Junio C Hamano | 2018-08-03 | 104 | -590/+569 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | t5608: fix broken &&-chain | SZEDER Gábor | 2018-07-17 | 1 | -1/+1 | |
| * | | | | | | | t9119: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 1 | -60/+60 | |
| * | | | | | | | t9000-t9999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 26 | -51/+51 | |
| * | | | | | | | t7000-t7999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 7 | -57/+57 | |
| * | | | | | | | t6000-t6999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 5 | -17/+17 | |
| * | | | | | | | t5000-t5999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 14 | -24/+24 | |
| * | | | | | | | t4000-t4999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 6 | -17/+17 | |
| * | | | | | | | t3030: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 1 | -170/+170 | |
| * | | | | | | | t3000-t3999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 10 | -28/+28 | |
| * | | | | | | | t2000-t2999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 2 | -8/+8 | |
| * | | | | | | | t1000-t1999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 6 | -19/+19 | |
| * | | | | | | | t0000-t0999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 3 | -15/+15 | |
| * | | | | | | | t9814: simplify convoluted check that command correctly errors out | Eric Sunshine | 2018-07-16 | 1 | -15/+3 | |
| * | | | | | | | t9001: fix broken "invoke hook" test | Eric Sunshine | 2018-07-16 | 1 | -2/+2 | |
| * | | | | | | | t7810: use test_expect_code() instead of hand-rolled comparison | Eric Sunshine | 2018-07-16 | 1 | -4/+3 | |
| * | | | | | | | t7400: fix broken "submodule add/reconfigure --force" test | Eric Sunshine | 2018-07-16 | 1 | -5/+6 | |
| * | | | | | | | t7201: drop pointless "exit 0" at end of subshell | Eric Sunshine | 2018-07-03 | 1 | -1/+0 | |
| * | | | | | | | t6036: fix broken "merge fails but has appropriate contents" tests | Eric Sunshine | 2018-07-03 | 1 | -4/+4 | |
| * | | | | | | | t5505: modernize and simplify hard-to-digest test | Eric Sunshine | 2018-07-03 | 1 | -6/+2 | |
| * | | | | | | | t5406: use write_script() instead of birthing shell script manually | Eric Sunshine | 2018-07-03 | 1 | -2/+3 | |
| * | | | | | | | t5405: use test_must_fail() instead of checking exit code manually | Eric Sunshine | 2018-07-03 | 1 | -2/+1 | |
| * | | | | | | | t/lib-submodule-update: fix "absorbing" test | Eric Sunshine | 2018-07-03 | 1 | -3/+2 | |
| * | | | | | | | t: drop unnecessary terminating semicolon in subshell | Eric Sunshine | 2018-07-03 | 3 | -4/+4 | |
| * | | | | | | | t: use sane_unset() rather than 'unset' with broken &&-chain | Eric Sunshine | 2018-07-03 | 2 | -3/+3 | |
| * | | | | | | | t: use test_write_lines() instead of series of 'echo' commands | Eric Sunshine | 2018-07-03 | 10 | -62/+61 | |
| * | | | | | | | t: use test_might_fail() instead of manipulating exit code manually | Eric Sunshine | 2018-07-03 | 4 | -10/+8 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'ds/commit-graph-fsck' | Junio C Hamano | 2018-08-03 | 14 | -83/+575 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | coccinelle: update commit.cocci | Derrick Stolee | 2018-07-16 | 1 | -1/+1 | |
| * | | | | | | | commit-graph: update design document | Derrick Stolee | 2018-06-27 | 1 | -22/+0 | |
| * | | | | | | | gc: automatically write commit-graph files | Derrick Stolee | 2018-06-27 | 4 | -3/+30 | |
| * | | | | | | | commit-graph: add '--reachable' option | Derrick Stolee | 2018-06-27 | 5 | -6/+49 | |
| * | | | | | | | commit-graph: use string-list API for input | Derrick Stolee | 2018-06-27 | 3 | -38/+23 | |
| * | | | | | | | fsck: verify commit-graph | Derrick Stolee | 2018-06-27 | 3 | -0/+32 | |
| * | | | | | | | commit-graph: verify contents match checksum | Derrick Stolee | 2018-06-27 | 2 | -2/+20 |