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-05-29
Merge branch 'jk/diff-submodule-diff-inline'
Junio C Hamano
2
-1
/
+43
2017-05-29
Merge branch 'bw/dir-c-stops-relying-on-the-index'
Junio C Hamano
9
-108
/
+151
2017-05-29
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
4
-18
/
+12
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-26
docs/config.txt: fix indefinite article in core.fileMode description
SZEDER Gábor
1
-1
/
+1
2017-05-26
Windows: do not treat a path with backslashes as a remote's nick name
Johannes Sixt
1
-1
/
+6
2017-05-24
diff: use blob path for blob/file diffs
Jeff King
2
-2
/
+8
2017-05-24
diff: use pending "path" if it is available
Jeff King
2
-3
/
+8
2017-05-24
diff: use the word "path" instead of "name" for blobs
Jeff King
1
-7
/
+7
2017-05-24
diff: pass whole pending entry in blobinfo
Jeff King
1
-23
/
+15
2017-05-24
handle_revision_arg: record paths for pending objects
Jeff King
1
-11
/
+21
2017-05-24
handle_revision_arg: record modes for "a..b" endpoints
Jeff King
2
-5
/
+7
2017-05-24
t4063: add tests of direct blob diffs
Jeff King
1
-0
/
+91
2017-05-24
get_sha1_with_context: dynamically allocate oc->path
Jeff King
5
-8
/
+24
2017-05-24
get_sha1_with_context: always initialize oc->symlink_path
Jeff King
2
-1
/
+1
2017-05-24
sha1_name: consistently refer to object_context as "oc"
Jeff King
2
-3
/
+3
2017-05-24
handle_revision_arg: add handle_dotdot() helper
Jeff King
1
-75
/
+102
2017-05-24
handle_revision_arg: hoist ".." check out of range parsing
Jeff King
1
-14
/
+10
2017-05-24
handle_revision_arg: stop using "dotdot" as a generic pointer
Jeff King
1
-14
/
+15
2017-05-24
handle_revision_arg: simplify commit reference lookups
Jeff King
1
-6
/
+2
2017-05-24
handle_revision_arg: reset "dotdot" consistently
Jeff King
2
-0
/
+12
2017-05-24
clean: teach clean -d to preserve ignored paths
Samuel Lijin
2
-1
/
+43
2017-05-23
tag: duplicate mention of --contains should mention --no-contains
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-05-23
mingw: simplify PATH handling
René Scharfe
1
-68
/
+23
2017-05-23
mingw.h: permit arguments with side effects for is_dir_sep
Johannes Sixt
1
-1
/
+5
2017-05-23
Documentation: fix formatting typo in pretty-formats.txt
Andreas Heiduk
1
-1
/
+1
2017-05-23
Documentation: fix reference to ifExists for interpret-trailers
Andreas Heiduk
1
-1
/
+1
2017-05-23
t5531: fix test description
Stefan Beller
1
-2
/
+2
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
[prev]
[next]