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-02-05
Merge branch 'kc/maint-diff-bwi-fix' into maint
Junio C Hamano
1
-0
/
+27
2009-02-04
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-1
/
+9
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-02-04
builtin-remote: make rm operation safer in mirrored repository
Jay Soffian
1
-0
/
+26
2009-02-03
filter-branch: Fix fatal error on bare repositories
Eric Kidd
1
-1
/
+3
2009-01-28
Merge branch 'jc/maint-format-patch-o-relative' into maint
Junio C Hamano
1
-1
/
+51
2009-01-28
Merge branch 'nd/grep-assume-unchanged' into maint
Junio C Hamano
1
-0
/
+7
2009-01-28
Merge branch 'mc/cd-p-pwd' into maint
Junio C Hamano
1
-2
/
+2
2009-01-28
add -u: do not fail to resolve a path as deleted
Junio C Hamano
1
-1
/
+49
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-28
Fix submodule squashing into unrelated commit
Johannes Schindelin
1
-1
/
+1
2009-01-28
rebase -i squashes submodule changes into unrelated commit
Junio C Hamano
1
-0
/
+26
2009-01-28
revision traversal: allow UNINTERESTING objects to be missing
Junio C Hamano
1
-0
/
+37
2009-01-27
send-pack: do not send unknown object name from ".have" to pack-objects
Junio C Hamano
1
-0
/
+106
2009-01-27
Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...
Junio C Hamano
2
-1
/
+19
2009-01-27
diff.c: output correct index lines for a split diff
Junio C Hamano
1
-0
/
+18
2009-01-23
Merge branch 'cb/maint-unpack-trees-absense' into maint
Junio C Hamano
1
-0
/
+51
2009-01-23
Merge branch 'tr/maint-no-index-fixes' into maint
Junio C Hamano
2
-0
/
+4
2009-01-23
Merge branch 'js/add-not-submodule' into maint
Junio C Hamano
1
-0
/
+25
2009-01-21
Rename diff.suppress-blank-empty to diff.suppressBlankEmpty
Johannes Schindelin
1
-4
/
+4
2009-01-19
Fix combined use of whitespace ignore options to diff
Keith Cascio
1
-4
/
+4
2009-01-19
test more combinations of ignore-whitespace options to diff
Keith Cascio
1
-0
/
+27
2009-01-17
bundle: allow the same ref to be given more than once
Junio C Hamano
1
-1
/
+1
2009-01-17
revision walker: include a detached HEAD in --all
Johannes Schindelin
2
-2
/
+40
2009-01-17
Fix gitdir detection when in subdir of gitdir
SZEDER Gábor
1
-0
/
+7
2009-01-17
t5540: clarify that http-push does not handle packed-refs on the remote
Johannes Schindelin
1
-3
/
+15
2009-01-17
http-push: when making directories, have a trailing slash in the path name
Johannes Schindelin
2
-0
/
+8
2009-01-15
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
2
-0
/
+34
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
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-0
/
+25
2009-01-14
Make t3411 executable
Miklos Vajna
1
-0
/
+0
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-13
Merge branch 'js/maint-merge-recursive-r-d-conflict' into maint
Junio C Hamano
1
-0
/
+23
2009-01-13
Merge branch 'cb/maint-merge-recursive-fix' into maint
Junio C Hamano
1
-0
/
+87
2009-01-13
Merge branch 'ap/maint-apply-modefix' into maint
Junio C Hamano
1
-0
/
+62
2009-01-12
Teach format-patch to handle output directory relative to cwd
Junio C Hamano
1
-1
/
+51
2009-01-12
mailinfo: 'From:' header should be unfold as well
Kirill Smelkov
1
-1
/
+4
2009-01-11
Merge branch 'jc/maint-do-not-switch-to-non-commit' into maint
Junio C Hamano
1
-0
/
+4
2009-01-10
mailinfo: correctly handle multiline 'Subject:' header
Kirill Smelkov
5
-1
/
+95
2009-01-06
diff: accept -- when using --no-index
Thomas Rast
2
-0
/
+4
2009-01-05
unpack-trees: fix path search bug in verify_absent
Clemens Buchacher
1
-0
/
+27
2009-01-05
unpack-trees: handle failure in verify_absent
Clemens Buchacher
1
-0
/
+24
2009-01-05
git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X
Marcel M. Cary
1
-2
/
+2
2009-01-05
git add: do not add files from a submodule
Johannes Schindelin
1
-0
/
+25
[prev]
[next]