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-07-08
Documentation: update description of shell aliases
Sitaram Chamarty
1
-1
/
+3
2009-07-01
request-pull: really really disable pager
Michal Marek
1
-3
/
+4
2009-06-30
attr: plug minor memory leak
René Scharfe
1
-0
/
+2
2009-06-30
request-pull: really disable pager
Junio C Hamano
1
-2
/
+2
2009-06-30
Makes some cleanup/review in gittutorial
Thadeu Lima de Souza Cascardo
1
-12
/
+12
2009-06-30
Makefile: git.o depends on library headers
Johannes Sixt
1
-1
/
+1
2009-06-30
git-submodule documentation: fix foreach example
Miklos Vajna
2
-2
/
+4
2009-06-27
gitweb/README: fix AliasMatch in example
Giuseppe Bilotta
1
-1
/
+9
2009-06-27
Test grep --and/--or/--not
Thomas Rast
1
-0
/
+30
2009-06-27
Test git archive --remote
Thomas Rast
1
-0
/
+4
2009-06-23
fread does not return negative on error
Roel Kluin
1
-1
/
+1
2009-06-22
t3700-add: add a POSIXPERM prerequisite to a new test
Johannes Sixt
1
-1
/
+1
2009-06-22
Merge branch 'sb/maint-1.6.0-add-config-fix' into maint
Junio C Hamano
2
-2
/
+15
2009-06-21
GIT 1.6.3.3
Junio C Hamano
3
-2
/
+40
2009-06-21
Merge branch 'ak/maint-for-each-ref-no-lookup' into maint
Junio C Hamano
1
-9
/
+17
2009-06-21
Merge branch 'rc/maint-http-local-slot-fix' into maint
Junio C Hamano
2
-0
/
+12
2009-06-21
Merge branch 'cb/maint-no-double-merge' into maint
Junio C Hamano
2
-1
/
+7
2009-06-21
Merge branch 'mn/maint-iconv-autoconf' into maint
Junio C Hamano
1
-0
/
+8
2009-06-21
Merge branch 'lt/maint-unsigned-left-shift' into maint
Junio C Hamano
8
-16
/
+12
2009-06-21
Merge branch 'pb/maint-1.6.2-userdiff-fix' into maint
Junio C Hamano
2
-7
/
+10
2009-06-21
attribute: whitespace set to true detects all errors known to git
Junio C Hamano
1
-5
/
+7
2009-06-21
.gitattributes: CR at the end of the line is an error
Nanako Shiraishi
1
-1
/
+1
2009-06-21
t3505: fix abuse of test_expect_code
Junio C Hamano
1
-5
/
+5
2009-06-20
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
3
-7
/
+7
2009-06-20
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
3
-7
/
+7
2009-06-20
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
3
-7
/
+7
2009-06-20
git-show-ref.txt: remove word and make consistent
Stephen Boyd
1
-2
/
+2
2009-06-20
git-svn documentation: fix typo in 'rebase vs. pull/merge' section
Miklos Vajna
1
-1
/
+1
2009-06-18
add: allow configurations to be overriden by command line
Stephen Boyd
2
-2
/
+15
2009-06-18
http.c: fix compiling with libcurl 7.9.2
Mark Lodato
1
-4
/
+4
2009-06-18
import-tars: support symlinks
Johannes Schindelin
1
-5
/
+12
2009-06-18
upload-archive: fix infinite loop on Cygwin
René Scharfe
1
-5
/
+7
2009-06-18
avoid exponential regex match for java and objc function names
Paolo Bonzini
1
-2
/
+3
2009-06-18
Fix big left-shifts of unsigned char
Linus Torvalds
8
-16
/
+12
2009-06-14
pull, rebase: simplify to use die()
Stephen Boyd
2
-10
/
+5
2009-06-14
use xstrdup, not strdup in ll-merge.c
Jim Meyering
1
-4
/
+4
2009-06-13
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
1
-33
/
+32
2009-06-13
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
1
-33
/
+32
2009-06-13
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-34
/
+34
2009-06-13
git-rerere.txt: grammatical fixups and cleanups
Stephen Boyd
1
-33
/
+32
2009-06-11
Documentation: git-send-mail can take rev-list arg to drive format-patch
Paolo Bonzini
1
-0
/
+4
2009-06-11
Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maint
Junio C Hamano
1
-1
/
+1
2009-06-11
rebase--interactive: remote stray closing parenthesis
Uwe Kleine-König
1
-1
/
+1
2009-06-08
diff.c: plug a memory leak in an error path
Johannes Sixt
1
-0
/
+1
2009-06-08
fetch-pack: close output channel after sideband demultiplexer terminates
Johannes Sixt
1
-1
/
+3
2009-06-08
fix handling of iconv configuration options
Marco Nelissen
1
-0
/
+8
2009-06-08
builtin-remote: Make "remote show" display all urls
Michael J Gruber
1
-3
/
+6
2009-06-06
Documentation: refer to gitworkflows(7) from tutorial and git(1)
Thomas Rast
2
-1
/
+8
2009-06-06
daemon: Strictly parse the "extra arg" part of the command
Shawn O. Pearce
2
-5
/
+10
2009-06-06
http*: cleanup slot->local after fclose
Tay Ray Chuan
2
-0
/
+12
[next]