summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5aa3bdd)
raw | patch | inline | side by side (parent: 5aa3bdd)
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
Thu, 27 Nov 2008 07:32:01 +0000 (08:32 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 27 Nov 2008 09:00:45 +0000 (01:00 -0800) |
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index fba3f30a89e22474ec3df358441cd79d29ff2bec..d522661d315c3aab445bf3aa123bbd0abd9db251 100644 (file)
* 'git status' incorrectly reported a submodule directory as an untracked
directory.
-* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
+* 'git svn' used deprecated 'git-foo' form of subcommand invocation.
* 'git update-ref -d' to remove a reference did not honor --no-deref option.
index 79be4f1c0086fd1193734412019feeef8b07d669..77604d021603fa7002e416356ae197648093b69d 100644 (file)
-s::
--signoff::
- Add Signed-off-by line by the commiter at the end of the commit
+ Add Signed-off-by line by the committer at the end of the commit
log message.
-n::
index e160b99bdb1ab66ce178c67b5a1d487397b68318..5d6d30f764a7bca813295461104c8f6f46ad0e35 100644 (file)
This works similarly to `svn update` or 'git-pull' except that
it preserves linear history with 'git-rebase' instead of
-'git-merge' for ease of dcommiting with 'git-svn'.
+'git-merge' for ease of dcommitting with 'git-svn'.
This accepts all options that 'git-svn fetch' and 'git-rebase'
accept. However, '--fetch-all' only fetches from the current
index 08d1310bf5fc5590ada1ee5b2af77d361ff4d874..39c0167e1ec5755a9c9aa9ceb71f60f1fee9644a 100644 (file)
-------------------------------------------------
In this case, though, git may not eventually be able to tell the first
-bad one between some first skipped commits and a latter bad commit.
+bad one between some first skipped commits and a later bad commit.
There are also ways to automate the bisecting process if you have a
test script that can tell a good from a bad commit. See