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 '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
|
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-5
/
+5
*
|
Merge branch 'tb/grep-only-matching'
Junio C Hamano
2018-08-03
1
-0
/
+6
|
\
\
|
*
|
grep.c: teach 'git grep --only-matching'
Taylor Blau
2018-07-09
1
-0
/
+6
*
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+2
|
|
/
*
/
builtin/grep.c: add '--column' option to 'git-grep(1)'
Taylor Blau
2018-06-22
1
-0
/
+1
|
/
*
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
2018-06-01
1
-3
/
+3
|
\
|
*
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
2018-05-24
1
-3
/
+3
*
|
Merge branch 'sb/grep-die-on-unreadable-index'
Junio C Hamano
2018-05-30
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
grep: handle corrupt index files early
Stefan Beller
2018-05-16
1
-1
/
+2
|
*
Merge branch 'bw/grep-recurse-submodules' into maint
Junio C Hamano
2017-11-15
1
-0
/
+2
|
|
\
*
|
\
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
2018-05-08
1
-8
/
+6
|
\
\
\
|
*
|
|
submodule-config: allow submodule_free to handle arbitrary repositories
Stefan Beller
2018-03-29
1
-1
/
+1
|
*
|
|
grep: remove "repo" arg from non-supporting funcs
Jonathan Tan
2018-03-29
1
-7
/
+5
*
|
|
|
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-1
/
+2
|
\
|
|
|
|
*
|
|
repository: introduce raw object store field
Stefan Beller
2018-03-23
1
-1
/
+2
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
*
|
|
|
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
2018-03-14
1
-2
/
+2
*
|
|
|
|
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-14
1
-5
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
completion: use __gitcomp_builtin in _git_grep
Nguyễn Thái Ngọc Duy
2018-02-09
1
-5
/
+8
|
|
/
/
/
*
|
|
|
Merge branch 'rv/grep-cleanup'
Junio C Hamano
2018-03-08
1
-13
/
+20
|
\
\
\
\
[next]