diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-12 19:39:15 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-12 19:39:15 -0700 |
commit | 2aba319a52b3601cff3f32b60bc28023ee45575d (patch) | |
tree | cdf21f8fad9788a3620f9f1977e9267f28169374 /.gitignore | |
parent | [PATCH] Make 'git checkout' a bit more forgiving when switching branches. (diff) | |
download | tgif-2aba319a52b3601cff3f32b60bc28023ee45575d.tar.xz |
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 <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |