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-07-17
t6131 - skip tests if on case-insensitive file system
Mark Levedahl
1
-0
/
+6
2013-07-15
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
11
-28
/
+257
2013-07-15
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
12
-31
/
+198
2013-07-15
pathspec: make --literal-pathspecs disable pathspec magic
Nguyễn Thái Ngọc Duy
3
-3
/
+9
2013-07-15
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
9
-15
/
+64
2013-07-15
kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
Nguyễn Thái Ngọc Duy
3
-12
/
+6
2013-07-15
parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN
Nguyễn Thái Ngọc Duy
1
-5
/
+36
2013-07-15
parse_pathspec: make sure the prefix part is wildcard-free
Nguyễn Thái Ngọc Duy
5
-10
/
+54
2013-07-15
rename field "raw" to "_raw" in struct pathspec
Nguyễn Thái Ngọc Duy
4
-7
/
+7
2013-07-15
tree-diff: remove the use of pathspec's raw[] in follow-rename codepath
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
6
-140
/
+25
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
10
-81
/
+21
2013-07-15
remove diff_tree_{setup,release}_paths
Nguyễn Thái Ngọc Duy
7
-32
/
+22
2013-07-15
convert common_prefix() to use struct pathspec
Nguyễn Thái Ngọc Duy
4
-19
/
+18
2013-07-15
convert add_files_to_cache to take struct pathspec
Nguyễn Thái Ngọc Duy
3
-6
/
+9
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
7
-12
/
+20
2013-07-15
convert refresh_index to take struct pathspec
Nguyễn Thái Ngọc Duy
5
-13
/
+13
2013-07-15
convert report_path_error to take struct pathspec
Nguyễn Thái Ngọc Duy
4
-18
/
+19
2013-07-15
checkout: convert read_tree_some to take struct pathspec
Nguyễn Thái Ngọc Duy
3
-9
/
+6
2013-07-15
convert unmerge_cache to take struct pathspec
Nguyễn Thái Ngọc Duy
3
-4
/
+4
2013-07-15
convert run_add_interactive to use struct pathspec
Nguyễn Thái Ngọc Duy
4
-26
/
+19
2013-07-15
convert read_cache_preload() to take struct pathspec
Nguyễn Thái Ngọc Duy
7
-17
/
+19
2013-07-15
line-log: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+1
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
2
-101
/
+45
2013-07-15
check-ignore: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
4
-18
/
+32
2013-07-15
archive: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
2
-9
/
+14
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
3
-8
/
+13
2013-07-15
status: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
3
-14
/
+13
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
6
-0
/
+51
2013-07-15
parse_pathspec: support prefixing original patterns
Nguyễn Thái Ngọc Duy
2
-1
/
+12
2013-07-15
parse_pathspec: support stripping/checking submodule paths
Nguyễn Thái Ngọc Duy
2
-0
/
+36
2013-07-15
parse_pathspec: support stripping submodule trailing slashes
Nguyễn Thái Ngọc Duy
2
-0
/
+11
2013-07-15
parse_pathspec: add special flag for max_depth feature
Nguyễn Thái Ngọc Duy
7
-10
/
+25
2013-07-15
convert some get_pathspec() calls to parse_pathspec()
Nguyễn Thái Ngọc Duy
4
-8
/
+17
2013-07-15
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags
Nguyễn Thái Ngọc Duy
2
-1
/
+16
2013-07-15
parse_pathspec: save original pathspec for reporting
Nguyễn Thái Ngọc Duy
3
-0
/
+4
2013-07-15
add parse_pathspec() that converts cmdline args to struct pathspec
Nguyễn Thái Ngọc Duy
5
-41
/
+163
2013-07-15
pathspec: add copy_pathspec
Nguyễn Thái Ngọc Duy
3
-6
/
+16
2013-07-15
pathspec: i18n-ize error strings in pathspec parsing code
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2013-07-15
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
13
-169
/
+182
2013-07-15
clean: remove unused variable "seen"
Nguyễn Thái Ngọc Duy
1
-9
/
+2
2013-07-12
Update draft release notes for 1.8.4
Junio C Hamano
1
-0
/
+7
2013-07-12
Merge branch 'jc/remote-http-argv-array'
Junio C Hamano
1
-16
/
+16
2013-07-12
Merge branch 'rs/pickaxe-simplify'
Junio C Hamano
1
-7
/
+4
[next]