Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.7.3.1.adoc`
c0a4b68a665e7e4514e42bb006e1c3d4a94bea323e10d0d100000001000001a9
Git v1.7.3.1 Release Notes
==========================

Fixes since v1.7.3
------------------

 * "git stash show stash@{$n}" was accidentally broken in 1.7.3 ("git
   stash show" without any argument still worked, though).

 * "git stash branch $branch stash@{$n}" was accidentally broken in
   1.7.3 and started dropping the named stash even when branch creation
   failed.

And other minor fixes and documentation updates.

Title: Git v1.7.3.1 Release Notes
Summary
The Git v1.7.3.1 release fixes issues with git stash show and git stash branch that were introduced in version 1.7.3, including a bug where git stash show stash@{$n} was broken and git stash branch $branch stash@{$n} would drop the named stash even if branch creation failed, along with other minor fixes and documentation updates to improve overall stability and functionality.