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
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-03
git-clone: add missing comma in --reference documentation
Miklos Vajna
1
-1
/
+1
2009-09-01
stash: simplify defaulting to "save" and reject unknown options
Matthieu Moy
1
-4
/
+5
2009-08-29
Sync with 1.6.4.2
Junio C Hamano
2
-1
/
+34
2009-08-29
GIT 1.6.4.2
Junio C Hamano
2
-1
/
+34
2009-08-29
UI consistency: allow --force for where -f means force
René Scharfe
5
-0
/
+6
2009-08-28
upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook
Junio C Hamano
1
-0
/
+4
2009-08-28
upload-pack: add a trigger for post-upload-pack hook
Junio C Hamano
2
-0
/
+27
2009-08-28
Draft release notes to 1.6.5 before -rc0
Junio C Hamano
1
-1
/
+59
2009-08-28
Merge branch 'jc/shortstatus'
Junio C Hamano
1
-5
/
+15
2009-08-27
Merge branch 'maint'
Junio C Hamano
2
-2
/
+2
2009-08-27
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
2
-2
/
+2
2009-08-27
Merge branch 'maint-1.6.2' into maint-1.6.3
Junio C Hamano
2
-2
/
+2
2009-08-27
Fix overridable written with an extra 'e'
Nanako Shiraishi
1
-1
/
+1
2009-08-27
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
1
-1
/
+1
2009-08-27
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+1
2009-08-27
Documentation: git-archive: mark --format as optional in summary
Wesley J. Landaker
1
-1
/
+1
2009-08-27
Merge branch 'jh/submodule-foreach'
Junio C Hamano
2
-5
/
+28
2009-08-27
Merge branch 'wl/insta-mongoose'
Junio C Hamano
1
-1
/
+1
2009-08-26
am/mailinfo: Disable scissors processing by default
Junio C Hamano
2
-12
/
+21
2009-08-26
Documentation: describe the scissors mark support of "git am"
Nanako Shiraishi
1
-4
/
+12
2009-08-26
clone: add --branch option to select a different HEAD
Jeff King
1
-0
/
+7
2009-08-26
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2009-08-26
git-log: allow --decorate[=short|full]
Lars Hjemli
1
-2
/
+6
2009-08-26
Minor improvement to the write-tree documentation
David Kågedal
1
-1
/
+2
2009-08-26
Merge branch 'jc/maint-clean-nested-dir-safety' into maint
Junio C Hamano
1
-0
/
+3
2009-08-25
Merge branch 'jl/submodule-summary-diff-files'
Junio C Hamano
1
-2
/
+11
2009-08-25
Merge branch 'lh/short-decorate'
Junio C Hamano
1
-2
/
+6
2009-08-25
Documentation: consistently refer to check-ref-format
Nanako Shiraishi
2
-6
/
+20
2009-08-23
Merge branch 'jc/verify-pack-stat'
Junio C Hamano
1
-1
/
+7
2009-08-23
Add support for the Mongoose web server.
Wilhansen Li
1
-1
/
+1
2009-08-21
Sync with 1.6.4.1
Junio C Hamano
2
-1
/
+48
2009-08-21
GIT 1.6.4.1
Junio C Hamano
2
-1
/
+48
2009-08-21
Merge branch 'cc/replace'
Junio C Hamano
1
-0
/
+71
2009-08-21
Merge branch 'gb/apply-ignore-whitespace'
Junio C Hamano
4
-2
/
+27
2009-08-21
Merge branch 'np/maint-limit-delta-cache' into maint
Junio C Hamano
1
-3
/
+11
2009-08-20
git clone: Add --recursive to automatically checkout (nested) submodules
Johan Herland
1
-1
/
+9
2009-08-18
git submodule status: Add --recursive to recurse into nested submodules
Johan Herland
1
-2
/
+5
2009-08-18
git submodule update: Introduce --recursive to update nested submodules
Johan Herland
1
-2
/
+5
2009-08-18
git submodule foreach: Add --recursive to recurse into nested submodules
Johan Herland
1
-1
/
+9
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
2
-2
/
+20
2009-08-18
git-log: allow --decorate[=short|full]
Lars Hjemli
1
-2
/
+6
2009-08-18
git submodule foreach: Provide access to submodule name, as '$name'
Johan Herland
1
-1
/
+2
2009-08-18
filter-branch: add an example how to add ACKs to a range of commits
Johannes Schindelin
1
-0
/
+10
2009-08-17
docs: describe impact of repack on "clone -s"
Jeff King
1
-2
/
+10
2009-08-16
Merge branch 'jc/maint-clean-nested-dir-safety'
Junio C Hamano
1
-0
/
+3
2009-08-15
DWIM 'git stash save -p' for 'git stash -p'
Thomas Rast
1
-1
/
+1
2009-08-15
Merge branch 'js/stash-dwim' into tr/reset-checkout-patch
Junio C Hamano
1
-1
/
+2
2009-08-15
Implement 'git stash save --patch'
Thomas Rast
1
-2
/
+12
2009-08-15
Implement 'git checkout --patch'
Thomas Rast
1
-1
/
+12
[prev]
[next]