Skip to content

Commit 6d21667

Browse files
committed
Merge branch 'maint'
* 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
2 parents a0a80f1 + 0f497e7 commit 6d21667

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Documentation/git-svn.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ New features:
159159
our version of --pretty=oneline
160160
--
161161
+
162+
NOTE: SVN itself only stores times in UTC and nothing else. The regular svn
163+
client converts the UTC time to the local time (or based on the TZ=
164+
environment). This command has the same behaviour.
165+
+
162166
Any other arguments are passed directly to `git log'
163167

164168
'blame'::

git-rebase--interactive.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ do_next () {
268268
warn
269269
warn " git commit --amend"
270270
warn
271+
warn "Once you are satisfied with your changes, run"
272+
warn
273+
warn " git rebase --continue"
274+
warn
271275
exit 0
272276
;;
273277
squash|s)

t/t5505-remote.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ test_description='git remote porcelain-ish'
44

55
. ./test-lib.sh
66

7-
GIT_CONFIG=.git/config
8-
export GIT_CONFIG
9-
107
setup_repository () {
118
mkdir "$1" && (
129
cd "$1" &&

0 commit comments

Comments
 (0)