index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
Merge branch 'ty/migrate-excludes-file'
Junio C Hamano
1
-2
/
+2
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
1
-9
/
+9
2026-07-14
environment: move excludes_file into repo_config_values
Tian Yuchen
1
-2
/
+2
2026-07-05
dir: free allocations on parse-error paths in `read_one_dir()`
Johannes Schindelin
1
-2
/
+7
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-1
/
+1
2026-06-19
config: use repo_ignore_case() to access core.ignorecase
Tian Yuchen
1
-9
/
+9
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+1
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-1
/
+2
2026-06-03
environment: move "core_sparse_checkout_cone" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-05-13
ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIR
D. Ben Knoble
1
-2
/
+2
2026-03-23
Merge branch 'cf/constness-fixes'
Junio C Hamano
1
-4
/
+4
2026-03-09
dir: avoid -Wdiscarded-qualifiers in remove_path()
Collin Funk
1
-4
/
+4
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
1
-1
/
+3
2025-11-03
Merge branch 'jk/match-pathname-fix'
Junio C Hamano
1
-5
/
+12
2025-10-28
Merge branch 'ds/sparse-checkout-clean'
Junio C Hamano
1
-0
/
+28
2025-10-26
match_pathname(): give fnmatch one char of prefix context
Jeff King
1
-0
/
+6
2025-10-26
match_pathname(): reorder prefix-match check
Jeff King
1
-5
/
+6
2025-10-02
varint: use explicit width for integers
Patrick Steinhardt
1
-8
/
+10
2025-09-12
dir: add generic "walk all files" helper
Derrick Stolee
1
-0
/
+28
2025-08-25
Merge branch 'tc/diff-tree-max-depth'
Junio C Hamano
1
-1
/
+1
2025-08-07
within_depth: fix return for empty path
Toon Claes
1
-1
/
+1
2025-07-23
config: drop `git_config_set_in_file()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-1
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-05-22
pathspec: add flag to indicate operation without repository
Jacob Keller
1
-3
/
+6
2025-05-22
pathspec: add match_leading_pathspec variant
Jacob Keller
1
-0
/
+10
2025-05-13
Merge branch 'kj/glob-path-with-special-char'
Junio C Hamano
1
-1
/
+2
2025-05-05
dir.c: literal match with wildcard in pathspec should still glob
K Jayatheerth
1
-1
/
+2
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-3
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-1
/
+1
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2025-02-03
backfill: add --sparse option
Derrick Stolee
1
-7
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-04
dir: fix leak when parsing "status.showUntrackedFiles"
Patrick Steinhardt
1
-2
/
+2
2024-11-04
dir: release untracked cache data
Patrick Steinhardt
1
-0
/
+8
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-4
/
+2
2024-09-27
dir: fix off by one errors for ignored and untracked entries
Patrick Steinhardt
1
-4
/
+2
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-1
/
+2
2024-07-13
win32: override `fspathcmp()` with a directory separator-aware version
Johannes Schindelin
1
-2
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-12
Merge branch 'jk/sparse-leakfix'
Junio C Hamano
1
-15
/
+27
2024-06-12
Merge branch 'jk/cap-exclude-file-size'
Junio C Hamano
1
-0
/
+20
2024-06-05
dir.c: always copy input to add_pattern()
Jeff King
1
-10
/
+5
2024-06-05
dir.c: reduce max pattern file size to 100MB
Jeff King
1
-2
/
+8
2024-06-04
dir.c: free removed sparse-pattern hashmap entries
Jeff King
1
-1
/
+7
2024-06-04
dir.c: free strings in sparse cone pattern hashmaps
Jeff King
1
-4
/
+15
[next]