Skip to content

Commit 0233b80

Browse files
committed
Merge branch 'maint'
* maint: Start preparing for 2.7.2 git-cvsserver.perl: fix typo
2 parents 6343832 + 8a71d90 commit 0233b80

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Documentation/RelNotes/2.7.2.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Git v2.7.2 Release Notes
2+
========================
3+
4+
Fixes since v2.7.1
5+
------------------
6+
7+
* The low-level merge machinery has been taught to use CRLF line
8+
termination when inserting conflict markers to merged contents that
9+
are themselves CRLF line-terminated.
10+
11+
* "git worktree" had a broken code that attempted to auto-fix
12+
possible inconsistency that results from end-users moving a
13+
worktree to different places without telling Git (the original
14+
repository needs to maintain backpointers to its worktrees, but
15+
"mv" run by end-users who are not familiar with that fact will
16+
obviously not adjust them), which actually made things worse
17+
when triggered.
18+
19+
* "git push --force-with-lease" has been taught to report if the push
20+
needed to force (or fast-forwarded).
21+
22+
* The emulated "yes" command used in our test scripts has been
23+
tweaked not to spend too much time generating unnecessary output
24+
that is not used, to help those who test on Windows where it would
25+
not stop until it fills the pipe buffer due to lack of SIGPIPE.
26+
27+
Also includes tiny documentation and test updates.

git-cvsserver.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2664,7 +2664,7 @@ sub argsfromdir
26642664
# co # Obtain list directly.
26652665
# remove # HERE: TEST: MAYBE client does the recursion for us,
26662666
# # since it only makes sense to remove stuff already in
2667-
# # the sandobx?
2667+
# # the sandbox?
26682668
# ci # HERE: Similar to remove...
26692669
# # Don't try to implement the confusing/weird
26702670
# # ci -r bug er.."feature".

0 commit comments

Comments
 (0)