diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-23 21:24:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-23 21:24:47 -0700 |
commit | 7099c9c7c9c14ca3f66b8a04219162e6f259ff37 (patch) | |
tree | 0e395b92769a274a8f240dfa710974f588ea793c /Documentation/git-update-index.txt | |
parent | 5df7dbbae4a51e20afc00acc5c87ea4536d1302c (diff) | |
download | git-7099c9c7c9c14ca3f66b8a04219162e6f259ff37.tar.gz git-7099c9c7c9c14ca3f66b8a04219162e6f259ff37.tar.xz |
update-index -g
I often find myself typing this but the common abbreviation "g" for
"again" has not been supported so far for some unknown reason.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-update-index.txt')
-rw-r--r-- | Documentation/git-update-index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 3ae6e7457..41bb7e12e 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/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. |