index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-01
builtin/fetch.c: respect 'submodule.recurse' option
Stefan Beller
2
-0
/
+17
2017-06-01
builtin/push.c: respect 'submodule.recurse' option
Stefan Beller
2
-0
/
+25
2017-06-01
builtin/grep.c: respect 'submodule.recurse' option
Stefan Beller
2
-0
/
+21
2017-06-01
Introduce 'submodule.recurse' option for worktree manipulators
Stefan Beller
7
-5
/
+58
2017-05-30
submodule loading: separate code path for .gitmodules and config overlay
Stefan Beller
1
-3
/
+11
2017-05-30
reset/checkout/read-tree: unify config callback for submodule recursion
Stefan Beller
5
-83
/
+38
2017-05-30
submodule test invocation: only pass additional arguments
Stefan Beller
4
-10
/
+12
2017-05-30
submodule recursing: do not write a config variable twice
Stefan Beller
3
-3
/
+3
2017-05-30
Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursive
Junio C Hamano
24
-239
/
+843
2017-05-29
Merge branch 'jc/repack-threads'
Junio C Hamano
2
-1
/
+9
2017-05-29
Merge branch 'sb/reset-recurse-submodules'
Junio C Hamano
6
-12
/
+96
2017-05-26
grep: assert that threading is enabled when calling grep_{lock,unlock}
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2017-05-26
grep: given --threads with NO_PTHREADS=YesPlease, warn
Ævar Arnfjörð Bjarmason
2
-0
/
+31
2017-05-26
pack-objects: fix buggy warning about threads
Ævar Arnfjörð Bjarmason
2
-2
/
+4
2017-05-26
pack-objects & index-pack: add test for --threads warning
Ævar Arnfjörð Bjarmason
1
-0
/
+36
2017-05-26
test-lib: add a PTHREADS prerequisite
Ævar Arnfjörð Bjarmason
3
-0
/
+6
2017-05-26
grep: move is_fixed() earlier to avoid forward declaration
Ævar Arnfjörð Bjarmason
1
-12
/
+12
2017-05-26
grep: change internal *pcre* variable & function names to be *pcre1*
Ævar Arnfjörð Bjarmason
2
-30
/
+30
2017-05-26
grep: change the internal PCRE macro names to be PCRE1
Ævar Arnfjörð Bjarmason
4
-7
/
+7
2017-05-26
grep: factor test for \0 in grep patterns into a function
Ævar Arnfjörð Bjarmason
1
-7
/
+15
2017-05-26
grep: remove redundant regflags assignments
Ævar Arnfjörð Bjarmason
1
-5
/
+1
2017-05-26
grep: catch a missing enum in switch statement
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-05-26
perf: add a comparison test of log --grep regex engines with -F
Ævar Arnfjörð Bjarmason
1
-0
/
+44
2017-05-26
perf: add a comparison test of log --grep regex engines
Ævar Arnfjörð Bjarmason
1
-0
/
+53
2017-05-26
perf: add a comparison test of grep regex engines with -F
Ævar Arnfjörð Bjarmason
1
-0
/
+41
2017-05-26
perf: add a comparison test of grep regex engines
Ævar Arnfjörð Bjarmason
1
-0
/
+56
2017-05-23
Second batch for 2.14
Junio C Hamano
1
-0
/
+29
2017-05-23
Merge branch 'ab/fix-poison-tests'
Junio C Hamano
16
-37
/
+48
2017-05-23
Merge branch 'tb/dedup-crlf-tests'
Junio C Hamano
2
-187
/
+0
2017-05-23
Merge branch 'jt/push-options-doc'
Junio C Hamano
4
-11
/
+114
2017-05-23
Merge branch 'ab/doc-replace-gmane-links'
Junio C Hamano
5
-6
/
+6
2017-05-23
Merge branch 'rs/checkout-am-fix-unborn'
Junio C Hamano
2
-2
/
+3
2017-05-23
Merge branch 'ls/travis-relays-for-windows-ci'
Junio C Hamano
1
-3
/
+23
2017-05-23
Merge branch 'ah/log-decorate-default-to-auto'
Junio C Hamano
2
-2
/
+14
2017-05-23
Merge branch 'bw/submodule-with-bs-path'
Junio C Hamano
1
-1
/
+1
2017-05-21
perf: emit progress output when unpacking & building
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-05-21
perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do
Ævar Arnfjörð Bjarmason
3
-3
/
+28
2017-05-21
grep: add tests to fix blind spots with \0 patterns
Ævar Arnfjörð Bjarmason
1
-0
/
+71
2017-05-21
grep: prepare for testing binary regexes containing rx metacharacters
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2017-05-21
grep: add a test helper function for less verbose -f \0 tests
Ævar Arnfjörð Bjarmason
1
-29
/
+29
2017-05-21
grep: add tests for grep pattern types being passed to submodules
Ævar Arnfjörð Bjarmason
1
-0
/
+49
2017-05-21
grep: amend submodule recursion test for regex engine testing
Ævar Arnfjörð Bjarmason
1
-83
/
+83
2017-05-21
grep: add tests for --threads=N and grep.threads
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2017-05-21
grep: change non-ASCII -i test to stop using --debug
Ævar Arnfjörð Bjarmason
1
-20
/
+5
2017-05-21
grep: add a test for backreferences in PCRE patterns
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2017-05-21
grep: add a test asserting that --perl-regexp dies when !PCRE
Ævar Arnfjörð Bjarmason
2
-1
/
+15
2017-05-21
log: make --regexp-ignore-case work with --perl-regexp
Ævar Arnfjörð Bjarmason
2
-5
/
+56
2017-05-21
log: add exhaustive tests for pattern style options & config
Ævar Arnfjörð Bjarmason
1
-1
/
+97
2017-05-21
test-lib: rename the LIBPCRE prerequisite to PCRE
Ævar Arnfjörð Bjarmason
5
-20
/
+20
2017-05-21
grep & rev-list doc: stop promising libpcre for --perl-regexp
Ævar Arnfjörð Bjarmason
2
-4
/
+11
[next]