~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-security

« back to all changes in this revision

Viewing changes to Documentation/RelNotes-1.5.3.3.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GIT v1.5.3.3 Release Notes
 
2
==========================
 
3
 
 
4
Fixes since v1.5.3.2
 
5
--------------------
 
6
 
 
7
 * git-quiltimport did not like it when a patch described in the
 
8
   series file does not exist.
 
9
 
 
10
 * p4 importer missed executable bit in some cases.
 
11
 
 
12
 * The default shell on some FreeBSD did not execute the
 
13
   argument parsing code correctly and made git unusable.
 
14
 
 
15
 * git-svn incorrectly spawned pager even when the user user
 
16
   explicitly asked not to.
 
17
 
 
18
 * sample post-receive hook overquoted the envelope sender
 
19
   value.
 
20
 
 
21
 * git-am got confused when the patch contained a change that is
 
22
   only about type and not contents.
 
23
 
 
24
 * git-mergetool did not show our and their version of the
 
25
   conflicted file when started from a subdirectory of the
 
26
   project.
 
27
 
 
28
 * git-mergetool did not pass correct options when invoking diff3.
 
29
 
 
30
 * git-log sometimes invoked underlying "diff" machinery
 
31
   unnecessarily.