File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1+ Git v1.7.4.4 Release Notes
2+ ==========================
3+
4+ Fixes since v1.7.4.3
5+ --------------------
6+
7+ * Compilation of sha1_file.c on BSD platforms were broken due to our
8+ recent use of getrlimit() without including <sys/resource.h>.
9+
10+ * "git config" did not diagnose incorrect configuration variable names.
11+
12+ * "git format-patch" did not wrap a long subject line that resulted from
13+ rfc2047 encoding.
14+
15+ * "git instaweb" should work better again with plackup.
16+
17+ * "git log --max-count=4 -Sfoobar" now shows 4 commits that changes the
18+ number of occurrences of string "foobar"; it used to scan only for 4
19+ commits and then emitted only matching ones.
20+
21+ * "git log --first-parent --boundary $c^..$c" segfaulted on a merge.
22+
23+ * "git pull" into an empty branch should have behaved as if
24+ fast-forwarding from emptiness to the version being pulled, with
25+ the usual protection against overwriting untracked files.
26+
27+ * "git status" spent all the effort to notice racily-clean index entries
28+ but didn't update the index file to help later operations go faster in
29+ some cases.
30+
31+ And other minor fixes and documentation updates.
32+
33+ ---
34+ exec >/var/tmp/1
35+ O=v1.7.4.3-22-g8c8674f
36+ echo O=$(git describe maint)
37+ git shortlog --no-merges $O..maint
Original file line number Diff line number Diff line change 1- Documentation/RelNotes/1.7.4.3.txt
1+ Documentation/RelNotes/1.7.4.4
You can’t perform that action at this time.
0 commit comments