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 'jj/doc-markup-gitcli' into maint
Junio C Hamano
1
-5
/
+5
2013-12-17
Merge branch 'jj/doc-markup-hints-in-coding-guidelines' into maint
Junio C Hamano
1
-3
/
+31
2013-12-17
Merge branch 'jj/log-doc' into maint
Junio C Hamano
1
-26
/
+25
2013-12-17
Merge branch 'jj/rev-list-options-doc' into maint
Junio C Hamano
1
-156
/
+87
2013-12-17
Merge branch 'tb/doc-fetch-pack-url' into maint
Junio C Hamano
1
-8
/
+7
2013-12-17
Merge branch 'mi/typofixes' into maint
Junio C Hamano
8
-10
/
+10
2013-12-17
Merge branch 'jh/loose-object-dirs-creation-race' into maint
Junio C Hamano
1
-1
/
+3
2013-12-17
Merge branch 'jk/two-way-merge-corner-case-fix' into maint
Junio C Hamano
3
-97
/
+121
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
rebase: use reflog to find common base with upstream
John Keeping
3
-2
/
+33
2013-12-09
Merge git://repo.or.cz/git-gui
Junio C Hamano
8
-17
/
+56
2013-12-09
Merge git://ozlabs.org/~paulus/gitk
Junio C Hamano
1
-210
/
+353
2013-12-09
git_connect(): use common return point
Torsten Bögershausen
1
-58
/
+50
[prev]
[next]