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

« back to all changes in this revision

Viewing changes to Documentation/RelNotes-1.5.0.5.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20070422133105-xg8fnm18r2cxcbg1
Tags: upstream-1.5.1.2
ImportĀ upstreamĀ versionĀ 1.5.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GIT v1.5.0.5 Release Notes
 
2
==========================
 
3
 
 
4
Fixes since v1.5.0.3
 
5
--------------------
 
6
 
 
7
* Bugfixes
 
8
 
 
9
  - git-merge (hence git-pull) did not refuse fast-forwarding
 
10
    when the working tree had local changes that would have
 
11
    conflicted with it.
 
12
 
 
13
  - git.el does not add duplicate sign-off lines.
 
14
 
 
15
  - git-commit shows the full stat of the resulting commit, not
 
16
    just about the files in the current directory, when run from
 
17
    a subdirectory.
 
18
 
 
19
  - "git-checkout -m '@{8 hours ago}'" had a funny failure from
 
20
    eval; fixed.
 
21
 
 
22
  - git-gui updates.
 
23
 
 
24
* Documentation updates
 
25
 
 
26
* User manual updates
 
27
 
 
28