author | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 22:07:51 +0000 (14:07 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 22:07:51 +0000 (14:07 -0800) |
* maint:
Eliminate confusing "won't bisect on seeked tree" failure
builtin-reflog.c: don't install new reflog on write failure
send-email: fix In-Reply-To regression
Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR
Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR
Prompt to continue when editing during rebase --interactive
Documentation/git svn log: add a note about timezones.
Don't use GIT_CONFIG in t5505-remote
Conflicts:
t/t9001-send-email.sh
t/t9200-git-cvsexportcommit.sh
Eliminate confusing "won't bisect on seeked tree" failure
builtin-reflog.c: don't install new reflog on write failure
send-email: fix In-Reply-To regression
Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR
Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR
Prompt to continue when editing during rebase --interactive
Documentation/git svn log: add a note about timezones.
Don't use GIT_CONFIG in t5505-remote
Conflicts:
t/t9001-send-email.sh
t/t9200-git-cvsexportcommit.sh
1 | 2 | |||
---|---|---|---|---|
Documentation/git-svn.txt | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-svn.txt
index 340f1be02a21495182584b0c09512a8608c1a61a,115b8bee0d762cefd4cd91c297830584cbc34a68..bec9accc8915c712bdea5e8975598e4f26db633f
our version of --pretty=oneline
--
+
+ NOTE: SVN itself only stores times in UTC and nothing else. The regular svn
+ client converts the UTC time to the local time (or based on the TZ=
+ environment). This command has the same behaviour.
+ +
Any other arguments are passed directly to `git log'
+'blame'::
+ Show what revision and author last modified each line of a file. This is
+ identical to `git blame', but SVN revision numbers are shown instead of git
+ commit hashes.
++
+All arguments are passed directly to `git blame'.
+
--
'find-rev'::
When given an SVN revision number of the form 'rN', returns the