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
/
dir.c
Age
Commit message (
Expand
)
Author
Lines
2025-05-13
Merge branch 'kj/glob-path-with-special-char'
Junio C Hamano
-1
/
+2
2025-05-05
dir.c: literal match with wildcard in pathspec should still glob
K Jayatheerth
-1
/
+2
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
-3
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
-1
/
+1
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
-1
/
+1
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
-1
/
+1
2025-02-03
backfill: add --sparse option
Derrick Stolee
-7
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-11-04
dir: fix leak when parsing "status.showUntrackedFiles"
Patrick Steinhardt
-2
/
+2
2024-11-04
dir: release untracked cache data
Patrick Steinhardt
-0
/
+8
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
-4
/
+2
2024-09-27
dir: fix off by one errors for ignored and untracked entries
Patrick Steinhardt
-4
/
+2
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
-1
/
+2
2024-07-13
win32: override `fspathcmp()` with a directory separator-aware version
Johannes Schindelin
-2
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+3
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
-3
/
+3
2024-06-12
Merge branch 'jk/sparse-leakfix'
Junio C Hamano
-15
/
+27
2024-06-12
Merge branch 'jk/cap-exclude-file-size'
Junio C Hamano
-0
/
+20
2024-06-05
dir.c: always copy input to add_pattern()
Jeff King
-10
/
+5
2024-06-05
dir.c: reduce max pattern file size to 100MB
Jeff King
-2
/
+8
2024-06-04
dir.c: free removed sparse-pattern hashmap entries
Jeff King
-1
/
+7
2024-06-04
dir.c: free strings in sparse cone pattern hashmaps
Jeff King
-4
/
+15
2024-05-31
dir.c: skip .gitignore, etc larger than INT_MAX
Jeff King
-0
/
+14
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
-1
/
+2
2024-04-29
Sync with 2.44.1
Johannes Schindelin
-0
/
+12
2024-04-19
Sync with 2.43.4
Johannes Schindelin
-0
/
+12
2024-04-19
Sync with 2.42.2
Johannes Schindelin
-0
/
+12
2024-04-19
Sync with 2.41.1
Johannes Schindelin
-0
/
+12
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-0
/
+12
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-0
/
+12
2024-04-17
entry: report more colliding paths
Johannes Schindelin
-0
/
+12
2024-02-26
dir: create untracked_cache_invalidate_trimmed_path()
Jeff Hostetler
-0
/
+20
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-11-04
attr: enable attr pathspec magic for git-add and git-stash
Joanna Wang
-1
/
+2
2023-10-09
dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
Victoria Dye
-4
/
+9
2023-10-09
dir.[ch]: expose 'get_dtype'
Victoria Dye
-0
/
+28
2023-07-17
Merge branch 'jc/pathspec-match-with-common-prefix'
Junio C Hamano
-1
/
+1
2023-07-08
dir: match "attr" pathspec magic with correct paths
Junio C Hamano
-1
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-21
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
-1
/
+2
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
-0
/
+1
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
-0
/
+1
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
-0
/
+1
[next]