index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
7
-74
/
+309
2014-01-13
Merge branch 'mm/mv-file-to-no-such-dir-with-slash'
Junio C Hamano
1
-0
/
+2
2014-01-10
mv: let 'git mv file no-such-dir/' error out on Windows, too
Johannes Sixt
1
-0
/
+2
2014-01-10
Merge branch 'ss/builtin-cleanup'
Junio C Hamano
1
-1
/
+5
2014-01-10
Merge branch 'js/lift-parent-count-limit'
Junio C Hamano
1
-4
/
+4
2014-01-10
Merge branch 'bm/merge-base-octopus-dedup'
Junio C Hamano
1
-6
/
+26
2014-01-10
Merge branch 'km/gc-eperm'
Junio C Hamano
1
-1
/
+1
2014-01-10
Merge branch 'jk/oi-delta-base'
Junio C Hamano
1
-0
/
+6
2014-01-10
Merge branch 'jk/sha1write-void'
Junio C Hamano
1
-2
/
+0
2014-01-10
Merge branch 'nd/add-empty-fix'
Junio C Hamano
1
-1
/
+1
2014-01-10
Merge branch 'tm/fetch-prune'
Junio C Hamano
1
-10
/
+32
2014-01-10
Merge branch 'mh/path-max'
Junio C Hamano
2
-31
/
+45
2014-01-10
Merge branch 'cc/replace-object-info'
Junio C Hamano
2
-8
/
+61
2014-01-10
Merge branch 'nd/negative-pathspec'
Junio C Hamano
1
-1
/
+4
2014-01-06
builtin/help.c: speed up is_git_command() by checking for builtin commands first
Sebastian Schuberth
1
-0
/
+3
2014-01-06
builtin/help.c: call load_command_list() only when it is needed
Sebastian Schuberth
1
-1
/
+2
2014-01-06
shallow: remove unused code
Ramsay Jones
1
-1
/
+0
2014-01-03
fetch --prune: Run prune before fetching
Tom Miller
1
-5
/
+5
2014-01-03
fetch --prune: always print header url
Tom Miller
1
-5
/
+27
2014-01-02
gc: notice gc processes run by other users
Kyle J. McKay
1
-1
/
+1
2013-12-30
replace info: rename 'full' to 'long' and clarify in-code symbols
Christian Couder
1
-10
/
+14
2013-12-30
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2013-12-30
for-each-ref: remove unused variable
Ramkumar Ramachandra
1
-2
/
+1
2013-12-30
merge-base --octopus: reduce the result from get_octopus_merge_bases()
Junio C Hamano
1
-1
/
+1
2013-12-30
merge-base: separate "--independent" codepath into its own helper
Junio C Hamano
1
-6
/
+25
2013-12-27
Remove the line length limit for graft files
Johannes Schindelin
1
-4
/
+4
2013-12-27
Merge branch 'tg/diff-no-index-refactor'
Junio C Hamano
1
-5
/
+53
2013-12-27
Merge branch 'jk/cat-file-regression-fix'
Junio C Hamano
1
-10
/
+20
2013-12-27
Merge branch 'jk/rev-parse-double-dashes'
Junio C Hamano
1
-1
/
+15
2013-12-27
Merge branch 'jc/push-refmap'
Junio C Hamano
1
-22
/
+62
2013-12-26
cat-file: provide %(deltabase) batch format
Jeff King
1
-0
/
+6
2013-12-26
do not pretend sha1write returns errors
Jeff King
1
-2
/
+0
2013-12-26
add: don't complain when adding empty project root
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-12-18
builtin/prune.c: use strbuf to avoid having to worry about PATH_MAX
Jeff King
1
-14
/
+24
2013-12-17
Sync with 1.8.5.2
Junio C Hamano
1
-4
/
+2
2013-12-17
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
1
-3
/
+11
2013-12-17
Merge branch 'nd/transport-positive-depth-only'
Junio C Hamano
2
-0
/
+8
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
41
-160
/
+152
2013-12-17
Merge branch 'jl/commit-v-strip-marker'
Junio C Hamano
1
-6
/
+3
2013-12-17
Merge branch 'mm/mv-file-to-no-such-dir-with-slash'
Junio C Hamano
1
-7
/
+16
2013-12-17
Merge branch 'fc/trivial'
Junio C Hamano
1
-2
/
+7
2013-12-17
Merge branch 'nd/magic-pathspec' into maint
Junio C Hamano
1
-10
/
+7
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
diff: avoid some nesting
Thomas Gummerer
1
-18
/
+17
2013-12-12
Merge branch 'jk/remove-deprecated'
Junio C Hamano
3
-108
/
+40
2013-12-12
Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'
Junio C Hamano
2
-246
/
+248
2013-12-12
diff: don't read index when --no-index is given
Thomas Gummerer
1
-2
/
+5
2013-12-12
diff: move no-index detection to builtin/diff.c
Thomas Gummerer
1
-3
/
+49
2013-12-12
builtin/replace: unset read_replace_refs
Christian Couder
1
-0
/
+2
[next]