From 2aba319a52b3601cff3f32b60bc28023ee45575d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 12 Sep 2005 19:39:15 -0700 Subject: [PATCH] Document git-grep and link it from the main git(7) page. Also adjust missing description in the git.txt page while we are at it. Signed-off-by: Junio C Hamano --- .gitignore | 1 + Documentation/git-grep.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++++ Documentation/git.txt | 9 ++++++--- 3 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 Documentation/git-grep.txt diff --git a/.gitignore b/.gitignore index be9ea5fa9c..cc2b29ebfc 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ git-fetch-pack git-format-patch git-fsck-objects git-get-tar-commit-id +git-grep git-hash-object git-http-fetch git-init-db diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt new file mode 100644 index 0000000000..c275ae26fd --- /dev/null +++ b/Documentation/git-grep.txt @@ -0,0 +1,47 @@ +git-grep(1) +=========== +v0.99.6, Sep 2005 + +NAME +---- +git-grep - print lines matching a pattern + + +SYNOPSIS +-------- +'git-grep'