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
2008-09-18
git-svn: Always create a new RA when calling do_switch for svn://
Alec Berryman
2
-0
/
+223
2008-09-18
git-svn: factor out svnserve test code for later use
Alec Berryman
2
-13
/
+18
2008-09-15
t9700/test.pl: remove File::Temp requirement
Brandon Casey
1
-10
/
+13
2008-09-15
t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()
Brandon Casey
1
-1
/
+1
2008-09-10
Use compatibility regex library for OSX/Darwin
Arjen Laarhoven
1
-0
/
+6
2008-09-10
t7501: always use test_cmp instead of diff
Miklos Vajna
1
-6
/
+6
2008-09-10
Merge branch 'jc/maint-log-grep' into maint
Junio C Hamano
1
-0
/
+51
2008-09-10
Merge branch 'jc/maint-hide-cr-in-diff-from-less' into maint
Junio C Hamano
1
-0
/
+12
2008-09-10
Merge branch 'jc/maint-checkout-fix' into maint
Junio C Hamano
1
-0
/
+22
2008-09-05
"blame -c" should be compatible with "annotate"
Junio C Hamano
1
-0
/
+13
2008-09-04
log --author/--committer: really match only with name part
Junio C Hamano
1
-0
/
+51
2008-09-03
Merge branch 'nd/worktree' into maint
Junio C Hamano
1
-2
/
+62
2008-09-03
Merge branch 'ho/dashless' into maint
Junio C Hamano
76
-515
/
+515
2008-09-03
tests: use "git xyzzy" form (t7200 - t9001)
Nanako Shiraishi
18
-99
/
+99
2008-09-03
tests: use "git xyzzy" form (t7000 - t7199)
Nanako Shiraishi
6
-183
/
+183
2008-09-03
tests: use "git xyzzy" form (t3600 - t6999)
Nanako Shiraishi
26
-130
/
+130
2008-09-03
tests: use "git xyzzy" form (t0000 - t3599)
Nanako Shiraishi
26
-103
/
+103
2008-09-03
clone: fix creation of explicitly named target directory
Clemens Buchacher
1
-0
/
+18
2008-09-01
Bring local clone's origin URL in line with that of a remote clone
Johan Herland
1
-3
/
+3
2008-08-30
diff: Help "less" hide ^M from the output
Junio C Hamano
1
-0
/
+12
2008-08-30
checkout: do not check out unmerged higher stages randomly
Junio C Hamano
1
-0
/
+22
2008-08-30
git-apply: Loosen "match_beginning" logic
Junio C Hamano
1
-3
/
+12
2008-08-30
Merge branch 'sp/missing-thin-base' into maint
Junio C Hamano
1
-0
/
+80
2008-08-29
Merge branch 'np/verify-pack' into maint
Junio C Hamano
1
-0
/
+6
2008-08-29
pretty=format: respect date format options
Jeff King
1
-0
/
+6
2008-08-28
grep: fix worktree setup
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2008-08-28
diff*: fix worktree setup
Nguyễn Thái Ngọc Duy
1
-2
/
+57
2008-08-26
Suppress some bash redirection error messages
Ramsay Jones
3
-10
/
+4
2008-08-24
Fix "git log -i --grep"
Jeff King
1
-0
/
+22
2008-08-24
Merge branch 'ag/maint-combine-diff-fix' into maint
Junio C Hamano
1
-0
/
+16
2008-08-23
Respect core.autocrlf in combined diff
Alexander Gavrilov
1
-0
/
+16
2008-08-23
merge: fix numerus bugs around "trivial merge" area
Junio C Hamano
3
-1
/
+23
2008-08-22
discard revindex data when pack list changes
Nicolas Pitre
1
-0
/
+6
2008-08-20
"git-merge": allow fast-forwarding in a stat-dirty tree
Junio C Hamano
1
-0
/
+10
2008-08-20
for-each-ref: cope with tags with incomplete lines
Junio C Hamano
1
-0
/
+10
2008-08-20
diff --check: do not get confused by new blank lines in the middle
Junio C Hamano
1
-0
/
+11
2008-08-19
mailinfo: avoid violating strbuf assertion
Jeff King
3
-0
/
+24
2008-08-18
t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'
Brandon Casey
1
-4
/
+6
2008-08-18
mailinfo: re-fix MIME multipart boundary parsing
Don Zickus
1
-0
/
+1
2008-08-16
t9300: replace '!' with test_must_fail
Miklos Vajna
1
-2
/
+2
2008-08-16
git-am: ignore --binary option
Stephan Beyer
1
-1
/
+1
2008-08-15
Fix t3700 on filesystems which do not support question marks in names
Alex Riesen
1
-4
/
+4
2008-08-13
Merge branch 'maint'
Junio C Hamano
2
-4
/
+12
2008-08-13
t5304-prune: adjust file mtime based on system time rather than file mtime
Brandon Casey
1
-4
/
+4
2008-08-13
Fix escaping of glob special characters in pathspecs
Kevin Ballard
1
-0
/
+8
2008-08-13
rebase -i -p: fix parent rewriting
Thomas Rast
1
-0
/
+12
2008-08-13
rebase -i -p: handle index and workdir correctly
Thomas Rast
1
-0
/
+6
2008-08-12
pack-objects: Allow missing base objects when creating thin packs
Shawn O. Pearce
1
-0
/
+80
2008-08-11
diff --check: do not unconditionally complain about trailing empty lines
Junio C Hamano
1
-1
/
+19
2008-08-11
Adjust for the new way of enabling the default post-update hook
Petr Baudis
1
-1
/
+1
[prev]
[next]