Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit d30acb7

Browse files
committed
Sync with maint
* maint: shell doc: remove stray "+" in example Start preparing for 1.9.3
2 parents 2b14124 + e28dcdc commit d30acb7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Documentation/RelNotes/1.9.3.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Git v1.9.3 Release Notes
2+
========================
3+
4+
Fixes since v1.9.2
5+
------------------
6+
7+
* "git p4" dealing with changes in binary files were broken by a
8+
change in 1.9 release.
9+
10+
* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
11+
interface, used an unsafe construct when showing the branch name in
12+
$PS1.
13+
14+
* "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
15+
work well with.
16+
17+
* Some more Unicode codepoints defined in Unicode 6.3 as having
18+
zero width have been taught to our display column counting logic.
19+
20+
* Some tests used shell constructs that did not work well on
21+
FreeBSD.

Documentation/git-shell.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ EXAMPLE
6666
-------
6767

6868
To disable interactive logins, displaying a greeting instead:
69-
+
69+
7070
----------------
7171
$ chsh -s /usr/bin/git-shell
7272
$ mkdir $HOME/git-shell-commands

0 commit comments

Comments
 (0)