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-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
2013-08-24
commit: search author pattern against mailmap
Antoine Pelisse
2
-1
/
+18
2013-08-23
dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
Eric Sunshine
2
-9
/
+24
2013-08-23
Git 1.8.4
Junio C Hamano
2
-1
/
+6
2013-08-22
contrib/git-prompt.sh: handle missing 'printf -v' more gracefully
Brandon Casey
1
-1
/
+5
2013-08-21
t9902-completion.sh: old Bash still does not support array+=('') notation
Brandon Casey
1
-1
/
+1
2013-08-21
git-completion.bash: use correct Bash/Zsh array length syntax
Brandon Casey
1
-1
/
+1
2013-08-21
rebase --preserve-merges: ignore "merge.log" config
Ralf Thielow
2
-1
/
+25
2013-08-21
Typofix draft release notes to 1.8.4
Junio C Hamano
1
-2
/
+2
2013-08-20
stream_to_pack: xread does not guarantee to read all requested bytes
Johannes Sixt
1
-1
/
+1
2013-08-20
Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"
Steffen Prohaska
4
-27
/
+0
2013-08-20
xread, xwrite: limit size of IO to 8MB
Steffen Prohaska
2
-0
/
+26
2013-08-19
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
2
-0
/
+16
2013-08-19
Git 1.8.4-rc4
Junio C Hamano
2
-10
/
+1
2013-08-18
rebase -i: fix cases ignoring core.commentchar
Eric Sunshine
1
-1
/
+1
2013-08-18
move setup_alternate_shallow and write_shallow_commits to shallow.c
Nguyễn Thái Ngọc Duy
3
-52
/
+58
2013-08-15
t3010: update to demonstrate "ls-files -k" optimization pitfalls
Junio C Hamano
1
-3
/
+9
2013-08-15
ls-files -k: a directory only can be killed if the index has a non-directory
Junio C Hamano
3
-3
/
+31
2013-08-15
dir.c: use the cache_* macro to access the current index
Junio C Hamano
1
-6
/
+5
2013-08-14
Revert "Add new @ shortcut for HEAD"
Junio C Hamano
5
-28
/
+0
2013-08-14
Revert "git stash: avoid data loss when "git stash save" kills a directory"
Junio C Hamano
3
-40
/
+2
2013-08-13
Git 1.8.4-rc3
Junio C Hamano
1
-1
/
+1
2013-08-13
Merge git://github.com/git-l10n/git-po
Junio C Hamano
2
-0
/
+9672
2013-08-13
Merge branch 'sb/mailmap-updates'
Junio C Hamano
1
-2
/
+16
2013-08-13
.mailmap: Combine more (name, email) to individual persons
Stefan Beller
1
-1
/
+3
[prev]
[next]