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
/
builtin
/
grep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-11
/
+3
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-1
/
+1
2026-06-22
odb: introduce `odb_prepare()`
Patrick Steinhardt
1
-7
/
+2
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-6
/
+3
2026-06-17
odb/source-packed: wire up `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-6
/
+6
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-4
/
+4
2026-05-19
setup: stop using `the_repository` in `setup_git_directory()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `setup_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `verify_non_filename()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `verify_filename()`
Patrick Steinhardt
1
-1
/
+1
2026-05-15
grep: prefetch necessary blobs
Elijah Newren
1
-0
/
+143
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
1
-2
/
+4
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-2
/
+4
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-1
/
+1
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
1
-1
/
+1
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
1
-1
/
+1
2026-01-09
packfile: only prepare owning store in `packfile_store_prepare()`
Patrick Steinhardt
1
-6
/
+8
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
1
-1
/
+5
2025-10-16
builtin/grep: simplify how we preload packs
Patrick Steinhardt
1
-1
/
+1
2025-10-16
Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...
Junio C Hamano
1
-1
/
+1
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
1
-1
/
+1
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-1
/
+1
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
1
-6
/
+3
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-4
/
+4
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
1
-1
/
+2
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-6
/
+12
2025-04-17
parse-options: detect mismatches in integer signedness
Patrick Steinhardt
1
-2
/
+2
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-4
/
+10
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-11-04
builtin/grep: fix leak with `--max-count=0`
Patrick Steinhardt
1
-3
/
+10
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-05
builtin/grep: fix leaking object context
Patrick Steinhardt
1
-0
/
+1
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
1
-2
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-4
/
+4
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
1
-0
/
+2
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
1
-0
/
+2
[next]