index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathspec.c
Age
Commit message (
Expand
)
Author
Lines
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
-1
/
+0
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
-1
/
+0
2018-11-19
dir.c: move, rename and export match_attrs()
Nguyễn Thái Ngọc Duy
-0
/
+38
2018-08-13
pathspec.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
-1
/
+1
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
-1
/
+1
2018-05-06
Convert remaining die*(BUG) messages
Johannes Schindelin
-1
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
-5
/
+5
2017-11-06
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
-7
/
+4
2017-09-21
pathspec doc: parse_pathspec does not maintain references to args
Jonathan Nieder
-4
/
+0
2017-06-27
Spelling fixes
Ville Skyttä
-1
/
+1
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
-2
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
-0
/
+1
2017-06-23
pathspec: die on empty strings as pathspec
Emily Xie
-7
/
+4
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
-2
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
-0
/
+1
2017-05-12
pathspec: convert find_pathspecs_matching_against_index to take an index
Brandon Williams
-4
/
+7
2017-05-12
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
Brandon Williams
-15
/
+0
2017-05-12
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
Brandon Williams
-29
/
+0
2017-05-10
submodule: add die_in_unpopulated_submodule function
Brandon Williams
-29
/
+0
2017-05-10
pathspec: provide a more descriptive die message
Brandon Williams
-1
/
+1
2017-04-26
Merge branch 'ps/pathspec-empty-prefix-origin'
Junio C Hamano
-1
/
+1
2017-04-16
pathspec: fix segfault in clear_pathspec
Brandon Williams
-1
/
+1
2017-04-14
pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix
Patrick Steinhardt
-1
/
+1
2017-03-13
pathspec: allow escaped query values
Brandon Williams
-4
/
+48
2017-03-13
pathspec: allow querying for attributes
Brandon Williams
-5
/
+108
2017-02-10
pathspec: don't error out on all-exclusionary pathspec patterns
Linus Torvalds
-5
/
+10
2017-02-10
pathspec magic: add '^' as alias for '!'
Linus Torvalds
-0
/
+6
2017-01-09
pathspec: give better message for submodule related pathspec error
Stefan Beller
-2
/
+33
2017-01-08
pathspec: rename prefix_pathspec to init_pathspec_item
Brandon Williams
-17
/
+7
2017-01-08
pathspec: small readability changes
Brandon Williams
-10
/
+15
2017-01-08
pathspec: create strip submodule slash helpers
Brandon Williams
-26
/
+42
2017-01-08
pathspec: create parse_element_magic helper
Brandon Williams
-17
/
+20
2017-01-08
pathspec: create parse_long_magic function
Brandon Williams
-35
/
+57
2017-01-08
pathspec: create parse_short_magic function
Brandon Williams
-18
/
+36
2017-01-08
pathspec: factor global magic into its own function
Brandon Williams
-49
/
+78
2017-01-08
pathspec: simpler logic to prefix original pathspec elements
Brandon Williams
-20
/
+13
2017-01-08
pathspec: always show mnemonic and name in unsupported_magic
Brandon Williams
-15
/
+9
2017-01-08
pathspec: remove unused variable from unsupported_magic
Brandon Williams
-3
/
+2
2017-01-08
pathspec: copy and free owned memory
Brandon Williams
-4
/
+19
2017-01-08
pathspec: remove the deprecated get_pathspec function
Brandon Williams
-39
/
+3
2016-10-26
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
-2
/
+9
2016-10-10
Merge branch 'rs/qsort'
Junio C Hamano
-2
/
+1
2016-09-29
use QSORT
René Scharfe
-2
/
+1
2016-09-25
use COPY_ARRAY
René Scharfe
-2
/
+1
2016-06-22
pathspec: warn on empty strings as pathspec
Emily Xie
-2
/
+9
2016-06-02
pathspec: rename free_pathspec() to clear_pathspec()
Junio C Hamano
-1
/
+1
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
-2
/
+3
2014-07-21
Merge branch 'maint'
Junio C Hamano
-2
/
+1
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
-2
/
+1
2014-07-10
use strbuf_addch for adding single characters
René Scharfe
-1
/
+1
[next]