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
2009-12-29
t7102: make the test fail if one of its check fails
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2009-08-27
Merge branch 'maint-1.5.6' into maint-1.6.0
Junio C Hamano
1
-0
/
+39
2009-08-07
t5510: harden the way verify-pack is used
Junio C Hamano
1
-3
/
+8
2009-04-29
diff -c -p: do not die on submodules
Junio C Hamano
1
-0
/
+39
2009-04-27
grep: fix segfault when "git grep '('" is given
Linus Torvalds
1
-0
/
+4
2009-04-18
init: Do not segfault on big GIT_TEMPLATE_DIR environment variable
Frank Lichtenheld
1
-0
/
+9
2009-04-17
Fix buffer overflow in config parser
Thomas Jarosch
1
-1
/
+8
2009-03-12
Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0
Junio C Hamano
21
-2
/
+209
2009-03-12
Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0
Junio C Hamano
1
-0
/
+25
2009-03-12
Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0
Junio C Hamano
1
-1
/
+8
2009-03-12
Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0
Junio C Hamano
1
-0
/
+18
2009-02-27
bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
Christian Couder
1
-0
/
+25
2009-02-12
Support "\" in non-wildcard exclusion entries
Finn Arne Gangstad
1
-1
/
+8
2009-02-11
Merge branch 'maint-1.5.5' into maint-1.5.6
Junio C Hamano
1
-0
/
+39
2009-02-11
Merge branch 'maint-1.5.4' into maint-1.5.5
Junio C Hamano
1
-0
/
+39
2009-02-11
revision traversal and pack: notice and die on missing commit
Junio C Hamano
1
-0
/
+39
2009-02-04
builtin-mv.c: check for unversionned files before looking at the destination.
Matthieu Moy
1
-1
/
+1
2009-02-04
Add a testcase for "git mv -f" on untracked files.
Matthieu Moy
1
-0
/
+8
2009-02-04
Missing && in t/t7001.sh.
Matthieu Moy
1
-1
/
+1
2009-01-28
mailinfo: tests for RFC2047 examples
Kirill Smelkov
14
-0
/
+100
2009-01-28
mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'
Kirill Smelkov
5
-1
/
+11
2009-01-27
diff.c: output correct index lines for a split diff
Junio C Hamano
1
-0
/
+18
2009-01-15
t3404: Add test case for auto-amending only edited commits after "edit"
Stephan Beyer
1
-0
/
+17
2009-01-15
t3404: Add test case for aborted --continue after "edit"
Stephan Beyer
1
-0
/
+15
2009-01-15
t3501: check that commits are actually done
Stephan Beyer
1
-0
/
+2
2009-01-14
fix handling of multiple untracked files for git mv -k
Michael J Gruber
1
-1
/
+1
2009-01-14
add test cases for "git mv -k"
Michael J Gruber
1
-0
/
+25
2009-01-12
mailinfo: 'From:' header should be unfold as well
Kirill Smelkov
1
-1
/
+4
2009-01-10
mailinfo: correctly handle multiline 'Subject:' header
Kirill Smelkov
5
-1
/
+95
2008-12-19
fast-import: make tagger information optional
Junio C Hamano
1
-0
/
+18
2008-12-19
fast-export: deal with tag objects that do not have a tagger
Johannes Schindelin
1
-0
/
+20
2008-12-15
git-show: do not segfault when showing a bad tag
Junio C Hamano
1
-0
/
+20
2008-12-08
git-svn: Make following parents atomic
Deskin Miller
1
-0
/
+42
2008-12-07
"git diff <tree>{3,}": do not reverse order of arguments
Matt McCutchen
2
-0
/
+30
2008-12-02
Merge branch 'jk/maint-commit-v-strip' into maint
Junio C Hamano
1
-0
/
+73
2008-12-02
Merge branch 'bc/maint-keep-pack' into maint
Junio C Hamano
2
-3
/
+88
2008-11-30
Merge branch 'st/maint-tag' into maint
Junio C Hamano
1
-0
/
+11
2008-11-30
Merge branch 'mk/maint-cg-push' into maint
Junio C Hamano
1
-0
/
+50
2008-11-27
Merge branch 'mv/fast-export' into maint
Junio C Hamano
1
-0
/
+8
2008-11-26
Teach "git diff" to honour --[no-]ext-diff
Junio C Hamano
1
-0
/
+21
2008-11-23
fast-export: use an unsorted string list for extra_refs
Johannes Schindelin
1
-1
/
+1
2008-11-23
Add new testcase to show fast-export does not always exports all tags
Miklos Vajna
1
-0
/
+8
2008-11-14
repack: only unpack-unreachable if we are deleting redundant packs
Brandon Casey
1
-3
/
+15
2008-11-12
t7700: test that 'repack -a' packs alternate packed objects
Brandon Casey
1
-0
/
+16
2008-11-12
Fix pack.packSizeLimit and --max-pack-size handling
Nicolas Pitre
1
-0
/
+6
2008-11-12
commit: Fix stripping of patch in verbose mode.
Jeff King
1
-0
/
+73
2008-11-12
pack-objects: extend --local to mean ignore non-local loose objects too
Brandon Casey
1
-1
/
+1
2008-11-12
t7700: demonstrate mishandling of loose objects in an alternate ODB
Brandon Casey
1
-0
/
+19
2008-11-12
repack: don't repack local objects in packs with .keep file
Brandon Casey
1
-1
/
+1
2008-11-12
t7700: demonstrate mishandling of objects in packs with a .keep file
Brandon Casey
1
-0
/
+38
[next]