Sign in
googlers
/
jrn
/
git
/
493c774e58a05bbbac06e4ae1654ca3d24e4e5cf
/
builtin-grep.c
6aead43
sscanf/strtoul: parse integers robustly
by Jim Meyering
· 18 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
· 18 years ago
a8c4047
Remove "pathlen" from "struct name_entry"
by Linus Torvalds
· 18 years ago
09f2825
git-grep: don't use sscanf
by Jim Meyering
· 18 years ago
dc49cd7
Cast 64 bit off_t to 32 bit size_t
by Shawn O. Pearce
· 18 years ago
ff1f994
Don't build external_grep if its not used
by Shawn O. Pearce
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
599065a
prefixcmp(): fix-up mechanical conversion.
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
36f2587
grep: do not skip unmerged entries when grepping in the working tree.
by Junio C Hamano
· 18 years ago
0ab7bef
grep --all-match
by Junio C Hamano
· 18 years ago
b48fb5b
grep: free expressions and patterns when done.
by Junio C Hamano
· 18 years ago
83b5d2f
builtin-grep: make pieces of it available as library.
by Junio C Hamano
· 18 years ago
7977f0e
Add "-h/-H" parsing to "git grep"
by Linus Torvalds
· 18 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 18 years ago
599f8d6
builtin-grep.c: remove unused debugging piece.
by Junio C Hamano
· 19 years ago
6493cc0
builtin-grep: remove unused debugging cruft.
by Junio C Hamano
· 19 years ago
b756776
builtin-grep.c cleanup
by David Rientjes
· 19 years ago
0d042fe
git-grep: show pathnames relative to the current directory
by Junio C Hamano
· 19 years ago
f25b793
Fix "grep -w"
by Junio C Hamano
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
82e5a82
Fix more typos, primarily in the code
by Pavel Roskin
· 19 years ago
79d3696
git-grep: boolean expression on pattern matching.
by Junio C Hamano
· 19 years ago
088b084
git-grep: use a bit more specific error messages.
by Junio C Hamano
· 19 years ago
fcfe34b
git-grep: fix exit code when we use external grep.
by Junio C Hamano
· 19 years ago
5390590
git-grep: fix parsing of pathspec separator '--'
by Junio C Hamano
· 19 years ago
3bec0da
Merge branch 'jc/upload-corrupt' into next
by Junio C Hamano
· 19 years ago
bb9e15a
Fix possible out-of-bounds array access
by Uwe Zeisberger
· 19 years ago
1f1e895
Add "named object array" concept
by Linus Torvalds
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
3026402
builtin-grep: pass ignore case option to external grep
by Robert Fitzsimons
· 19 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
· 19 years ago
fbd01ab
remove superflous "const"
by Alex Riesen
· 19 years ago
bbb66c6
builtin-grep: workaround for non GNU grep.
by Linus Torvalds
· 19 years ago
f664751
Fix silly typo in new builtin grep
by Linus Torvalds
· 19 years ago
ffa0a7a
builtin-grep: unparse more command line options.
by Junio C Hamano
· 19 years ago
1e2398d
builtin-grep: use external grep when we can take advantage of it
by Linus Torvalds
· 19 years ago
07ea91d
builtin-grep: -F (--fixed-strings)
by Junio C Hamano
· 19 years ago
02ab1c4
builtin-grep: -w fix
by Junio C Hamano
· 19 years ago
c39c4f4
builtin-grep: typofix
by Junio C Hamano
· 19 years ago
5acd64e
builtin-grep: tighten argument parsing.
by Junio C Hamano
· 19 years ago
aa8c79a
Teach -f <file> option to builtin-grep.
by Junio C Hamano
· 19 years ago
e23d2d6
builtin-grep: -L (--files-without-match).
by Junio C Hamano
· 19 years ago
b8d0f5a
builtin-grep: binary files -a and -I
by Junio C Hamano
· 19 years ago
7ed36f5
builtin-grep: terminate correctly at EOF
by Junio C Hamano
· 19 years ago
1e3d90e
builtin-grep: tighten path wildcard vs tree traversal.
by Junio C Hamano
· 19 years ago
7839a25
builtin-grep: support -w (--word-regexp).
by Junio C Hamano
· 19 years ago
2c866cf
builtin-grep: support -c (--count).
by Junio C Hamano
· 19 years ago
f9b9faf
builtin-grep: allow more than one patterns.
by Junio C Hamano
· 19 years ago
f462ebb
builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.
by Junio C Hamano
· 19 years ago
a24f1e2
builtin-grep: printf %.*s length is int, not ptrdiff_t.
by Junio C Hamano
· 19 years ago
1362671
builtin-grep: do not use setup_revisions()
by Junio C Hamano
· 19 years ago
df0e7aa
builtin-grep: support '-l' option.
by Junio C Hamano
· 19 years ago
e0eb889
builtin-grep: wildcard pathspec fixes
by Junio C Hamano
· 19 years ago
5010cb5
built-in "git grep"
by Junio C Hamano
· 19 years ago