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-12-17
Merge branch 'sb/sha1-loose-object-info-check-existence' into maint
Junio C Hamano
2
-6
/
+15
2013-12-17
Merge branch 'nd/magic-pathspec' into maint
Junio C Hamano
2
-10
/
+13
2013-12-17
cmd_repack(): remove redundant local variable "nr_packs"
Michael Haggerty
1
-4
/
+2
2013-12-17
prune-packed: use strbuf to avoid having to worry about PATH_MAX
Junio C Hamano
1
-17
/
+21
2013-12-16
Prevent buffer overflows when path is too long
Antoine Pelisse
3
-36
/
+42
2013-12-16
diff: avoid some nesting
Thomas Gummerer
1
-18
/
+17
2013-12-16
diff: add test for --no-index executed outside repo
Thomas Gummerer
1
-0
/
+11
2013-12-16
diff.c: fix some recent whitespace style violations
Jeff King
1
-2
/
+2
2013-12-16
pack-objects doc: treat output filename as opaque
Jeff King
1
-2
/
+1
2013-12-16
contrib/git-credential-gnome-keyring.c: small stylistic cleanups
John Szakmeister
1
-46
/
+39
2013-12-12
Update draft release notes to 1.9
Junio C Hamano
1
-1
/
+17
2013-12-12
Merge branch 'jn/scripts-updates'
Junio C Hamano
53
-600
/
+87
2013-12-12
Merge branch 'cn/thin-push-capability'
Junio C Hamano
2
-8
/
+25
2013-12-12
Merge branch 'jk/remove-deprecated'
Junio C Hamano
18
-411
/
+48
2013-12-12
Merge branch 'tr/commit-slab-cleanup'
Junio C Hamano
1
-8
/
+31
2013-12-12
Merge branch 'rs/doc-submitting-patches'
Junio C Hamano
1
-2
/
+9
2013-12-12
Merge branch 'tr/doc-git-cherry'
Junio C Hamano
1
-33
/
+110
2013-12-12
Merge branch 'cl/p4-use-diff-tree'
Junio C Hamano
1
-1
/
+1
2013-12-12
Merge branch 'tr/config-multivalue-lift-max'
Junio C Hamano
2
-6
/
+77
2013-12-12
Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'
Junio C Hamano
14
-320
/
+503
2013-12-12
gitweb: Denote non-heads, non-remotes branches
Krzesimir Nowak
1
-5
/
+29
2013-12-12
gitweb: Add a feature for adding more branch refs
Krzesimir Nowak
2
-12
/
+105
2013-12-12
gitweb: Return 1 on validation success instead of passed input
Krzesimir Nowak
1
-29
/
+32
2013-12-12
gitweb: Move check-ref-format code into separate function
Krzesimir Nowak
1
-4
/
+13
2013-12-12
diff: don't read index when --no-index is given
Thomas Gummerer
3
-2
/
+42
2013-12-12
diff: move no-index detection to builtin/diff.c
Thomas Gummerer
3
-47
/
+51
2013-12-12
Documentation/git-replace: describe --format option
Christian Couder
1
-1
/
+18
2013-12-12
builtin/replace: unset read_replace_refs
Christian Couder
2
-1
/
+3
2013-12-12
t6050: add tests for listing with --format
Christian Couder
1
-0
/
+37
2013-12-12
builtin/replace: teach listing using short, medium or full formats
Christian Couder
1
-7
/
+54
2013-12-12
sha1_file: perform object replacement in sha1_object_info_extended()
Christian Couder
2
-7
/
+8
2013-12-12
t6050: show that git cat-file --batch fails with replace objects
Christian Couder
1
-0
/
+5
2013-12-12
sha1_object_info_extended(): add an "unsigned flags" parameter
Christian Couder
4
-6
/
+6
2013-12-12
sha1_file.c: add lookup_replace_object_extended() to pass flags
Christian Couder
2
-2
/
+7
2013-12-12
replace_object: don't check read_replace_refs twice
Christian Couder
1
-3
/
+0
2013-12-12
rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT
Christian Couder
2
-3
/
+3
2013-12-12
cat-file: handle --batch format with missing type/size
Jeff King
2
-1
/
+32
2013-12-12
cat-file: pass expand_data to print_object_or_die
Jeff King
1
-10
/
+11
2013-12-10
git-clone.txt: remove shallow clone limitations
Nguyễn Thái Ngọc Duy
1
-6
/
+1
2013-12-10
prune: clean .git/shallow after pruning objects
Nguyễn Thái Ngọc Duy
6
-2
/
+71
2013-12-10
clone: use git protocol for cloning shallow repo locally
Nguyễn Thái Ngọc Duy
2
-2
/
+16
2013-12-10
send-pack: support pushing from a shallow clone via http
Nguyễn Thái Ngọc Duy
3
-5
/
+42
2013-12-10
receive-pack: support pushing to a shallow clone via http
Nguyễn Thái Ngọc Duy
2
-3
/
+35
2013-12-10
smart-http: support shallow fetch/clone
Nguyễn Thái Ngọc Duy
6
-9
/
+81
2013-12-10
remote-curl: pass ref SHA-1 to fetch-pack as well
Nguyễn Thái Ngọc Duy
2
-1
/
+9
2013-12-10
send-pack: support pushing to a shallow clone
Nguyễn Thái Ngọc Duy
3
-4
/
+43
2013-12-10
receive-pack: allow pushes that update .git/shallow
Nguyễn Thái Ngọc Duy
5
-13
/
+201
2013-12-10
connected.c: add new variant that runs with --shallow-file
Nguyễn Thái Ngọc Duy
2
-8
/
+36
2013-12-10
add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses
Nguyễn Thái Ngọc Duy
5
-3
/
+12
2013-12-10
receive/send-pack: support pushing from a shallow clone
Nguyễn Thái Ngọc Duy
5
-11
/
+146
[prev]
[next]