This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change
1
+ GIT v1.6.3.4 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.6.3.3
5
+ --------------------
6
+
7
+ * "git add --no-ignore-errors" did not override configured
8
+ add.ignore-errors configuration.
9
+
10
+ * "git apply --whitespace=fix" did not fix trailing whitespace on an
11
+ incomplete line.
12
+
13
+ * "git branch" opened too many commit objects unnecessarily.
14
+
15
+ * "git checkout -f $commit" with a path that is a file (or a symlink) in
16
+ the work tree to a commit that has a directory at the path issued an
17
+ unnecessary error message.
18
+
19
+ * "git diff -c/--cc" was very inefficient in coalescing the removed lines
20
+ shared between parents.
21
+
22
+ * "git diff -c/--cc" showed removed lines at the beginning of a file
23
+ incorrectly.
24
+
25
+ * "git remote show nickname" did not honor configured
26
+ remote.nickname.uploadpack when inspecting the branches at the remote.
27
+
28
+ * "git request-pull" when talking to the terminal for a preview
29
+ showed some of the output in the pager.
30
+
31
+ * "git request-pull start nickname [end]" did not honor configured
32
+ remote.nickname.uploadpack when it ran git-ls-remote against the remote
33
+ repository to learn the current tip of branches.
34
+
35
+ Includes other documentation updates and minor fixes.
36
+
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.6.3.3
4
+ DEF_VER=v1.6.3.4
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes-1.6.3.3 .txt
1
+ Documentation/RelNotes-1.6.3.4 .txt
You can’t perform that action at this time.
0 commit comments