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
2009-03-22
everyday: use the dashless form of git-init
David Aguilar
1
-1
/
+1
2009-03-12
Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0
Junio C Hamano
22
-10
/
+229
2009-03-12
Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0
Junio C Hamano
2
-36
/
+73
2009-03-12
Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0
Junio C Hamano
2
-2
/
+9
2009-03-12
Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0
Junio C Hamano
2
-66
/
+98
2009-02-28
added missing backtick in git-apply.txt
Danijel Tasov
1
-1
/
+1
2009-02-27
bisect: fix another instance of eval'ed string
Christian Couder
1
-1
/
+7
2009-02-27
bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
Christian Couder
2
-35
/
+66
2009-02-12
Support "\" in non-wildcard exclusion entries
Finn Arne Gangstad
2
-2
/
+9
2009-02-11
Make repack less likely to corrupt repository
Junio C Hamano
1
-20
/
+67
2009-02-11
fast-export: ensure we traverse commits in topological order
Elijah Newren
1
-0
/
+1
2009-02-11
Clear the delta base cache if a pack is rebuilt
Shawn O. Pearce
1
-0
/
+1
2009-02-10
Clear the delta base cache during fast-import checkpoint
Shawn O. Pearce
3
-0
/
+9
2009-02-04
Fixed broken git help -w when installing from RPM
David J. Mellor
1
-1
/
+4
2009-02-04
builtin-mv.c: check for unversionned files before looking at the destination.
Matthieu Moy
2
-5
/
+5
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-02-03
User-manual: "git stash <comment>" form is long gone
William Pursell
1
-1
/
+1
2009-02-03
add test-dump-cache-tree in Makefile
Guanqun Lu
2
-1
/
+1
2009-02-03
fix typo in Documentation
Guanqun Lu
1
-1
/
+1
2009-02-03
apply: fix access to an uninitialized mode variable, found by valgrind
Johannes Schindelin
1
-1
/
+1
2009-02-02
grep: pass -I (ignore binary) down to external grep
Junio C Hamano
1
-0
/
+2
2009-01-31
merge: fix out-of-bounds memory access
René Scharfe
1
-3
/
+6
2009-01-28
avoid 31-bit truncation in write_loose_object
Jeff King
1
-1
/
+2
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
test-path-utils: Fix off by one, found by valgrind
Johannes Schindelin
1
-1
/
+1
2009-01-27
get_sha1_basic(): fix invalid memory access, found by valgrind
Johannes Schindelin
1
-1
/
+1
2009-01-27
diff.c: output correct index lines for a split diff
Junio C Hamano
2
-66
/
+98
2009-01-23
Fix Documentation for git-describe
Boyd Stephen Smith Jr
1
-1
/
+1
2009-01-17
builtin-fsck: fix off by one head count
Christian Couder
1
-1
/
+1
2009-01-17
Documentation: let asciidoc align related options
Markus Heidelberg
1
-1
/
+4
2009-01-17
githooks.txt: add missing word
Stephan Beyer
1
-1
/
+1
2009-01-17
builtin-commit.c: do not remove COMMIT_EDITMSG
Stephan Beyer
1
-1
/
+0
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
2
-1
/
+2
2009-01-14
add test cases for "git mv -k"
Michael J Gruber
1
-0
/
+25
2009-01-13
fast-import: Cleanup mode setting.
Felipe Contreras
1
-3
/
+4
2009-01-13
Git.pm: call Error::Simple() properly
Jay Soffian
1
-2
/
+2
2009-01-13
Avoid spurious error messages on error mistakes.
Pierre Habouzit
1
-1
/
+1
2009-01-12
contrib/examples/README: give an explanation of the status of these files
jidanni@jidanni.org
1
-0
/
+3
2009-01-12
mailinfo: 'From:' header should be unfold as well
Kirill Smelkov
2
-1
/
+5
2009-01-10
mailinfo: correctly handle multiline 'Subject:' header
Kirill Smelkov
6
-9
/
+114
2009-01-06
Merge branch 'maint-1.5.6' into maint-1.6.0
Junio C Hamano
1
-1
/
+1
2009-01-06
README: tutorial.txt is now called gittutorial.txt
Joey Hess
1
-1
/
+1
2008-12-21
doc/git-fsck: change the way for getting heads' SHA1s
Markus Heidelberg
1
-1
/
+2
2008-12-19
GIT 1.6.0.6
Junio C Hamano
6
-38
/
+67
2008-12-19
fast-import: make tagger information optional
Junio C Hamano
2
-11
/
+33
[next]