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