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-23
xutils: Fix xdl_recmatch() on incomplete lines
Junio C Hamano
1
-31
/
+49
2009-08-23
xutils: Fix hashing an incomplete line with whitespaces at the end
Junio C Hamano
1
-2
/
+4
2009-08-21
GIT 1.6.4.1
Junio C Hamano
4
-3
/
+50
2009-08-21
Merge branch 'bc/maint-am-email' into maint
Junio C Hamano
2
-1
/
+34
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-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
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
docs: describe impact of repack on "clone -s"
Jeff King
1
-2
/
+10
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-14
Fix "unpack-objects --strict"
Junio C Hamano
2
-7
/
+44
2009-08-12
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
9
-12
/
+12
2009-08-12
push: point to 'git pull' and 'git push --force' in case of non-fast forward
Matthieu Moy
4
-5
/
+103
2009-08-12
Documentation: add: <filepattern>... is optional
Paul Bolle
1
-1
/
+1
2009-08-12
Change mentions of "git programs" to "git commands"
Ori Avtalion
8
-10
/
+10
2009-08-12
Documentation: merge: one <remote> is required
Paul Bolle
1
-1
/
+1
2009-08-12
help.c: give correct structure's size to memset()
Johan Herland
1
-1
/
+1
2009-08-10
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
2
-4
/
+4
2009-08-10
Fix typos in git-remote.txt and git-symbolic-ref.txt
Štěpán Němec
2
-4
/
+4
2009-08-10
git-am: print fair error message when format detection fails
Nicolas Sebrecht
1
-1
/
+5
2009-08-10
am: allow individual e-mail files as input
Junio C Hamano
2
-0
/
+29
2009-08-10
Correctly mark cover letters' encodings if they are not pure ASCII
Johannes Schindelin
1
-0
/
+4
2009-08-10
Expose the has_non_ascii() function
Johannes Schindelin
3
-12
/
+13
2009-08-09
git-instaweb: fix mod_perl detection for apache2
Mark A Rada
1
-1
/
+1
2009-08-09
merge: indicate remote tracking branches in merge message
Jeff King
3
-1
/
+16
2009-08-09
merge: fix incorrect merge message for ambiguous tag/branch
Jeff King
3
-11
/
+10
2009-08-09
add tests for merge message headings
Jeff King
1
-0
/
+50
2009-08-09
t6035-merge-dir-to-symlink depends on SYMLINKS prerequisite
Johannes Sixt
1
-0
/
+6
2009-08-07
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
2
-11
/
+27
2009-08-07
Merge branch 'maint-1.6.2' into maint-1.6.3
Junio C Hamano
2
-11
/
+27
2009-08-07
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
2
-11
/
+27
2009-08-07
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-11
/
+27
2009-08-07
verify-pack -v: do not report "chain length 0"
Junio C Hamano
1
-8
/
+19
2009-08-07
t5510: harden the way verify-pack is used
Junio C Hamano
1
-3
/
+8
2009-08-05
don't let the delta cache grow unbounded in 'git repack'
Nicolas Pitre
2
-4
/
+12
2009-08-05
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
5
-9
/
+11
2009-08-05
gitweb: parse_commit_text encoding fix
Zoltán Füzesi
1
-3
/
+2
2009-08-05
gitweb/README: Document $base_url
Jakub Narebski
1
-0
/
+6
2009-08-05
Documentation: git submodule: add missing options to synopsis
Jens Lehmann
1
-2
/
+2
2009-08-05
Better usage string for reflog.
Matthieu Moy
1
-1
/
+1
2009-08-04
hg-to-git: don't import the unused popen2 module
Miklos Vajna
1
-1
/
+1
2009-08-04
send-email: remove debug trace
Erik Faye-Lund
1
-1
/
+0
2009-07-31
config: Keep inner whitespace verbatim
Björn Steinbrink
2
-6
/
+9
2009-07-30
merge-recursive: don't segfault while handling rename clashes
Junio C Hamano
2
-3
/
+80
[prev]
[next]