X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=update-index.c;h=9fa3d2bb96a6e01a6d28fa80efc60871ca32dbf9;hb=81ae43cdc4ec4bfba1638aa9786e08322d10b72c;hp=facec8d91524ab63117d62134f91df385dcf34ca;hpb=36932eab772dc621e79d615fda425ecf87e6d74e;p=git.git diff --git a/update-index.c b/update-index.c index facec8d9..9fa3d2bb 100644 --- a/update-index.c +++ b/update-index.c @@ -473,7 +473,7 @@ static void read_index_info(int line_termination) } static const char update_index_usage[] = -"git-update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--cacheinfo] [--chmod=(+|-)x] [--info-only] [--force-remove] [--stdin] [--index-info] [--ignore-missing] [-z] [--verbose] [--] ..."; +"git-update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--really-refresh] [--cacheinfo] [--chmod=(+|-)x] [--assume-unchanged] [--info-only] [--force-remove] [--stdin] [--index-info] [--unresolve] [--ignore-missing] [-z] [--verbose] [--] ..."; static unsigned char head_sha1[20]; static unsigned char merge_head_sha1[20];