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
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-19
/
+27
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-4
/
+4
2019-01-29
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
1
-7
/
+10
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-4
/
+4
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
1
-1
/
+2
2019-01-14
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-01-14
grep: use grep_opt->repo instead of explict repo argument
Nguyễn Thái Ngọc Duy
1
-17
/
+24
2019-01-04
Merge branch 'jk/loose-object-cache'
Junio C Hamano
1
-1
/
+1
2018-12-05
repository: repo_submodule_init to take a submodule struct
Stefan Beller
1
-7
/
+10
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-18
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
1
-1
/
+13
2018-11-18
Merge branch 'nd/pthreads'
Junio C Hamano
1
-49
/
+30
2018-11-13
Merge branch 'ao/submodule-wo-gitmodules-checked-out'
Junio C Hamano
1
-3
/
+14
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-1
/
+1
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-1
/
+13
2018-11-05
grep: clean up num_threads handling
Nguyễn Thái Ngọc Duy
1
-31
/
+27
2018-11-05
grep: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-37
/
+22
2018-10-31
submodule: support reading .gitmodules when it's not in the working tree
Antonio Ospite
1
-3
/
+14
2018-10-19
Merge branch 'rs/grep-no-recursive'
Junio C Hamano
1
-0
/
+2
2018-10-03
grep: add -r/--[no-]recursive
René Scharfe
1
-0
/
+2
2018-09-21
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-09-21
grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-3
/
+3
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-6
/
+6
2018-08-13
grep: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-08-02
Merge branch 'tb/grep-only-matching'
Junio C Hamano
1
-0
/
+6
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-1
/
+2
2018-07-23
builtin/grep.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2018-07-09
grep.c: teach 'git grep --only-matching'
Taylor Blau
1
-0
/
+6
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
1
-1
/
+2
2018-06-22
builtin/grep.c: add '--column' option to 'git-grep(1)'
Taylor Blau
1
-0
/
+1
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-3
/
+3
2018-05-30
Merge branch 'sb/grep-die-on-unreadable-index'
Junio C Hamano
1
-1
/
+2
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-05-16
grep: handle corrupt index files early
Stefan Beller
1
-1
/
+2
2018-05-08
Merge branch 'sb/submodule-move-nested'
Junio C Hamano
1
-8
/
+6
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-1
/
+2
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+3
2018-03-29
submodule-config: allow submodule_free to handle arbitrary repositories
Stefan Beller
1
-1
/
+1
2018-03-29
grep: remove "repo" arg from non-supporting funcs
Jonathan Tan
1
-7
/
+5
2018-03-23
repository: introduce raw object store field
Stefan Beller
1
-1
/
+2
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-5
/
+8
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-2
/
+2
2018-03-08
Merge branch 'rv/grep-cleanup'
Junio C Hamano
1
-13
/
+20
2018-02-23
grep: simplify grep_oid and grep_file
Rasmus Villemoes
1
-4
/
+2
2018-02-23
grep: move grep_source_init outside critical section
Rasmus Villemoes
1
-9
/
+18
[next]