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
*
get_sha1_with_context: dynamically allocate oc->path
Jeff King
2017-05-24
1
-1
/
+3
*
Merge branch 'ab/grep-plug-pathspec-leak'
Junio C Hamano
2017-04-20
1
-0
/
+1
|
\
|
*
grep: plug a trivial memory leak
Ævar Arnfjörð Bjarmason
2017-04-17
1
-0
/
+1
*
|
Merge branch 'bw/recurse-submodules-relative-fix'
Junio C Hamano
2017-03-30
1
-16
/
+25
|
\
\
|
*
|
grep: fix bug when recursing with relative pathspec
Brandon Williams
2017-03-17
1
-15
/
+24
|
*
|
grep: fix help text typo
Brandon Williams
2017-03-17
1
-1
/
+1
*
|
|
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
2017-03-28
1
-1
/
+1
|
\
\
\
|
*
|
|
make is_submodule_populated gently
Stefan Beller
2017-03-16
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
2017-03-28
1
-12
/
+9
|
\
\
\
|
*
|
|
grep: fix builds with with no thread support
Brandon Williams
2017-03-18
1
-12
/
+9
|
|
/
/
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-03-17
1
-12
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
builtin/grep: convert to struct object_id
brian m. carlson
2017-02-22
1
-12
/
+12
|
|
/
*
|
grep: treat revs the same for --untracked as for --no-index
Jeff King
2017-02-14
1
-5
/
+5
*
|
grep: do not diagnose misspelt revs with --no-index
Jeff King
2017-02-14
1
-1
/
+1
*
|
grep: avoid resolving revision names in --no-index case
Jeff King
2017-02-14
1
-0
/
+6
*
|
grep: fix "--" rev/pathspec disambiguation
Jeff King
2017-02-14
1
-5
/
+24
*
|
grep: re-order rev-parsing loop
Jeff King
2017-02-14
1
-9
/
+11
*
|
grep: do not unnecessarily query repo for "--"
Jonathan Tan
2017-02-14
1
-4
/
+5
*
|
grep: move thread initialization a little lower
Jeff King
2017-02-14
1
-14
/
+14
|
/
*
grep: search history of moved submodules
Brandon Williams
2016-12-22
1
-2
/
+18
*
grep: enable recurse-submodules to work on <tree> objects
Brandon Williams
2016-12-22
1
-6
/
+70
*
grep: optionally recurse into submodules
Brandon Williams
2016-12-22
1
-19
/
+281
*
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-1
/
+2
*
Merge branch 'nd/ita-cleanup'
Junio C Hamano
2016-07-13
1
-2
/
+2
|
\
|
*
grep: fix grepping for "intent to add" files
Charles Bailey
2016-07-01
1
-2
/
+2
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2016-05-06
1
-3
/
+3
|
\
\
|
*
|
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-3
/
+3
*
|
|
grep: turn off gitlink detection for --no-index
Jeff King
2016-03-07
1
-2
/
+4
|
/
/
*
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-5
/
+5
|
\
\
|
*
|
convert manual allocations to argv_array
Jeff King
2016-02-22
1
-5
/
+5
*
|
|
Merge branch 'jc/peace-with-crlf'
Junio C Hamano
2016-02-03
1
-1
/
+1
|
\
\
\
|
*
|
|
grep: read -f file with strbuf_getline()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
|
|
|
Merge branch 'jc/strbuf-getline'
Junio C Hamano
2016-01-29
1
-1
/
+1
|
\
|
|
|
|
*
|
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'tg/grep-no-index-fallback'
Junio C Hamano
2016-01-20
1
-3
/
+9
|
\
\
\
|
*
|
|
builtin/grep: add grep.fallbackToNoIndex config
Thomas Gummerer
2016-01-12
1
-3
/
+9
*
|
|
|
Merge branch 'nd/ita-cleanup'
Junio C Hamano
2016-01-20
1
-1
/
+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
grep: make it clear i-t-a entries are ignored
Nguyễn Thái Ngọc Duy
2015-12-28
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'vl/grep-configurable-threads'
Junio C Hamano
2016-01-13
1
-15
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
grep: add --threads=<num> option and grep.threads configuration
Victor Leschuk
2015-12-16
1
-13
/
+30
|
*
|
grep: slight refactoring to the code that disables threading
Victor Leschuk
2015-12-15
1
-2
/
+1
|
*
|
grep: allow threading even on a single-core machine
Victor Leschuk
2015-12-15
1
-1
/
+1
|
|
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2015-12-10
1
-3
/
+3
|
\
\
|
*
|
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
|
*
|
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-2
/
+2
|
*
|
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
|
|
/
*
/
grep: stop using PARSE_OPT_NO_INTERNAL_HELP
René Scharfe
2015-11-20
1
-16
/
+1
|
/
*
Merge branch 'ps/grep-help-all-callback-arg'
Junio C Hamano
2015-04-21
1
-1
/
+1
|
\
|
*
grep: correctly initialize help-all option
Patrick Steinhardt
2015-04-13
1
-1
/
+1
*
|
Merge branch 'ws/grep-quiet-no-pager'
Junio C Hamano
2015-03-25
1
-1
/
+1
|
\
\
[next]