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-08-21
Merge branch 'jc/maint-merge-recursive-fix' into maint
Junio C Hamano
2
-3
/
+80
2009-08-21
Merge branch 'zf/maint-gitweb-acname' into maint
Junio C Hamano
1
-3
/
+2
2009-08-21
Merge branch 'np/maint-limit-delta-cache' into maint
Junio C Hamano
2
-4
/
+12
2009-08-21
Merge branch 'jk/maint-show-tag' into maint
Junio C Hamano
1
-1
/
+7
2009-08-21
Merge branch 'sb/maint-pull-rebase' into maint
Junio C Hamano
2
-3
/
+24
2009-08-21
Make test number t7406- unique
Johannes Sixt
1
-0
/
+0
2009-08-20
git clone: Add --recursive to automatically checkout (nested) submodules
Johan Herland
3
-2
/
+31
2009-08-20
t7407: Use 'rev-parse --short' rather than bash's substring expansion notation
Johan Herland
1
-2
/
+4
2009-08-19
git-compat-util.h: remove superfluous test for __sun__
Brandon Casey
1
-2
/
+0
2009-08-18
Merge branch 'rc/maint-http-fix'
Junio C Hamano
1
-1
/
+3
2009-08-18
Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'
Junio C Hamano
2
-0
/
+15
2009-08-18
graph API: use a new color when starting a brand new column
Adam Simpkins
1
-3
/
+11
2009-08-18
git submodule status: Add --recursive to recurse into nested submodules
Johan Herland
3
-6
/
+51
2009-08-18
git submodule update: Introduce --recursive to update nested submodules
Johan Herland
3
-3
/
+36
2009-08-18
git submodule foreach: Add --recursive to recurse into nested submodules
Johan Herland
3
-4
/
+124
2009-08-18
git submodule foreach: test access to submodule name as '$name'
Johan Herland
1
-3
/
+3
2009-08-18
Add selftest for 'git submodule foreach'
Johan Herland
1
-0
/
+79
2009-08-18
git submodule: Cleanup usage string and add option parsing to cmd_foreach()
Johan Herland
1
-3
/
+25
2009-08-18
git-svn: Use GIT_SSH setting if SVN_SSH is not set
Karthik R
1
-0
/
+9
2009-08-18
svn: assume URLs from the command-line are URI-encoded
Eric Wong
2
-0
/
+54
2009-08-18
git-svn.txt: Fix location of parent argument
Tuomas Suutari
1
-3
/
+3
2009-08-18
Merge branch 'maint'
Junio C Hamano
3
-8
/
+26
2009-08-18
remove ARM and Mozilla SHA1 implementations
Nicolas Pitre
9
-526
/
+11
2009-08-18
block-sha1: guard gcc extensions with __GNUC__
Nicolas Pitre
1
-2
/
+2
2009-08-18
make sure byte swapping is optimal for git
Nicolas Pitre
3
-2
/
+40
2009-08-18
http.c: don't assume that urls don't end with slash
Tay Ray Chuan
1
-1
/
+3
2009-08-18
filter-branch: make the usage string fit on 80 chars terminals.
Matthieu Moy
1
-6
/
+6
2009-08-18
git-log: allow --decorate[=short|full]
Lars Hjemli
9
-10
/
+65
2009-08-18
git submodule foreach: Provide access to submodule name, as '$name'
Johan Herland
2
-1
/
+3
2009-08-18
block-sha1: make the size member first in the context struct
Nicolas Pitre
1
-1
/
+1
2009-08-18
filter-branch: add an example how to add ACKs to a range of commits
Johannes Schindelin
1
-0
/
+10
2009-08-18
check_path(): allow symlinked directories to checkout-index --prefix
Junio C Hamano
3
-5
/
+18
2009-08-17
read-tree: Fix regression with creation of a new index file.
Alexandre Julliard
2
-4
/
+31
2009-08-17
docs: describe impact of repack on "clone -s"
Jeff King
1
-2
/
+10
2009-08-16
Merge branch 'lt/block-sha1'
Junio C Hamano
3
-0
/
+309
2009-08-16
Merge branch 'bc/maint-am-email'
Junio C Hamano
0
-0
/
+0
2009-08-16
Merge branch 'js/maint-cover-letter-non-ascii'
Junio C Hamano
4
-12
/
+17
2009-08-16
Merge branch 'jc/maint-clean-nested-dir-safety'
Junio C Hamano
6
-5
/
+63
2009-08-16
Merge branch 'jk/maint-merge-msg-fix'
Junio C Hamano
4
-11
/
+75
2009-08-16
Merge git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-7
/
+24
2009-08-15
add -p: do not attempt to coalesce mode changes
Thomas Rast
2
-1
/
+5
2009-08-15
git add -p: demonstrate failure when staging both mode and hunk
Kirill Smelkov
1
-0
/
+11
2009-08-15
git commit --dry-run -v: show diff in color when asked
Junio C Hamano
1
-2
/
+4
2009-08-15
Documentation/git-commit.txt: describe --dry-run
Junio C Hamano
1
-4
/
+9
2009-08-15
Documentaqtion/git-submodule.txt: Typofix
Lars Hjemli
1
-1
/
+1
2009-08-14
git submodule summary: add --files option
Jens Lehmann
3
-5
/
+49
2009-08-14
git-cvsimport: add support for cvs pserver password scrambling.
Dirk Hoerner
1
-1
/
+38
2009-08-14
gitweb: Optimize git-favicon.png
Benjamin Kramer
2
-0
/
+0
2009-08-14
git stash: Give friendlier errors when there is nothing to apply
Ori Avtalion
1
-11
/
+16
2009-08-14
block-sha1/sha1.c: silence compiler complaints by casting void * to char *
Brandon Casey
1
-2
/
+2
[prev]
[next]