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
2010-02-10
Sync with 1.6.6.2
Junio C Hamano
4
-4
/
+53
2010-02-10
Git 1.6.6.2
Junio C Hamano
4
-3
/
+50
2010-02-10
Merge branch 'maint-1.6.5' into maint
Junio C Hamano
1
-2
/
+4
2010-02-10
t8003: check exit code of command and error message separately
Junio C Hamano
1
-2
/
+4
2010-02-10
Merge branch 'sp/maint-fast-import-large-blob' into maint
Junio C Hamano
5
-20
/
+227
2010-02-10
Merge branch 'gp/maint-cvsserver' into maint
Junio C Hamano
1
-1
/
+1
2010-02-10
Merge branch 'jc/maint-reflog-bad-timestamp' into maint
Junio C Hamano
4
-10
/
+86
2010-02-10
Merge branch 'il/maint-xmallocz' into maint
Junio C Hamano
4
-10
/
+15
2010-02-10
Merge branch 'jh/maint-config-file-prefix' into maint
Junio C Hamano
2
-1
/
+12
2010-02-10
Merge branch 'nd/include-termios-for-osol' into maint
Junio C Hamano
1
-0
/
+1
2010-02-10
Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' into maint
Junio C Hamano
2
-1
/
+58
2010-02-10
Merge branch 'rs/maint-archive-match-pathspec' into maint
Junio C Hamano
1
-1
/
+24
2010-02-10
check-ref-format documentation: fix enumeration mark-up
Junio C Hamano
1
-1
/
+1
2010-02-10
Documentation: quote braces in {upstream} notation
Thomas Rast
1
-1
/
+1
2010-02-08
t3902: Protect against OS X normalization
Brian Gernhardt
1
-4
/
+4
2010-02-08
Merge branch 'maint'
Junio C Hamano
5
-14
/
+28
2010-02-08
Merge branch 'maint-1.6.5' into maint
Junio C Hamano
2
-1
/
+9
2010-02-08
blame: prevent a segv when -L given start > EOF
Jay Soffian
2
-1
/
+9
2010-02-08
Merge branch 'jc/maint-push-doc-status' into maint
Junio C Hamano
1
-5
/
+10
2010-02-08
git-push: document all the status flags used in the output
Junio C Hamano
1
-5
/
+10
2010-02-08
Merge branch 'jc/maint-imap-config-parse' into maint
Junio C Hamano
1
-7
/
+8
2010-02-08
Fix parsing of imap.preformattedHTML and imap.sslverify
Junio C Hamano
1
-7
/
+8
2010-02-08
Merge branch 'jc/maint-doc-git-add-example' into maint
Junio C Hamano
1
-1
/
+1
2010-02-08
git-add documentation: Fix shell quoting example
Junio C Hamano
1
-1
/
+1
2010-02-08
Revert "pack-objects: fix pack generation when using pack_size_limit"
Nicolas Pitre
2
-12
/
+10
2010-02-07
accept "git grep -- pattern"
Jeff King
2
-0
/
+43
2010-02-07
Merge git://repo.or.cz/git-gui
Junio C Hamano
34
-2514
/
+3126
2010-02-07
Merge branch 'maint'
Junio C Hamano
2
-18
/
+26
2010-02-07
archive: simplify archive format guessing
René Scharfe
2
-18
/
+26
2010-02-06
Fix invalid read in quote_c_style_counted
Jeff King
2
-2
/
+21
2010-02-06
docs: fix filter-branch example for quoted paths
Jeff King
1
-1
/
+1
2010-02-06
t9501: Re-fix max load test
Brian Gernhardt
1
-9
/
+2
2010-02-06
bash: support the --autosquash option for rebase
Björn Gustavsson
1
-0
/
+1
2010-02-05
Merge git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-1
/
+1
2010-02-05
t9501: Skip testing load if we can't detect it
Brian Gernhardt
1
-1
/
+8
2010-02-05
Update draft release notes to 1.7.0
Junio C Hamano
1
-1
/
+6
2010-02-05
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2010-02-05
Update git fsck --full short description to mention packs
Wesley J. Landaker
1
-1
/
+1
2010-02-05
Merge branch 'jc/maint-limit-note-output' into maint
Junio C Hamano
8
-1
/
+85
2010-02-05
Revert 30816237 and 7e62265
Junio C Hamano
4
-96
/
+1
2010-02-04
git-svn: persistent memoization
Andrew Myrick
1
-4
/
+36
2010-02-04
fast-import: count --max-pack-size in bytes
Junio C Hamano
3
-12
/
+17
2010-02-04
update git-repack documentation wrt repack.UseDeltaBaseOffset
Nicolas Pitre
1
-9
/
+9
2010-02-04
git-clean: fix the description of the default behavior
Michael J Gruber
2
-4
/
+4
2010-02-04
fast-import.c: Fix big-file-threshold parsing bug
Junio C Hamano
1
-1
/
+4
2010-02-03
Typofixes outside documentation area
Junio C Hamano
17
-19
/
+20
2010-02-03
make --max-pack-size argument to 'git pack-object' count in bytes
Nicolas Pitre
6
-21
/
+36
2010-02-03
pack-objects: fix pack generation when using pack_size_limit
Nicolas Pitre
1
-24
/
+13
2010-02-03
fix multiple issues with t5300
Nicolas Pitre
1
-20
/
+34
2010-02-03
gitweb: Simplify (and fix) chop_str
John 'Warthog9' Hawley
1
-4
/
+0
[prev]
[next]