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-05-05
completion: add {gui,diff,merge}tool, man, and pager config variables
Stephen Boyd
1
-0
/
+45
2009-05-05
completion: add missing configuration variables to _git_config()
Stephen Boyd
1
-0
/
+48
2009-05-05
dir.c: Fix two minor grammatical errors in comments
Allan Caffee
1
-2
/
+2
2009-05-05
git-svn: fix a sloppy Getopt::Long usage
Robin H. Johnson
1
-1
/
+1
2009-05-03
Sync with GIT 1.6.2.5
Junio C Hamano
3
-1
/
+58
2009-05-03
GIT 1.6.2.5
Junio C Hamano
3
-2
/
+23
2009-05-03
Merge branch 'np/maint-no-ofs-delta' into maint
Junio C Hamano
1
-1
/
+12
2009-05-03
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
1
-0
/
+25
2009-05-03
GIT 1.6.1.4
Junio C Hamano
2
-1
/
+26
2009-05-03
Merge branch 'jc/maint-read-tree-multi' into maint
Junio C Hamano
4
-41
/
+55
2009-05-03
Merge branch 'mk/maint-apply-swap' into maint
Junio C Hamano
2
-7
/
+112
2009-05-03
Merge branch 'mm/maint-add-p-quit' into maint
Junio C Hamano
1
-1
/
+1
2009-05-03
Merge branch 'lt/pack-object-memuse' into maint
Junio C Hamano
7
-43
/
+56
2009-05-03
Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1
Junio C Hamano
11
-74
/
+105
2009-05-03
Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint-1.6.1
Junio C Hamano
2
-1
/
+17
2009-05-03
Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint-1.6.1
Junio C Hamano
4
-5
/
+29
2009-05-01
GIT 1.6.3-rc4
Junio C Hamano
1
-0
/
+6
2009-05-01
honor repack.usedeltabaseoffset when fetching packs
Nicolas Pitre
1
-1
/
+12
2009-05-01
Merge git://repo.or.cz/git-gui
Junio C Hamano
22
-657
/
+1254
2009-05-01
allow OFS_DELTA objects during a push
Nicolas Pitre
3
-8
/
+23
2009-05-01
ctype.c: fix typo in comment
René Scharfe
1
-1
/
+1
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
25
-64
/
+64
2009-05-01
git-gui: Fixes for Mac OS X TkAqua
Daniel A. Steffen
2
-19
/
+22
2009-04-30
Merge git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
2
-25
/
+1381
2009-05-01
gitk: Add Russian translation
Alex Riesen
1
-0
/
+1085
2009-04-29
Clarify kind of conflict in merge-one-file helper
Alex Riesen
1
-2
/
+9
2009-04-29
improve error message in config.c
Alex Riesen
1
-1
/
+1
2009-04-29
print unlink(2) errno in copy_or_link_directory
Alex Riesen
1
-1
/
+2
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
23
-49
/
+44
2009-04-29
Introduce an unlink(2) wrapper which gives warning if unlink failed
Alex Riesen
2
-0
/
+22
2009-04-29
Merge branch 'maint'
Junio C Hamano
2
-9
/
+64
2009-04-29
daemon.c: fix segfault on OS X
Benjamin Kramer
1
-14
/
+14
2009-04-29
merge-recursive: do not die on a conflicting submodule
Junio C Hamano
2
-5
/
+9
2009-04-29
git config: error when editing a repo config and not being in one
Felipe Contreras
1
-0
/
+2
2009-04-29
parseopt: fix documentation for --keep-dashdash
Uwe Kleine-König
1
-1
/
+1
2009-04-29
Rename core.unreliableHardlinks to core.createObject
Johannes Schindelin
6
-16
/
+30
2009-04-29
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
2
-12
/
+65
2009-04-29
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-12
/
+65
2009-04-29
diff -c -p: do not die on submodules
Junio C Hamano
2
-12
/
+65
2009-04-29
git-gui: Update Russian translation
Alex Riesen
1
-401
/
+979
2009-04-28
doc: consistently use ASCIIDOC_EXTRA
Eric Blake
1
-3
/
+3
2009-04-28
Makefile: installing git in cygwin 1.7.0
Eric Blake
1
-1
/
+1
2009-04-28
Merge branch 'maint'
Junio C Hamano
4
-4
/
+12
2009-04-28
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
4
-4
/
+12
2009-04-28
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
4
-4
/
+12
2009-04-28
SubmittingPatches: itemize and reflect upon well written changes
Sam Vilain
1
-1
/
+13
2009-04-27
Makefile: fix NO_PERL bug with gitweb
Jeff King
1
-3
/
+1
2009-04-27
grep: fix segfault when "git grep '('" is given
Linus Torvalds
2
-2
/
+10
2009-04-27
t5701: do not get stuck in empty-push/
Johannes Schindelin
1
-2
/
+2
2009-04-27
NetBSD compilation fix
Patrick Welche
2
-0
/
+2
[prev]
[next]