index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
1
-2
/
+5
|
\
|
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-1
/
+1
|
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
|
builtin/grep: fix leaking object context
Patrick Steinhardt
2024-09-05
1
-0
/
+1
|
/
*
object-name: free leaking object contexts
Patrick Steinhardt
2024-06-11
1
-2
/
+2
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-4
/
+4
|
\
|
*
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-4
/
+4
*
|
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
2024-02-15
1
-0
/
+2
|
\
\
|
*
|
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
2024-02-06
1
-0
/
+2
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-3
/
+0
|
/
/
*
|
Merge branch 'jc/grep-f-relative-to-cwd'
Junio C Hamano
2023-11-07
1
-2
/
+11
|
\
\
|
*
|
grep: -f <path> is relative to $cwd
Junio C Hamano
2023-10-12
1
-2
/
+11
|
|
/
*
|
Merge branch 'rs/grep-no-no-or'
Junio C Hamano
2023-09-18
1
-1
/
+1
|
\
\
|
*
|
grep: reject --no-or
René Scharfe
2023-09-07
1
-1
/
+1
*
|
|
grep: use OPT_INTEGER_F for --max-depth
René Scharfe
2023-09-05
1
-3
/
+2
|
|
/
|
/
|
*
|
Merge branch 'jc/tree-walk-drop-base-offset'
Junio C Hamano
2023-08-02
1
-1
/
+1
|
\
\
|
*
|
tree-walk: lose base_offset that is never used in tree_entry_interesting
Junio C Hamano
2023-07-08
1
-1
/
+1
*
|
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
\
\
|
*
|
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-4
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-1
/
+1
|
*
|
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-3
/
+4
|
*
|
|
config: inline git_color_default_config
Glen Choo
2023-06-28
1
-1
/
+4
|
|
/
/
*
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
|
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
/
*
|
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-2
/
+4
|
\
\
|
*
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+4
|
|
/
*
|
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+0
*
builtin/grep.c: integrate with sparse index
Shaoxuan Yuan
2022-09-23
1
-3
/
+45
*
grep: add --max-count command line option
Carlos López
2022-06-22
1
-0
/
+9
*
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-2
/
+2
|
\
|
*
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-2
/
+2
*
|
Merge branch 'ab/grep-patterntype'
Junio C Hamano
2022-02-26
1
-13
/
+14
|
\
\
|
*
|
grep: simplify config parsing and option parsing
Ævar Arnfjörð Bjarmason
2022-02-16
1
-6
/
+4
|
*
|
grep API: call grep_config() after grep_init()
Ævar Arnfjörð Bjarmason
2022-02-16
1
-2
/
+2
|
*
|
grep.c: don't pass along NULL callback value
Ævar Arnfjörð Bjarmason
2022-02-16
1
-2
/
+2
|
*
|
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
2022-02-16
1
-5
/
+8
|
|
/
*
/
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
2022-02-04
1
-5
/
+3
|
/
*
grep: fix a "path_list" memory leak
Ævar Arnfjörð Bjarmason
2021-10-23
1
-4
/
+5
[next]