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-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-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2
-3
/
+12
2017-05-26
wrapper.c: add and use warn_on_fopen_errors()
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2017-05-26
config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD
Nguyễn Thái Ngọc Duy
1
-0
/
+8
2017-05-24
diff: use blob path for blob/file diffs
Jeff King
1
-1
/
+6
2017-05-24
diff: use pending "path" if it is available
Jeff King
1
-2
/
+2
2017-05-24
handle_revision_arg: record modes for "a..b" endpoints
Jeff King
1
-1
/
+1
2017-05-24
t4063: add tests of direct blob diffs
Jeff King
1
-0
/
+91
2017-05-24
handle_revision_arg: reset "dotdot" consistently
Jeff King
1
-0
/
+9
2017-05-24
clean: teach clean -d to preserve ignored paths
Samuel Lijin
1
-1
/
+1
2017-05-23
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
3
-3
/
+4
2017-05-23
t3600: clean up permissions test properly
Michael Haggerty
1
-2
/
+2
2017-05-23
Merge branch 'bc/object-id'
Junio C Hamano
2
-4
/
+4
2017-05-23
t5531: fix test description
Stefan Beller
1
-2
/
+2
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-22
dir: hide untracked contents of untracked dirs
Samuel Lijin
1
-2
/
+2
2017-05-22
t7061: status --ignored should search untracked dirs
Samuel Lijin
1
-2
/
+3
2017-05-22
t7300: clean -d should skip dirs with ignored files
Samuel Lijin
1
-0
/
+16
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-20
revision.c: ignore broken tags with ignore_missing_links
Jeff King
1
-1
/
+26
2017-05-20
unpack-trees: preserve index extensions
David Turner
1
-0
/
+22
2017-05-18
interpret-trailers: honor the cut line
Brian Malehorn
1
-0
/
+17
2017-05-18
t5400: avoid concurrent writes into a trace file
Jeff King
1
-1
/
+4
2017-05-18
t5545: enhance test coverage when no http server is installed
Stefan Beller
1
-42
/
+43
2017-05-18
test: allow skipping the remainder
Junio C Hamano
1
-8
/
+13
2017-05-17
config: match both symlink & realpath versions in IncludeIf.gitdir:*
Ævar Arnfjörð Bjarmason
1
-0
/
+23
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
6
-15
/
+24
[prev]
[next]