diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-13 14:30:39 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-13 14:30:39 -0800 |
commit | 2a54323ce5241992c272c90ebf2be14eaac873eb (patch) | |
tree | 614dd645208c1cfe9ebf8b0a1a9ad3fb48459f99 /Documentation | |
parent | GIT 1.4.4-rc2 (diff) | |
parent | Rework cvsexportcommit to handle binary files for all cases. (diff) | |
download | tgif-2a54323ce5241992c272c90ebf2be14eaac873eb.tar.xz |
Merge branch 'maint'
* maint:
Rework cvsexportcommit to handle binary files for all cases.
Catch errors when writing an index that contains invalid objects.
test-lib.sh: A command dying due to a signal is an unexpected failure.
git-update-index(1): fix use of quoting in section title
Diffstat (limited to 'Documentation')
-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 41bb7e12e3..0e0a3af1be 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` |