aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-write-tree.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2005-07-29 11:00:45 +0200
committerJunio C Hamano <junkio@cox.net>2005-07-29 17:21:49 -0700
commit0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e (patch)
treeed6d339f657c4d98fb06244941acd4faa90b0d60 /Documentation/git-write-tree.txt
parente35f9824159bba94eecdf22d198799701ed60940 (diff)
downloadgit-0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e.tar.gz
[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/git-write-tree.txt')
-rw-r--r--Documentation/git-write-tree.txt3
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
-----------