Skip to content

Commit f1673dc

Browse files
committed
The first half of the seventh batch for 2.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9fb0a79 commit f1673dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.5.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ UI, Workflows & Features
2121
chunks from Perforce, instead of making one call to "p4 changes"
2222
that may trigger "too many rows scanned" error from Perforce.
2323

24+
* Unlike "$EDITOR" and "$GIT_EDITOR" that can hold the path to the
25+
command and initial options (e.g. "/path/to/emacs -nw"), 'git p4'
26+
did not let the shell interpolate the contents of the environment
27+
variable that name the editor "$P4EDITOR" (and "$EDITOR", too).
28+
This release makes it in line with the rest of Git, as well as with
29+
Perforce.
30+
31+
* A new short-hand <branch>@{push} denotes the remote-tracking branch
32+
that tracks the branch at the remote the <branch> would be pushed
33+
to.
34+
2435
* "git show-branch --topics HEAD" (with no other arguments) did not
2536
do anything interesting. Instead, contrast the given revision
2637
against all the local branches by default.
@@ -150,6 +161,9 @@ Performance, Internal Implementation, Development Support etc.
150161
the semantics of the option changed back in Git 1.9 days.
151162
(merge 19d122b pt/pull-tags-error-diag later to maint).
152163

164+
* for_each_ref() callback functions were taught to name the objects
165+
not with "unsigned char sha1[20]" but with "struct object_id".
166+
153167

154168
Also contains various documentation updates and code clean-ups.
155169

0 commit comments

Comments
 (0)