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
/
pathspec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
pathspec: give better message for submodule related pathspec error
Stefan Beller
1
-2
/
+33
2017-01-08
pathspec: rename prefix_pathspec to init_pathspec_item
Brandon Williams
1
-17
/
+7
2017-01-08
pathspec: small readability changes
Brandon Williams
1
-10
/
+15
2017-01-08
pathspec: create strip submodule slash helpers
Brandon Williams
1
-26
/
+42
2017-01-08
pathspec: create parse_element_magic helper
Brandon Williams
1
-17
/
+20
2017-01-08
pathspec: create parse_long_magic function
Brandon Williams
1
-35
/
+57
2017-01-08
pathspec: create parse_short_magic function
Brandon Williams
1
-18
/
+36
2017-01-08
pathspec: factor global magic into its own function
Brandon Williams
1
-49
/
+78
2017-01-08
pathspec: simpler logic to prefix original pathspec elements
Brandon Williams
1
-20
/
+13
2017-01-08
pathspec: always show mnemonic and name in unsupported_magic
Brandon Williams
1
-15
/
+9
2017-01-08
pathspec: remove unused variable from unsupported_magic
Brandon Williams
1
-3
/
+2
2017-01-08
pathspec: copy and free owned memory
Brandon Williams
1
-4
/
+19
2017-01-08
pathspec: remove the deprecated get_pathspec function
Brandon Williams
1
-39
/
+3
2016-10-26
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
1
-2
/
+9
2016-10-10
Merge branch 'rs/qsort'
Junio C Hamano
1
-2
/
+1
2016-09-29
use QSORT
René Scharfe
1
-2
/
+1
2016-09-25
use COPY_ARRAY
René Scharfe
1
-2
/
+1
2016-06-22
pathspec: warn on empty strings as pathspec
Emily Xie
1
-2
/
+9
2016-06-02
pathspec: rename free_pathspec() to clear_pathspec()
Junio C Hamano
1
-1
/
+1
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
1
-2
/
+3
2014-07-21
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
1
-2
/
+1
2014-07-10
use strbuf_addch for adding single characters
René Scharfe
1
-1
/
+1
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-01-10
Merge branch 'nd/negative-pathspec'
Junio C Hamano
1
-11
/
+26
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-1
/
+1
2013-12-06
pathspec.c: support adding prefix magic to a pathspec with mnemonic magic
Nguyễn Thái Ngọc Duy
1
-10
/
+18
2013-12-06
Support pathspec magic :(exclude) and its short form :!
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-12-03
Merge branch 'mi/typofixes'
Junio C Hamano
1
-2
/
+2
2013-11-12
typofixes: fix misspelt comments
Masanari Iida
1
-2
/
+2
2013-10-28
pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2013-09-09
Merge branch 'nd/magic-pathspec'
Junio C Hamano
1
-1
/
+3
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-39
/
+410
2013-09-05
pathspec: catch prepending :(prefix) on pathspec with short magic
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2013-07-15
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2013-07-15
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
1
-5
/
+42
2013-07-15
pathspec: make --literal-pathspecs disable pathspec magic
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-15
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2013-07-15
kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
Nguyễn Thái Ngọc Duy
1
-2
/
+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
1
-4
/
+17
2013-07-15
rename field "raw" to "_raw" in struct pathspec
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
1
-12
/
+7
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2013-07-15
add: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-43
/
+0
2013-07-15
check-ignore: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2013-07-15
parse_pathspec: support prefixing original patterns
Nguyễn Thái Ngọc Duy
1
-1
/
+11
2013-07-15
parse_pathspec: support stripping/checking submodule paths
Nguyễn Thái Ngọc Duy
1
-0
/
+26
2013-07-15
parse_pathspec: support stripping submodule trailing slashes
Nguyễn Thái Ngọc Duy
1
-0
/
+9
[next]