summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.1.1.txt
blob: b48b4bc3e836ee520bf9338e3d1d92f68d69da12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
GIT v1.5.1.1 Release Notes (draft)
==========================
 
Fixes since v1.5.1
------------------
 
* Documentation updates
 
  - The --left-right option of rev-list and friends is documented.
 
  - The documentation for cvsimport has been majorly improved.
 
* Bugfixes
 
  - "git send-email" produced of References header of unbounded length;
    fixed this with line-folding.
 
  - "git archive" to download from remote site should not
    require you to be in a git repository, but it incorrectly
    did.
 
  - "git apply" ignored -p<n> for "diff --git" formatted
    patches.
 
  - "git rerere" recorded a conflict that had one side empty
    (the other side adds) incorrectly; this made merging in the
    other direction fail to use previously recorded resolution.
 
  - t4200 test was broken where "wc -l" pads its output with
    spaces.
 
  - "git branch -m old new" to rename branch did not work
    without a configuration file in ".git/config".
 
  - The sample hook for notification e-mail was misnamed.
 
  - gitweb did not show type-changing patch correctly in the
    blobdiff view.
 
* Performance Tweaks
 
--
exec >/var/tmp/1
O=v1.5.1-26-ge94a4f6
echo O=`git describe refs/heads/maint`
git shortlog --no-merges $O..refs/heads/maint