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
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
2
-18
/
+16
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
3
-14
/
+7
2013-07-15
remove diff_tree_{setup,release}_paths
Nguyễn Thái Ngọc Duy
2
-10
/
+11
2013-07-15
convert common_prefix() to use struct pathspec
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2013-07-15
convert add_files_to_cache to take struct pathspec
Nguyễn Thái Ngọc Duy
2
-5
/
+8
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
4
-4
/
+6
2013-07-15
convert refresh_index to take struct pathspec
Nguyễn Thái Ngọc Duy
3
-10
/
+9
2013-07-15
convert report_path_error to take struct pathspec
Nguyễn Thái Ngọc Duy
3
-17
/
+18
2013-07-15
checkout: convert read_tree_some to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-6
/
+3
2013-07-15
convert run_add_interactive to use struct pathspec
Nguyễn Thái Ngọc Duy
3
-25
/
+18
2013-07-15
convert read_cache_preload() to take struct pathspec
Nguyễn Thái Ngọc Duy
5
-7
/
+7
2013-07-15
reset: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-10
/
+16
2013-07-15
add: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-58
/
+45
2013-07-15
check-ignore: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-13
/
+22
2013-07-15
ls-files: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-33
/
+13
2013-07-15
rm: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-12
/
+12
2013-07-15
checkout: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-13
/
+21
2013-07-15
rerere: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-3
/
+5
2013-07-15
status: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-4
/
+5
2013-07-15
commit: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2013-07-15
clean: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2013-07-15
guard against new pathspec magic in pathspec matching code
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2013-07-15
parse_pathspec: add special flag for max_depth feature
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2013-07-15
convert some get_pathspec() calls to parse_pathspec()
Nguyễn Thái Ngọc Duy
3
-6
/
+15
2013-07-15
pathspec: add copy_pathspec
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2013-07-15
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
4
-0
/
+4
2013-07-15
clean: remove unused variable "seen"
Nguyễn Thái Ngọc Duy
1
-9
/
+2
2013-07-15
Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maint
Junio C Hamano
1
-1
/
+1
2013-07-15
Merge branch 'jk/format-patch-from'
Junio C Hamano
1
-0
/
+24
2013-07-15
Merge branch 'mv/merge-ff-tristate'
Junio C Hamano
1
-22
/
+33
2013-07-15
commit: Fix a memory leak in determine_author_info
Stefan Beller
1
-1
/
+0
2013-07-13
builtin: add git-check-mailmap command
Eric Sunshine
1
-0
/
+66
2013-07-12
Merge branch 'ms/remote-tracking-branches-in-doc'
Junio C Hamano
2
-3
/
+3
2013-07-12
Merge branch 'jk/pull-to-integrate'
Junio C Hamano
1
-6
/
+6
2013-07-12
Merge branch 'as/log-output-encoding-in-user-format'
Junio C Hamano
3
-1
/
+6
2013-07-12
sha1_object_info_extended: make type calculation optional
Jeff King
1
-3
/
+4
2013-07-12
cat-file: disable object/refname ambiguity check for batch mode
Jeff King
1
-0
/
+9
2013-07-12
teach config --blob option to parse config from database
Heiko Voigt
1
-4
/
+27
2013-07-12
cat-file: split --batch input lines on whitespace
Jeff King
1
-1
/
+19
2013-07-12
cat-file: add %(objectsize:disk) format atom
Jeff King
1
-0
/
+6
2013-07-12
cat-file: add --batch-check=<format>
Jeff King
1
-15
/
+92
2013-07-11
check-attr -z: a single -z should apply to both input and output
Junio C Hamano
1
-3
/
+11
2013-07-11
check-ignore -z: a single -z should apply to both input and output
Junio C Hamano
1
-1
/
+1
2013-07-11
check-attr: the name of the character is NUL, not NULL
Junio C Hamano
1
-4
/
+4
2013-07-11
check-ignore: the name of the character is NUL, not NULL
Junio C Hamano
1
-6
/
+6
2013-07-11
Merge branch 'jg/status-config'
Junio C Hamano
1
-19
/
+64
2013-07-11
Merge branch 'rr/rebase-checkout-reflog'
Junio C Hamano
1
-3
/
+8
2013-07-11
Merge branch 'jc/triangle-push-fixup'
Junio C Hamano
1
-12
/
+31
2013-07-11
cat-file: refactor --batch option parsing
Jeff King
1
-18
/
+38
2013-07-11
cat-file: teach --batch to stream blob objects
Jeff King
1
-13
/
+28
[prev]
[next]