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-02-27
Merge branch 'nd/reset-intent-to-add'
Junio C Hamano
1
-12
/
+28
2014-02-27
Merge branch 'ep/varscope'
Junio C Hamano
6
-18
/
+21
2014-02-27
Merge branch 'ds/rev-parse-required-args'
Junio C Hamano
1
-6
/
+11
2014-02-27
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
9
-36
/
+18
2014-02-27
Merge branch 'kb/fast-hashmap'
Junio C Hamano
3
-51
/
+43
2014-02-27
Merge branch 'nv/commit-gpgsign-config'
Junio C Hamano
3
-1
/
+18
2014-02-24
commit-tree: add and document --no-gpg-sign
Junio C Hamano
1
-0
/
+5
2014-02-24
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
3
-1
/
+13
2014-02-24
clean: use cache_name_is_other()
Nguyễn Thái Ngọc Duy
1
-19
/
+2
2014-02-24
clean: replace match_pathspec() with dir_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
2
-3
/
+4
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
3
-5
/
+7
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
3
-6
/
+3
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
5
-6
/
+6
2014-02-05
reset: support "--mixed --intent-to-add" mode
Nguyễn Thái Ngọc Duy
1
-12
/
+28
2014-02-05
Merge branch 'tb/repack-fix-renames' (early part)
Junio C Hamano
1
-2
/
+2
2014-02-05
repack.c: rename and unlink pack file if it exists
Torsten Bögershausen
1
-2
/
+2
2014-01-31
builtin/gc.c: reduce scope of variables
Elia Pinto
1
-2
/
+3
2014-01-31
builtin/fetch.c: reduce scope of variable
Elia Pinto
1
-1
/
+1
2014-01-31
builtin/commit.c: reduce scope of variables
Elia Pinto
1
-5
/
+6
2014-01-31
builtin/clean.c: reduce scope of variable
Elia Pinto
1
-1
/
+2
2014-01-31
builtin/blame.c: reduce scope of variables
Elia Pinto
1
-3
/
+3
2014-01-31
builtin/apply.c: reduce scope of variables
Elia Pinto
1
-6
/
+6
2014-01-28
rev-parse: check i before using argv[i] against argc
David Sharp
1
-6
/
+11
2014-01-27
Merge branch 'sb/repack-in-c'
Junio C Hamano
1
-12
/
+12
2014-01-27
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
1
-4
/
+5
2014-01-27
Merge branch 'ef/mingw-write'
Junio C Hamano
1
-1
/
+1
2014-01-23
repack: propagate pack-objects options as strings
Jeff King
1
-11
/
+11
2014-01-23
repack: make parsed string options const-correct
Jeff King
1
-1
/
+1
2014-01-23
repack: fix typo in max-pack-size option
Jeff King
1
-1
/
+1
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
7
-74
/
+309
2014-01-17
prefer xwrite instead of write
Erik Faye-Lund
1
-1
/
+1
2014-01-13
Merge branch 'mm/mv-file-to-no-such-dir-with-slash'
Junio C Hamano
1
-0
/
+2
2014-01-13
Merge branch 'km/gc-eperm' into maint
Junio C Hamano
1
-1
/
+1
2014-01-13
Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maint
Junio C Hamano
1
-7
/
+18
2014-01-13
Merge branch 'jk/rev-parse-double-dashes' into maint
Junio C Hamano
1
-1
/
+15
2014-01-13
Merge branch 'jk/cat-file-regression-fix' into maint
Junio C Hamano
1
-10
/
+20
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
[next]