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 'dl/opt-callback-cleanup'
Junio C Hamano
2020-05-05
1
-13
/
+13
|
\
|
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-13
/
+13
*
|
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
2020-04-30
1
-2
/
+0
|
\
\
|
*
|
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
2020-04-01
1
-2
/
+0
*
|
|
grep: follow conventions for printing paths w/ unusual chars
Matheus Tavares
2020-04-20
1
-12
/
+34
|
|
/
|
/
|
*
|
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
2020-02-14
1
-47
/
+46
|
\
\
|
|
/
|
/
|
|
*
grep: use no. of cores as the default no. of threads
Matheus Tavares
2020-01-17
1
-2
/
+1
|
*
grep: move driver pre-load out of critical section
Matheus Tavares
2020-01-17
1
-4
/
+4
|
*
grep: re-enable threads in non-worktree case
Matheus Tavares
2020-01-17
1
-1
/
+1
|
*
grep: protect packed_git [re-]initialization
Matheus Tavares
2020-01-17
1
-2
/
+6
|
*
grep: allow submodule functions to run in parallel
Matheus Tavares
2020-01-17
1
-16
/
+22
|
*
submodule-config: add skip_if_read option to repo_read_gitmodules()
Matheus Tavares
2020-01-17
1
-1
/
+1
|
*
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
2020-01-17
1
-30
/
+16
|
*
grep: fix racy calls in grep_objects()
Matheus Tavares
2020-01-17
1
-0
/
+5
|
*
grep: fix race conditions at grep_submodule()
Matheus Tavares
2020-01-17
1
-4
/
+3
*
|
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
2020-01-30
1
-2
/
+5
|
/
*
Merge branch 'cb/pcre2-chartables-leakfix'
Junio C Hamano
2019-10-23
1
-0
/
+1
|
\
|
*
grep: make PCRE2 aware of custom allocator
Carlo Marcelo Arenas Belón
2019-10-18
1
-0
/
+1
*
|
grep: use return value of strbuf_detach()
René Scharfe
2019-08-26
1
-2
/
+2
*
|
Merge branch 'mt/grep-submodules-working-tree'
Junio C Hamano
2019-08-22
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
grep: fix worktree case in submodules
Matheus Tavares
2019-07-30
1
-4
/
+6
*
|
sha1-file.c: remove the_repo from read_object_with_reference()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-2
/
+4
|
/
*
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-19
/
+27
|
\
|
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
|
*
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2019-01-14
1
-1
/
+2
|
*
grep: use grep_opt->repo instead of explict repo argument
Nguyễn Thái Ngọc Duy
2019-01-14
1
-17
/
+24
*
|
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
2019-01-29
1
-4
/
+4
|
\
\
|
*
|
tree-walk: store object_id in a separate member
brian m. carlson
2019-01-15
1
-4
/
+4
|
|
/
*
|
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
2019-01-29
1
-7
/
+10
|
\
\
|
*
|
repository: repo_submodule_init to take a submodule struct
Stefan Beller
2018-12-05
1
-7
/
+10
*
|
|
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
2019-01-15
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
2018-11-19
1
-1
/
+2
|
|
/
*
|
Merge branch 'jk/loose-object-cache'
Junio C Hamano
2019-01-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
sha1-file: use an object_directory for the main object dir
Jeff King
2018-11-13
1
-1
/
+1
*
|
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
2018-11-18
1
-1
/
+13
|
\
\
|
*
|
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-1
/
+13
|
|
/
*
|
Merge branch 'nd/pthreads'
Junio C Hamano
2018-11-18
1
-49
/
+30
|
\
\
|
*
|
grep: clean up num_threads handling
Nguyễn Thái Ngọc Duy
2018-11-05
1
-31
/
+27
|
*
|
grep: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
2018-11-05
1
-37
/
+22
|
|
/
*
|
Merge branch 'ao/submodule-wo-gitmodules-checked-out'
Junio C Hamano
2018-11-13
1
-3
/
+14
|
\
\
|
|
/
|
/
|
|
*
submodule: support reading .gitmodules when it's not in the working tree
Antonio Ospite
2018-10-31
1
-3
/
+14
*
|
Merge branch 'rs/grep-no-recursive'
Junio C Hamano
2018-10-19
1
-0
/
+2
|
\
\
|
*
|
grep: add -r/--[no-]recursive
René Scharfe
2018-10-04
1
-0
/
+2
|
|
/
*
|
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+2
*
|
grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
|
/
*
Merge branch 'nd/no-the-index'
Junio C Hamano
2018-08-20
1
-3
/
+3
|
\
|
*
grep: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-2
/
+2
|
*
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-3
/
+3
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
builtin/grep.c: mark strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-1
/
+1
[next]