summaryrefslogtreecommitdiffstats
path: root/git-update-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-08-24 07:37:45 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-08-24 07:37:45 +0000
commit8a0a21e3f8e9d75a455aa4170153405d7f1d74be (patch)
tree58d498eb40737c2553222696ff3254cd89845e3d /git-update-index.txt
parent85e45faa44326e78d2c67d0bddffa59e98b1e8e7 (diff)
downloadgit-htmldocs-8a0a21e3f8e9d75a455aa4170153405d7f1d74be.tar.gz
Autogenerated HTML docs for v1.4.2-g7099c
Diffstat (limited to 'git-update-index.txt')
-rw-r--r--git-update-index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-update-index.txt b/git-update-index.txt
index 3ae6e7457..41bb7e12e 100644
--- a/git-update-index.txt
+++ b/git-update-index.txt
@@ -15,7 +15,7 @@ SYNOPSIS
[--cacheinfo <mode> <object> <file>]\*
[--chmod=(+|-)x]
[--assume-unchanged | --no-assume-unchanged]
- [--really-refresh] [--unresolve] [--again]
+ [--really-refresh] [--unresolve] [--again | -g]
[--info-only] [--index-info]
[-z] [--stdin]
[--verbose]
@@ -80,7 +80,7 @@ OPTIONS
filesystem that has very slow lstat(2) system call
(e.g. cifs).
---again::
+--again, -g::
Runs `git-update-index` itself on the paths whose index
entries are different from those from the `HEAD` commit.