diff options
author | Petr Baudis <pasky@suse.cz> | 2005-07-29 11:00:45 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-07-29 17:21:49 -0700 |
commit | 0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e (patch) | |
tree | ed6d339f657c4d98fb06244941acd4faa90b0d60 /Documentation | |
parent | [PATCH] mmap error handling (diff) | |
download | tgif-0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e.tar.xz |
[PATCH] Trivial tidyups
Simple whitespace-related tidyups ensuring style consistency.
This is carried over from my old git-pb branch.
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-write-tree.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-write-tree.txt b/Documentation/git-write-tree.txt index 7f076b4198..3b6a66fef6 100644 --- a/Documentation/git-write-tree.txt +++ b/Documentation/git-write-tree.txt @@ -9,8 +9,7 @@ git-write-tree - Creates a tree from the current cache SYNOPSIS -------- -'git-write-tree' - [--missing-ok] +'git-write-tree' [--missing-ok] DESCRIPTION ----------- |