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
2008-09-30
git-svn: call 'fatal' correctly in set-tree
Luc Heinrich
1
-1
/
+1
2008-09-30
Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)
Michael Prokop
1
-4
/
+4
2008-09-30
t0024: add executable permission
SZEDER Gábor
1
-0
/
+0
2008-09-29
Merge branch 'bc/maint-diff-hunk-header-fix' into maint
Shawn O. Pearce
5
-49
/
+72
2008-09-29
Merge branch 'mg/maint-remote-fix' into maint
Shawn O. Pearce
1
-8
/
+15
2008-09-29
Clarify commit error message for unmerged files
Rafael Garcia-Suarez
1
-1
/
+1
2008-09-29
Use strchrnul() instead of strchr() plus manual workaround
Johan Herland
1
-3
/
+1
2008-09-29
Use remove_path from dir.c instead of own implementation
Alex Riesen
3
-49
/
+5
2008-09-29
Add remove_path: a function to remove as much as possible of a path
Alex Riesen
2
-0
/
+23
2008-09-29
git-submodule: Fix "Unable to checkout" for the initial 'update'
Ping Yin
1
-2
/
+7
2008-09-29
Clarify how the user can satisfy stash's 'dirty state' check.
Stephen Haberman
1
-1
/
+1
2008-09-26
Remove empty directories in recursive merge
Alex Riesen
2
-3
/
+12
2008-09-26
Documentation: clarify the details of overriding LESS via core.pager
Chris Frey
1
-2
/
+11
2008-09-25
Update release notes for 1.6.0.3
Shawn O. Pearce
1
-1
/
+17
2008-09-25
checkout: Do not show local changes when in quiet mode
Jonas Fonseca
1
-1
/
+1
2008-09-24
for-each-ref: Fix --format=%(subject) for log message without newlines
Johan Herland
1
-2
/
+2
2008-09-24
git-stash.sh: don't default to refs/stash if invalid ref supplied
Brandon Casey
1
-2
/
+15
2008-09-24
maint: check return of split_cmdline to avoid bad config strings
Deskin Miller
3
-0
/
+14
2008-09-23
builtin-prune.c: prune temporary packs in <object_dir>/pack directory
Brandon Casey
1
-10
/
+12
2008-09-22
t4018-diff-funcname: test syntax of builtin xfuncname patterns
Brandon Casey
1
-0
/
+11
2008-09-22
Do not perform cross-directory renames when creating packs
Petr Baudis
4
-5
/
+5
2008-09-22
Use dashless git commands in setgitperms.perl
Todd Zullinger
1
-2
/
+2
2008-09-22
git-remote: do not use user input in a printf format string
Johannes Sixt
1
-10
/
+8
2008-09-22
make "git remote" report multiple URLs
Michael J Gruber
1
-8
/
+15
2008-09-21
Check early that a new branch is new and valid
Daniel Barkalow
2
-0
/
+22
2008-09-20
diff hunk pattern: fix misconverted "\{" tex macro introducers
Junio C Hamano
1
-2
/
+2
2008-09-19
diff: use extended regexp to find hunk headers
Junio C Hamano
1
-14
/
+17
2008-09-19
Start draft release notes for 1.6.0.3
Junio C Hamano
2
-1
/
+30
2008-09-19
git-repack uses --no-repack-object, not --no-repack-delta.
Mikael Magnusson
2
-2
/
+2
2008-09-19
Typo "bogos" in format-patch error message.
Mikael Magnusson
1
-1
/
+1
2008-09-19
builtin-clone: fix typo
Fabrizio Chiarello
1
-1
/
+1
2008-09-19
Bust the ghost of long-defunct diffcore-pathspec.
Yann Dirson
2
-34
/
+22
2008-09-19
completion: git commit should list --interactive
Eric Raible
1
-1
/
+1
2008-09-18
diff.*.xfuncname which uses "extended" regex's for hunk header selection
Brandon Casey
3
-3
/
+8
2008-09-18
diff.c: associate a flag with each pattern and use it for compiling regex
Brandon Casey
3
-12
/
+15
2008-09-18
diff.c: return pattern entry pointer rather than just the hunk header pattern
Brandon Casey
1
-27
/
+28
2008-09-18
Merge branch 'dp/maint-rebase-fix' into maint
Junio C Hamano
1
-3
/
+11
2008-09-18
Merge branch 'jc/maint-checkout-keep-remove' into maint
Junio C Hamano
5
-2
/
+24
2008-09-18
Merge branch 'jc/maint-diff-quiet' into maint
Junio C Hamano
1
-11
/
+1
2008-09-18
Merge branch 'jc/maint-name-hash-clear' into maint
Junio C Hamano
1
-0
/
+1
2008-09-18
Merge branch 'jc/maint-template-permbits' into maint
Junio C Hamano
1
-5
/
+7
2008-09-18
Merge branch 'mh/maint-honor-no-ssl-verify' into maint
Junio C Hamano
1
-1
/
+10
2008-09-18
sha1_file: link() returns -1 on failure, not errno
Thomas Rast
1
-1
/
+3
2008-09-18
Make git archive respect core.autocrlf when creating zip format archives
Charles Bailey
2
-1
/
+3
2008-09-18
Add new test to demonstrate git archive core.autocrlf inconsistency
Charles Bailey
1
-0
/
+46
2008-09-18
gitweb: avoid warnings for commits without body
Joey Hess
1
-1
/
+1
2008-09-18
Clarified gitattributes documentation regarding custom hunk header.
Garry Dolley
1
-9
/
+9
2008-09-18
git-svn: fix handling of even funkier branch names
Eric Wong
2
-0
/
+17
2008-09-18
git-svn: Always create a new RA when calling do_switch for svn://
Alec Berryman
3
-13
/
+235
2008-09-18
git-svn: factor out svnserve test code for later use
Alec Berryman
2
-13
/
+18
[prev]
[next]