| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rs/pickaxe-i' | Junio C Hamano | 2014-04-02 | 1 | -102/+64 |
|\ |
|
| * | pickaxe: honor -i when used with -S and --pickaxe-regex | René Scharfe | 2014-03-24 | 1 | -0/+5 |
| * | t4209: use helper functions to test --author | René Scharfe | 2014-03-24 | 1 | -9/+4 |
| * | t4209: use helper functions to test --grep | René Scharfe | 2014-03-24 | 1 | -14/+4 |
| * | t4209: factor out helper function test_log_icase() | René Scharfe | 2014-03-24 | 1 | -12/+14 |
| * | t4209: factor out helper function test_log() | René Scharfe | 2014-03-24 | 1 | -58/+42 |
| * | t4209: set up expectations up front | René Scharfe | 2014-03-24 | 1 | -39/+25 |
* | | Revert "submodule: explicit local branch creation in module_clone" | Junio C Hamano | 2014-04-02 | 1 | -38/+1 |
* | | Merge branch 'jk/tests-cleanup' | Junio C Hamano | 2014-03-31 | 10 | -180/+87 |
|\ \ |
|
| * | | t0001: drop subshells just for "cd"jk/tests-cleanup | Jeff King | 2014-03-21 | 1 | -47/+9 |
| * | | t0001: drop useless subshells | Jeff King | 2014-03-21 | 1 | -39/+22 |
| * | | t0001: use test_must_fail | Jeff King | 2014-03-21 | 1 | -27/+11 |
| * | | t0001: use test_config_global | Jeff King | 2014-03-21 | 1 | -7/+4 |
| * | | t0001: use test_path_is_* | Jeff King | 2014-03-21 | 1 | -18/+18 |
| * | | t0001: make symlink reinit test more careful | Jeff King | 2014-03-21 | 1 | -2/+2 |
| * | | t: prefer "git config --file" to GIT_CONFIG | Jeff King | 2014-03-21 | 5 | -18/+17 |
| * | | t: prefer "git config --file" to GIT_CONFIG with test_must_fail | Jeff King | 2014-03-21 | 1 | -4/+4 |
| * | | t: stop using GIT_CONFIG to cross repo boundaries | Jeff King | 2014-03-21 | 2 | -5/+5 |
| * | | t: drop useless sane_unset GIT_* calls | Jeff King | 2014-03-21 | 3 | -17/+0 |
| * | | t/test-lib: drop redundant unset of GIT_CONFIG | Jeff King | 2014-03-21 | 1 | -1/+0 |
| * | | t/Makefile: stop setting GIT_CONFIG | Jeff King | 2014-03-21 | 1 | -2/+2 |
* | | | Merge branch 'ib/rev-parse-parseopt-argh' | Junio C Hamano | 2014-03-31 | 1 | -36/+56 |
|\ \ \ |
|
| * | | | t1502: protect runs of SPs used in the indentation | Junio C Hamano | 2014-03-23 | 1 | -56/+56 |
| * | | | rev-parse --parseopt: option argument name hints | Ilya Bobyr | 2014-03-23 | 1 | -0/+20 |
* | | | | Merge branch 'js/userdiff-cc' | Junio C Hamano | 2014-03-31 | 32 | -153/+298 |
|\ \ \ \ |
|
| * | | | | userdiff: have 'cpp' hunk header pattern catch more C++ anchor pointsjs/userdiff-cc | Johannes Sixt | 2014-03-21 | 12 | -12/+0 |
| * | | | | t4018: test cases showing that the cpp pattern misses many anchor points | Johannes Sixt | 2014-03-21 | 12 | -0/+66 |
| * | | | | t4018: test cases for the built-in cpp pattern | Johannes Sixt | 2014-03-21 | 9 | -0/+55 |
| * | | | | t4018: reduce test files for pattern compilation tests | Johannes Sixt | 2014-03-21 | 1 | -38/+14 |
| * | | | | t4018: convert custom pattern test to the new infrastructure | Johannes Sixt | 2014-03-21 | 4 | -24/+58 |
| * | | | | t4018: convert java pattern test to the new infrastructure | Johannes Sixt | 2014-03-21 | 2 | -4/+8 |
| * | | | | t4018: convert perl pattern tests to the new infrastructure | Johannes Sixt | 2014-03-21 | 6 | -88/+44 |
| * | | | | t4018: an infrastructure to test hunk headers | Johannes Sixt | 2014-03-21 | 2 | -6/+72 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'dt/tests-with-env-not-subshell' | Junio C Hamano | 2014-03-31 | 12 | -152/+42 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshell | David Tran | 2014-03-19 | 12 | -152/+42 |
| |/ / |
|
* | | | Merge branch 'bg/rebase-off-of-previous-branch' | Junio C Hamano | 2014-03-28 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | rebase: allow "-" short-hand for the previous branch | Brian Gesiak | 2014-03-19 | 1 | -0/+17 |
| |/ / |
|
* | | | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 2014-03-28 | 2 | -9/+58 |
|\ \ \ |
|
| * | | | merge hook tests: fix and update tests | Benoit Pierre | 2014-03-18 | 1 | -6/+21 |
| * | | | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 | 1 | -2/+2 |
| * | | | test patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 | 1 | -0/+34 |
| * | | | merge hook tests: use 'test_must_fail' instead of '!' | Benoit Pierre | 2014-03-11 | 1 | -2/+2 |
| * | | | merge hook tests: fix missing '&&' in test | Benoit Pierre | 2014-03-11 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-03-28 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | pack-objects: turn off bitmaps when skipping objects | Jeff King | 2014-03-17 | 1 | -1/+4 |
* | | | | Merge branch 'ss/test-on-mingw-rsync-path-no-absolute' | Junio C Hamano | 2014-03-25 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncss/test-on-mingw-rsync-path-no-absolute | Sebastian Schuberth | 2014-03-19 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'us/printf-not-echo' | Junio C Hamano | 2014-03-25 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | test-lib.sh: do not "echo" caller-supplied stringsus/printf-not-echo | Uwe Storbeck | 2014-03-18 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge branch 'jk/lib-terminal-lazy' | Junio C Hamano | 2014-03-25 | 1 | -18/+19 |
|\ \ \ \ |
|