]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-rebase.txt
Merge branch 'lt/approxidate'
[git.git] / Documentation / git-rebase.txt
index 26f3b7b2b0daad0affb36e6514156520a693b164..0aefc34d0d311030687563c56eaf3ac85a687e28 100644 (file)
@@ -236,6 +236,10 @@ OPTIONS
        is used instead ('git-merge-recursive' when merging a single
        head, 'git-merge-octopus' otherwise).  This implies --merge.
 
+-q::
+--quiet::
+       Be quiet. Implies --no-stat.
+
 -v::
 --verbose::
        Be verbose. Implies --stat.
@@ -264,8 +268,9 @@ OPTIONS
        exit with the message "Current branch is up to date" in such a
        situation.
 
+--ignore-whitespace::
 --whitespace=<option>::
-       This flag is passed to the 'git-apply' program
+       These flag are passed to the 'git-apply' program
        (see linkgit:git-apply[1]) that applies the patch.
        Incompatible with the --interactive option.