Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: change the internal PCRE macro names to be PCRE1 | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -1/+1 |
* | perf: add a comparison test of log --grep regex engines with -F | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+44 |
* | perf: add a comparison test of log --grep regex engines | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+53 |
* | perf: add a comparison test of grep regex engines with -F | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+41 |
* | perf: add a comparison test of grep regex engines | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+56 |
* | perf: emit progress output when unpacking & building | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+2 |
* | perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do | Ævar Arnfjörð Bjarmason | 2017-05-21 | 2 | -3/+25 |
* | grep: add tests to fix blind spots with \0 patterns | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+71 |
* | grep: prepare for testing binary regexes containing rx metacharacters | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -3/+3 |
* | grep: add a test helper function for less verbose -f \0 tests | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -29/+29 |
* | grep: add tests for grep pattern types being passed to submodules | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+49 |
* | grep: amend submodule recursion test for regex engine testing | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -83/+83 |
* | grep: add tests for --threads=N and grep.threads | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+16 |
* | grep: change non-ASCII -i test to stop using --debug | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -20/+5 |
* | grep: add a test for backreferences in PCRE patterns | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+7 |
* | grep: add a test asserting that --perl-regexp dies when !PCRE | Ævar Arnfjörð Bjarmason | 2017-05-21 | 2 | -1/+15 |
* | log: make --regexp-ignore-case work with --perl-regexp | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -5/+55 |
* | log: add exhaustive tests for pattern style options & config | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -1/+97 |
* | test-lib: rename the LIBPCRE prerequisite to PCRE | Ævar Arnfjörð Bjarmason | 2017-05-21 | 5 | -20/+20 |
* | Merge branch 'jh/verify-index-checksum-only-in-fsck' | Junio C Hamano | 2017-05-09 | 1 | -8/+26 |
|\ | |||||
| * | t1450: avoid use of "sed" on the index, which is a binary file | Jeff Hostetler | 2017-04-27 | 1 | -8/+26 |
* | | Merge branch 'sh/rebase-i-reread-todo-after-exec' | Junio C Hamano | 2017-05-01 | 1 | -0/+14 |
|\ \ | |||||
| * | | rebase -i: reread the todo list if `exec` touched it | Stephen Hicks | 2017-04-27 | 1 | -0/+14 |
* | | | Merge branch 'jk/submodule-init-segv-fix' | Junio C Hamano | 2017-05-01 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | submodule_init: die cleanly on submodules without url defined | Jeff King | 2017-04-25 | 1 | -0/+8 |
* | | | | Merge branch 'ab/align-perf-descriptions' | Junio C Hamano | 2017-05-01 | 2 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | t/perf: correctly align non-ASCII descriptions in output | Ævar Arnfjörð Bjarmason | 2017-04-24 | 2 | -0/+5 |
* | | | | | Merge branch 'nd/worktree-add-lock' | Junio C Hamano | 2017-04-26 | 1 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | worktree add: add --lock option | Nguyễn Thái Ngọc Duy | 2017-04-21 | 1 | -0/+6 |
* | | | | | | Merge branch 'ab/completion-push-delete-ref' | Junio C Hamano | 2017-04-26 | 1 | -0/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | completion: expand "push --delete <remote> <ref>" for refs on that <remote> | Ævar Arnfjörð Bjarmason | 2017-04-24 | 1 | -0/+34 |
* | | | | | | | Merge branch 'jh/add-index-entry-optim' | Junio C Hamano | 2017-04-26 | 7 | -0/+307 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | p0006-read-tree-checkout: perf test to time read-tree | Jeff Hostetler | 2017-04-20 | 4 | -0/+263 |
| * | | | | | | | read-cache: add strcmp_offset function | Jeff Hostetler | 2017-04-15 | 3 | -0/+44 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'nd/conditional-config-in-early-config' | Junio C Hamano | 2017-04-26 | 2 | -0/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | config: correct file reading order in read_early_config() | Nguyễn Thái Ngọc Duy | 2017-04-20 | 1 | -0/+18 |
| * | | | | | | | config: handle conditional include when $GIT_DIR is not set up | Nguyễn Thái Ngọc Duy | 2017-04-18 | 1 | -0/+11 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ab/push-cas-doc-n-test' | Junio C Hamano | 2017-04-26 | 1 | -0/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | push: document & test --force-with-lease with multiple remotes | Ævar Arnfjörð Bjarmason | 2017-04-20 | 1 | -0/+29 |
* | | | | | | | | Merge branch 'ps/pathspec-empty-prefix-origin' | Junio C Hamano | 2017-04-26 | 1 | -0/+22 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix | Patrick Steinhardt | 2017-04-15 | 1 | -0/+22 |
* | | | | | | | | | Merge branch 'pc/t2027-git-to-pipe-cleanup' | Junio C Hamano | 2017-04-26 | 1 | -14/+21 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t2027: avoid using pipes | Prathamesh Chavan | 2017-04-15 | 1 | -14/+21 |
* | | | | | | | | | | Merge branch 'gb/rebase-signoff' | Junio C Hamano | 2017-04-26 | 1 | -0/+46 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||||
| * | | | | | | | | | rebase: pass --[no-]signoff option to git am | Giuseppe Bilotta | 2017-04-19 | 1 | -0/+46 |
* | | | | | | | | | | Merge branch 'jk/ls-files-recurse-submodules-fix' | Junio C Hamano | 2017-04-24 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | ls-files: fix path used when recursing into submodules | Jacob Keller | 2017-04-19 | 1 | -0/+11 |
| * | | | | | | | | | | ls-files: fix recurse-submodules with nested submodules | Jacob Keller | 2017-04-18 | 1 | -0/+1 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'km/t1400-modernization' | Junio C Hamano | 2017-04-24 | 1 | -168/+167 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | t1400: use consistent style for test_expect_success calls | Kyle Meyer | 2017-04-17 | 1 | -168/+167 |