index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-30
Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursive
Junio C Hamano
15
-164
/
+729
2017-05-29
Merge branch 'sb/reset-recurse-submodules'
Junio C Hamano
2
-3
/
+29
2017-05-26
grep: given --threads with NO_PTHREADS=YesPlease, warn
Ævar Arnfjörð Bjarmason
1
-0
/
+18
2017-05-26
pack-objects: fix buggy warning about threads
Ævar Arnfjörð Bjarmason
1
-1
/
+1
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
2
-0
/
+5
2017-05-26
grep: change the internal PCRE macro names to be PCRE1
Ævar Arnfjörð Bjarmason
1
-1
/
+1
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
Merge branch 'ab/fix-poison-tests'
Junio C Hamano
15
-34
/
+38
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
1
-0
/
+37
2017-05-23
Merge branch 'ab/doc-replace-gmane-links'
Junio C Hamano
1
-1
/
+1
2017-05-23
Merge branch 'ah/log-decorate-default-to-auto'
Junio C Hamano
1
-0
/
+12
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
2
-3
/
+25
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
1
-5
/
+55
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-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
6
-15
/
+24
2017-05-16
Merge branch 'jn/clone-add-empty-config-from-command-line'
Junio C Hamano
1
-0
/
+8
2017-05-16
Merge branch 'rs/large-zip'
Junio C Hamano
2
-0
/
+50
2017-05-16
Merge branch 'ab/clone-no-tags'
Junio C Hamano
2
-11
/
+92
2017-05-16
Merge branch 'sk/status-short-branch-color-config'
Junio C Hamano
1
-5
/
+114
2017-05-16
Merge branch 'jt/use-trailer-api-in-commands'
Junio C Hamano
1
-0
/
+44
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
2
-0
/
+70
2017-05-16
Merge branch 'dt/gc-ignore-old-gc-logs'
Junio C Hamano
1
-4
/
+8
2017-05-16
Merge branch 'jk/no-null-sha1-in-cache-tree'
Junio C Hamano
2
-0
/
+28
2017-05-15
builtin/log: honor log.decorate
brian m. carlson
1
-0
/
+12
2017-05-11
tests: fix tests broken under GETTEXT_POISON=YesPlease
Ævar Arnfjörð Bjarmason
15
-34
/
+38
2017-05-10
t0027: tests are not expensive; remove t0025
Torsten Bögershausen
2
-187
/
+0
2017-05-10
receive-pack: verify push options in cert
Jonathan Tan
1
-0
/
+37
2017-05-09
doc: replace more gmane links
Junio C Hamano
1
-1
/
+1
2017-05-09
Merge branch 'jh/verify-index-checksum-only-in-fsck'
Junio C Hamano
1
-8
/
+26
2017-05-02
clone: handle empty config values in -c
Jonathan Nieder
1
-0
/
+8
2017-05-01
Merge branch 'sh/rebase-i-reread-todo-after-exec'
Junio C Hamano
1
-0
/
+14
2017-05-01
Merge branch 'jk/submodule-init-segv-fix'
Junio C Hamano
1
-0
/
+8
2017-05-01
Merge branch 'ab/align-perf-descriptions'
Junio C Hamano
2
-0
/
+5
[next]