index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-23
grep: fix a "path_list" memory leak
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-10-23
grep: use object_array_clear() in cmd_grep()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-23
grep: prefer "struct grep_opt" over its "void *" equivalent
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-09-09
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
1
-4
/
+1
2021-09-08
grep: add repository to OID grep sources
Jonathan Tan
1
-9
/
+6
2021-09-08
grep: allocate subrepos on heap
Jonathan Tan
1
-9
/
+30
2021-09-08
grep: read submodule entry with explicit repo
Jonathan Tan
1
-5
/
+5
2021-09-08
grep: typesafe versions of grep_source_init
Jonathan Tan
1
-2
/
+2
2021-09-08
grep: use submodule-ODB-as-alternate lazy-addition
Jonathan Tan
1
-1
/
+1
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
1
-1
/
+1
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-0
/
+2
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-04-14
grep: ensure full index
Derrick Stolee
1
-0
/
+2
2021-03-22
Merge branch 'ab/grep-pcre2-allocfix'
Junio C Hamano
1
-1
/
+0
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-25
Merge branch 'mt/grep-sparse-checkout'
Junio C Hamano
1
-2
/
+5
2021-02-17
Merge branch 'mt/grep-cached-untracked'
Junio C Hamano
1
-0
/
+3
2021-02-17
grep/pcre2: move back to thread-only PCREv2 structures
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-02-09
grep: honor sparse-checkout on working tree searches
Matheus Tavares
1
-2
/
+5
2021-02-09
grep: error out if --untracked is used with --cached
Matheus Tavares
1
-0
/
+3
2021-01-26
grep/log: remove hidden --debug and --grep-debug options
Ævar Arnfjörð Bjarmason
1
-5
/
+0
2020-11-21
grep: use designated initializers for `grep_defaults`
Martin Ågren
1
-1
/
+0
2020-11-21
grep: don't set up a "default" repo for grep
Martin Ågren
1
-1
/
+1
2020-10-12
grep: handle deref_tag() returning NULL
René Scharfe
1
-0
/
+11
2020-09-10
quote_path: give flags parameter to quote_path()
Junio C Hamano
1
-1
/
+1
2020-09-10
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
1
-1
/
+1
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
1
-1
/
+2
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
1
-1
/
+1
2020-07-28
grep: avoid using oid_to_hex() with parse_object_or_die()
René Scharfe
1
-1
/
+1
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-1
/
+1
2020-05-05
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
1
-13
/
+13
2020-04-29
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
1
-2
/
+0
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-13
/
+13
2020-04-20
grep: follow conventions for printing paths w/ unusual chars
Matheus Tavares
1
-12
/
+34
2020-04-01
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
1
-2
/
+0
2020-02-14
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
1
-47
/
+46
2020-01-30
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
1
-2
/
+5
2020-01-17
grep: use no. of cores as the default no. of threads
Matheus Tavares
1
-2
/
+1
2020-01-17
grep: move driver pre-load out of critical section
Matheus Tavares
1
-4
/
+4
2020-01-17
grep: re-enable threads in non-worktree case
Matheus Tavares
1
-1
/
+1
2020-01-17
grep: protect packed_git [re-]initialization
Matheus Tavares
1
-2
/
+6
2020-01-17
grep: allow submodule functions to run in parallel
Matheus Tavares
1
-16
/
+22
2020-01-17
submodule-config: add skip_if_read option to repo_read_gitmodules()
Matheus Tavares
1
-1
/
+1
2020-01-17
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
1
-30
/
+16
2020-01-17
grep: fix racy calls in grep_objects()
Matheus Tavares
1
-0
/
+5
2020-01-17
grep: fix race conditions at grep_submodule()
Matheus Tavares
1
-4
/
+3
2019-10-23
Merge branch 'cb/pcre2-chartables-leakfix'
Junio C Hamano
1
-0
/
+1
2019-10-18
grep: make PCRE2 aware of custom allocator
Carlo Marcelo Arenas Belón
1
-0
/
+1
2019-08-26
grep: use return value of strbuf_detach()
René Scharfe
1
-2
/
+2
[next]