index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
Age
Commit message (
Expand
)
Author
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
config: inline git_color_default_config
Glen Choo
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.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-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
write-or-die.h: move declarations for write-or-die.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
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-11-21
builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
2022-09-23
builtin/grep.c: integrate with sparse index
Shaoxuan Yuan
2022-06-22
grep: add --max-count command line option
Carlos López
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-02-25
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
2022-02-25
Merge branch 'ab/grep-patterntype'
Junio C Hamano
2022-02-15
grep: simplify config parsing and option parsing
Ævar Arnfjörð Bjarmason
2022-02-15
grep API: call grep_config() after grep_init()
Ævar Arnfjörð Bjarmason
2022-02-15
grep.c: don't pass along NULL callback value
Ævar Arnfjörð Bjarmason
2022-02-15
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
2022-02-04
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
2021-10-23
grep: fix a "path_list" memory leak
Ævar Arnfjörð Bjarmason
2021-10-23
grep: use object_array_clear() in cmd_grep()
Ævar Arnfjörð Bjarmason
2021-10-23
grep: prefer "struct grep_opt" over its "void *" equivalent
Ævar Arnfjörð Bjarmason
2021-09-09
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
2021-09-08
grep: add repository to OID grep sources
Jonathan Tan
2021-09-08
grep: allocate subrepos on heap
Jonathan Tan
2021-09-08
grep: read submodule entry with explicit repo
Jonathan Tan
2021-09-08
grep: typesafe versions of grep_source_init
Jonathan Tan
2021-09-08
grep: use submodule-ODB-as-alternate lazy-addition
Jonathan Tan
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-14
grep: ensure full index
Derrick Stolee
2021-03-22
Merge branch 'ab/grep-pcre2-allocfix'
Junio C Hamano
2021-03-13
use CALLOC_ARRAY
René Scharfe
2021-02-25
Merge branch 'mt/grep-sparse-checkout'
Junio C Hamano
2021-02-17
Merge branch 'mt/grep-cached-untracked'
Junio C Hamano
2021-02-17
grep/pcre2: move back to thread-only PCREv2 structures
Ævar Arnfjörð Bjarmason
2021-02-09
grep: honor sparse-checkout on working tree searches
Matheus Tavares
2021-02-09
grep: error out if --untracked is used with --cached
Matheus Tavares
[prev]
[next]