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
2013-09-18
clone: send diagnostic messages to stderr
Jeff King
3
-10
/
+11
2013-09-18
Start preparing for 1.8.4.1
Junio C Hamano
2
-1
/
+51
2013-09-18
Merge branch 'bc/completion-for-bash-3.0' into maint
Junio C Hamano
3
-3
/
+7
2013-09-18
Merge branch 'mm/no-shell-escape-in-die-message' into maint
Junio C Hamano
2
-1
/
+14
2013-09-18
Merge branch 'jl/some-submodule-config-are-not-boolean' into maint
Junio C Hamano
2
-0
/
+16
2013-09-18
Merge branch 'tr/log-full-diff-keep-true-parents' into maint
Junio C Hamano
8
-3
/
+134
2013-09-18
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch' into maint
Junio C Hamano
4
-31
/
+134
2013-09-18
Merge branch 'sp/clip-read-write-to-8mb' into maint
Junio C Hamano
6
-27
/
+26
2013-09-18
Merge branch 'jk/mailmap-incomplete-line' into maint
Junio C Hamano
2
-13
/
+24
2013-09-17
t3200: fix failure on case-insensitive filesystems
Eric Sunshine
1
-0
/
+1
2013-09-17
t7406-submodule-update: add missing &&
Tay Ray Chuan
1
-1
/
+1
2013-09-12
http-backend: provide Allow header for 405
Brian M. Carlson
1
-2
/
+4
2013-09-11
Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
Junio C Hamano
1
-11
/
+11
2013-09-11
cvsserver: pick up the right mode bits
Junio C Hamano
1
-1
/
+1
2013-09-10
send-email: don't call methods on undefined values
Brian M. Carlson
1
-1
/
+1
2013-09-09
upload-pack: bump keepalive default to 5 seconds
Jeff King
2
-2
/
+2
2013-09-09
upload-pack: send keepalive packets during pack computation
Jeff King
2
-1
/
+35
2013-09-09
branch.c: Relax unnecessary requirement on upstream's remote ref name
Per Cederqvist
2
-3
/
+2
2013-09-09
t3200: Add test demonstrating minor regression in 41c21f2
Johan Herland
1
-0
/
+34
2013-09-09
Refer to branch.<name>.remote/merge when documenting --track
Johan Herland
1
-2
/
+4
2013-09-09
t3200: Minor fix when preparing for tracking failure
Johan Herland
1
-1
/
+2
2013-09-09
t2024: Fix &&-chaining and a couple of typos
Johan Herland
1
-3
/
+3
2013-09-09
rebase: fix run_specific_rebase's use of "return" on FreeBSD
Matthieu Moy
1
-1
/
+10
2013-09-08
l10n: de.po: use "das Tag" instead of "der Tag"
Ralf Thielow
1
-11
/
+11
2013-09-05
Merge branch 'nd/fetch-pack-shallow-fix' into maint
Junio C Hamano
2
-1
/
+19
2013-09-05
Merge branch 'hv/config-from-blob' into maint
Junio C Hamano
1
-16
/
+16
2013-09-05
Merge branch 'maint-1.8.3' into maint
Junio C Hamano
1
-2
/
+2
2013-09-05
Merge branch 'maint-1.8.2' into maint-1.8.3
Junio C Hamano
1
-2
/
+2
2013-09-05
Documentation/git-merge.txt: fix formatting of example block
Andreas Schwab
1
-2
/
+2
2013-09-04
add--interactive: fix external command invocation on Windows
Johannes Sixt
1
-1
/
+1
2013-09-03
Merge git://github.com/git-l10n/git-po into maint
Junio C Hamano
2
-718
/
+874
2013-09-03
Merge branch 'maint-1.8.3' into maint
Junio C Hamano
1
-0
/
+1
2013-09-03
Merge branch 'maint-1.8.2' into maint-1.8.3
Junio C Hamano
1
-0
/
+1
2013-09-03
Make setup_git_env() resolve .git file when $GIT_DIR is not specified
Nguyễn Thái Ngọc Duy
2
-5
/
+8
2013-08-30
has_sha1_file: re-check pack directory before giving up
Jeff King
1
-1
/
+4
2013-08-30
fix shell syntax error in template
Thorsten Glaser
1
-0
/
+1
2013-08-30
l10n: fr.po: hotfix for commit 6b388fc
Sebastien Helleu
2
-718
/
+874
2013-08-28
builtin/fetch.c: Fix a sparse warning
Ramsay Jones
1
-1
/
+1
2013-08-28
mailmap: handle mailmap blobs without trailing newlines
Jeff King
2
-13
/
+24
2013-08-28
Add testcase for needless objects during a shallow fetch
Matthijs Kooijman
1
-0
/
+11
2013-08-28
list-objects: mark more commits as edges in mark_edges_uninteresting
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2013-08-28
list-objects: reduce one argument in mark_edges_uninteresting
Nguyễn Thái Ngọc Duy
6
-9
/
+8
2013-08-28
upload-pack: delegate rev walking in shallow fetch to pack-objects
Nguyễn Thái Ngọc Duy
2
-99
/
+32
2013-08-28
shallow: add setup_temporary_shallow()
Nguyễn Thái Ngọc Duy
2
-0
/
+24
2013-08-28
shallow: only add shallow graft points to new shallow file
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2013-08-26
config: do not use C function names as struct members
Jeff King
1
-16
/
+16
2013-08-25
rebase -i: fix short SHA-1 collision
Junio C Hamano
2
-1
/
+31
2013-08-25
t3404: rebase -i: demonstrate short SHA-1 collision
Eric Sunshine
1
-0
/
+24
2013-08-25
t3404: make tests more self-contained
Eric Sunshine
1
-2
/
+63
2013-08-25
fetch-pack: do not remove .git/shallow file when --depth is not specified
Nguyễn Thái Ngọc Duy
2
-1
/
+19
[prev]
[next]