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
2013-08-30
Merge branch 'bc/completion-for-bash-3.0'
Junio C Hamano
1
-1
/
+1
2013-08-30
Merge branch 'nd/fetch-pack-shallow-fix'
Junio C Hamano
1
-0
/
+16
2013-08-28
write_index: optionally allow broken null sha1s
Jeff King
1
-0
/
+49
2013-08-28
mailmap: handle mailmap blobs without trailing newlines
Jeff King
1
-1
/
+15
2013-08-28
Add testcase for needless objects during a shallow fetch
Matthijs Kooijman
1
-0
/
+11
2013-08-28
upload-pack: delegate rev walking in shallow fetch to pack-objects
Nguyễn Thái Ngọc Duy
1
-3
/
+0
2013-08-27
Set core.precomposeunicode to true on e.g. HFS+
Torsten Bögershausen
3
-2
/
+2
2013-08-26
status: always show tracking branch even no change
Jiang Xin
1
-1
/
+33
2013-08-26
branch: report invalid tracking branch as gone
Jiang Xin
1
-4
/
+53
2013-08-25
rebase -i: fix short SHA-1 collision
Junio C Hamano
1
-1
/
+1
2013-08-25
t3404: rebase -i: demonstrate short SHA-1 collision
Eric Sunshine
1
-0
/
+24
2013-08-25
t3404: make tests more self-contained
Eric Sunshine
1
-2
/
+63
2013-08-25
fetch-pack: do not remove .git/shallow file when --depth is not specified
Nguyễn Thái Ngọc Duy
1
-0
/
+16
2013-08-24
reset test: modernize style
Jonathan Nieder
1
-7
/
+24
2013-08-24
t/t7106-reset-unborn-branch.sh: Add PERL prerequisite
Kacper Kornet
1
-1
/
+1
2013-08-24
add -i test: use skip_all instead of repeated PERL prerequisite
Jonathan Nieder
1
-35
/
+41
2013-08-24
Make test "using invalid commit with -C" more strict
Kacper Kornet
1
-1
/
+1
2013-08-24
test index-pack on packs with recoverable delta cycles
Jeff King
1
-0
/
+18
2013-08-24
add tests for indexing packs with delta cycles
Jeff King
2
-0
/
+81
2013-08-24
sha1-lookup: handle duplicate keys with GIT_USE_LOOKUP
Jeff King
2
-0
/
+151
2013-08-24
commit: search author pattern against mailmap
Antoine Pelisse
1
-0
/
+11
2013-08-23
dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
Eric Sunshine
1
-6
/
+9
2013-08-21
t9902-completion.sh: old Bash still does not support array+=('') notation
Brandon Casey
1
-1
/
+1
2013-08-21
rebase --preserve-merges: ignore "merge.log" config
Ralf Thielow
1
-0
/
+23
2013-08-20
xread, xwrite: limit size of IO to 8MB
Steffen Prohaska
1
-0
/
+14
2013-08-19
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
1
-0
/
+10
2013-08-18
bash prompt: test the prompt with newline in repository path
SZEDER Gábor
1
-0
/
+23
2013-08-15
t3010: update to demonstrate "ls-files -k" optimization pitfalls
Junio C Hamano
1
-3
/
+9
2013-08-14
Revert "Add new @ shortcut for HEAD"
Junio C Hamano
1
-2
/
+0
2013-08-14
Revert "git stash: avoid data loss when "git stash save" kills a directory"
Junio C Hamano
1
-18
/
+0
2013-08-13
push: respect --no-thin
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2013-08-11
git p4 test: sanitize P4CHARSET
kazuki saitoh
1
-1
/
+2
2013-08-09
Merge branch 'jk/submodule-subdirectory-ok'
Junio C Hamano
1
-1
/
+1
2013-08-09
t/t7407: fix two typos in submodule tests
Phil Hord
1
-1
/
+1
2013-08-07
t5802: add test for connect helper
Junio C Hamano
1
-0
/
+72
2013-08-07
die_with_status: use "printf '%s\n'", not "echo"
Matthieu Moy
1
-0
/
+13
2013-08-06
line-range: reject -L line numbers less than 1
Eric Sunshine
1
-9
/
+9
2013-08-06
t8001/t8002: blame: add tests of -L line numbers less than 1
Eric Sunshine
1
-0
/
+12
2013-08-06
line-range: teach -L^:RE to search from start of file
Eric Sunshine
2
-0
/
+18
2013-08-06
line-range: teach -L:RE to search from end of previous -L range
Eric Sunshine
2
-1
/
+16
2013-08-06
line-range: teach -L^/RE/ to search from start of file
Eric Sunshine
1
-0
/
+21
2013-08-06
blame: teach -L/RE/ to search from end of previous -L range
Eric Sunshine
1
-0
/
+20
2013-08-06
t8001/t8002: blame: add tests of multiple -L options
Eric Sunshine
1
-0
/
+32
2013-08-06
rm: delete .gitmodules entry of submodules removed from the work tree
Jens Lehmann
3
-19
/
+99
2013-08-06
mv: update the path entry in .gitmodules for moved submodules
Jens Lehmann
1
-0
/
+75
2013-08-06
t0070: test that git_mkstemps correctly checks return value of open()
Dale R. Worley
1
-0
/
+4
2013-08-05
config: "git config --get-urlmatch" parses section.<url>.key
Junio C Hamano
1
-0
/
+25
2013-08-05
config: parse http.<url>.<variable> using urlmatch
Kyle J. McKay
14
-0
/
+198
2013-08-05
blame: reject empty ranges -L,+0 and -L,-0
Eric Sunshine
1
-2
/
+2
2013-08-05
t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0
Eric Sunshine
1
-0
/
+8
[prev]
[next]