diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-11-12 22:28:43 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-12 18:50:20 -0800 |
commit | bae777db33951468824e6beed6de900e7db6d51f (patch) | |
tree | 62f98eb7b52585ef94758a3b61c8f5a00f7289ca /Documentation/git-update-index.txt | |
parent | e02cd6388f0193706279268a7d9fa57be4cbc997 (diff) | |
download | git-bae777db33951468824e6beed6de900e7db6d51f.tar.gz git-bae777db33951468824e6beed6de900e7db6d51f.tar.xz |
git-update-index(1): fix use of quoting in section title
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
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 41bb7e12e..0e0a3af1b 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -216,8 +216,8 @@ $ git ls-files -s ------------ -Using "assume unchanged" bit ----------------------------- +Using ``assume unchanged'' bit +------------------------------ Many operations in git depend on your filesystem to have an efficient `lstat(2)` implementation, so that `st_mtime` |