Skip to content

Commit

Permalink
Sync with maint
Browse files Browse the repository at this point in the history
* maint:
  shell doc: remove stray "+" in example
  Start preparing for 1.9.3
  • Loading branch information
Junio C Hamano committed May 8, 2014
2 parents 2b14124 + e28dcdc commit d30acb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Documentation/RelNotes/1.9.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Git v1.9.3 Release Notes
========================

Fixes since v1.9.2
------------------

* "git p4" dealing with changes in binary files were broken by a
change in 1.9 release.

* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
interface, used an unsafe construct when showing the branch name in
$PS1.

* "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
work well with.

* Some more Unicode codepoints defined in Unicode 6.3 as having
zero width have been taught to our display column counting logic.

* Some tests used shell constructs that did not work well on
FreeBSD.
2 changes: 1 addition & 1 deletion Documentation/git-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ EXAMPLE
-------

To disable interactive logins, displaying a greeting instead:
+

----------------
$ chsh -s /usr/bin/git-shell
$ mkdir $HOME/git-shell-commands
Expand Down

0 comments on commit d30acb7

Please sign in to comment.