Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'maint'
* maint:
  Start preparing for 2.7.2
  git-cvsserver.perl: fix typo
  • Loading branch information
Junio C Hamano committed Feb 17, 2016
2 parents 6343832 + 8a71d90 commit 0233b80
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions Documentation/RelNotes/2.7.2.txt
@@ -0,0 +1,27 @@
Git v2.7.2 Release Notes
========================

Fixes since v2.7.1
------------------

* The low-level merge machinery has been taught to use CRLF line
termination when inserting conflict markers to merged contents that
are themselves CRLF line-terminated.

* "git worktree" had a broken code that attempted to auto-fix
possible inconsistency that results from end-users moving a
worktree to different places without telling Git (the original
repository needs to maintain backpointers to its worktrees, but
"mv" run by end-users who are not familiar with that fact will
obviously not adjust them), which actually made things worse
when triggered.

* "git push --force-with-lease" has been taught to report if the push
needed to force (or fast-forwarded).

* The emulated "yes" command used in our test scripts has been
tweaked not to spend too much time generating unnecessary output
that is not used, to help those who test on Windows where it would
not stop until it fills the pipe buffer due to lack of SIGPIPE.

Also includes tiny documentation and test updates.
2 changes: 1 addition & 1 deletion git-cvsserver.perl
Expand Up @@ -2664,7 +2664,7 @@ sub argsfromdir
# co # Obtain list directly.
# remove # HERE: TEST: MAYBE client does the recursion for us,
# # since it only makes sense to remove stuff already in
# # the sandobx?
# # the sandbox?
# ci # HERE: Similar to remove...
# # Don't try to implement the confusing/weird
# # ci -r bug er.."feature".
Expand Down

0 comments on commit 0233b80

Please sign in to comment.