Documentation / RelNotes / 1.5.0.5.txton commit l10n: git.pot: v2.9.0 round 1 (104 new, 37 removed) (f517e50)
   1GIT v1.5.0.5 Release Notes
   2==========================
   3
   4Fixes 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