index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathspec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
attr: enable attr pathspec magic for git-add and git-stash
Joanna Wang
2023-11-04
1
-9
/
+30
*
grep: die gracefully when outside repository
Kristoffer Haugsbakk
2023-10-20
1
-1
/
+6
*
parse: separate out parsing functions from config.h
Calvin Wan
2023-09-30
1
-1
/
+1
*
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
2023-06-21
1
-7
/
+12
|
\
|
*
pathspec: factor out magic-to-name function
Jeff King
2023-06-03
1
-7
/
+12
*
|
Merge branch 'jc/attr-source-tree'
Junio C Hamano
2023-05-17
1
-1
/
+1
|
\
\
|
*
|
attr: teach "--attr-source=<tree>" global option to "git"
John Cai
2023-05-06
1
-1
/
+1
*
|
|
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
/
/
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
/
*
docs & comments: replace mentions of "git-add--interactive.perl"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-1
/
+1
*
Merge branch 'kn/attr-from-tree'
Junio C Hamano
2023-01-23
1
-1
/
+1
|
\
|
*
attr: add flag `--source` to work with tree-ish
Karthik Nayak
2023-01-14
1
-1
/
+1
*
|
use DUP_ARRAY
René Scharfe
2023-01-09
1
-4
/
+2
|
/
*
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
Shaoxuan Yuan
2022-08-08
1
-0
/
+89
*
Merge branch 'jc/all-negative-pathspec'
Junio C Hamano
2022-06-07
1
-1
/
+1
|
\
|
*
pathspec: correct an empty string used as a pathspec element
Junio C Hamano
2022-05-30
1
-1
/
+1
*
|
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
2021-09-28
1
-2
/
+3
*
|
pathspec: stop calling ensure_full_index
Derrick Stolee
2021-07-29
1
-2
/
+0
*
|
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
2021-05-07
1
-3
/
+22
|
\
\
|
*
|
add: warn when asked to update SKIP_WORKTREE entries
Matheus Tavares
2021-04-08
1
-0
/
+15
|
*
|
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
Matheus Tavares
2021-04-08
1
-3
/
+7
|
|
/
*
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-3
/
+5
|
\
\
|
*
|
pathspec: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
|
*
|
*: remove 'const' qualifier for struct index_state
Derrick Stolee
2021-04-14
1
-3
/
+3
|
|
/
*
/
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
|
/
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
prefix_path: show gitdir if worktree unavailable
Emily Shaffer
2020-03-15
1
-2
/
+6
*
prefix_path: show gitdir when arg is outside repo
Emily Shaffer
2020-02-17
1
-1
/
+2
*
pathspec: add new function to parse file
Alexandr Miloslavskiy
2019-11-20
1
-0
/
+38
*
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-1
/
+0
|
\
|
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-1
/
+0
*
|
dir.c: move, rename and export match_attrs()
Nguyễn Thái Ngọc Duy
2018-11-19
1
-0
/
+38
|
/
*
pathspec.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
Convert remaining die*(BUG) messages
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-5
/
+5
*
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
2017-11-06
1
-7
/
+4
|
\
[next]