index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-11-07
Merge branch 'jc/grep-f-relative-to-cwd'
Junio C Hamano
1
-2
/
+11
2023-10-12
grep: -f <path> is relative to $cwd
Junio C Hamano
1
-2
/
+11
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-4
/
+4
2023-09-18
Merge branch 'rs/grep-no-no-or'
Junio C Hamano
1
-1
/
+1
2023-09-07
grep: reject --no-or
René Scharfe
1
-1
/
+1
2023-09-05
grep: use OPT_INTEGER_F for --max-depth
René Scharfe
1
-3
/
+2
2023-08-02
Merge branch 'jc/tree-walk-drop-base-offset'
Junio C Hamano
1
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-07
tree-walk: lose base_offset that is never used in tree_entry_interesting
Junio C Hamano
1
-1
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-4
/
+8
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-1
/
+1
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+4
2023-06-28
config: inline git_color_default_config
Glen Choo
1
-1
/
+4
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
[next]