Documentation / RelNotes-1.7.1.txton commit Teach rebase the --no-ff option. (b499549)
   1Git v1.7.1 Release Notes (draft)
   2================================
   3
   4Updates since v1.7.0
   5--------------------
   6
   7 * "git cvsimport" learned -R option to leave revision mapping between
   8   CVS revisions and resulting git commits.
   9
  10 * "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
  11   tokens.
  12
  13 * "git grep" learned "--no-index" option, to search inside contents that
  14   are not managed by git.
  15
  16 * "git grep" learned --color=auto/always/never.
  17
  18 * "git hash-object --stdin-paths" can take "--no-filters" option now.
  19
  20 * "git request-pull" identifies the commit the request is relative to in
  21   a more readable way.
  22
  23 * "git svn" should work better when interacting with repositories
  24   with CRLF line endings.
  25
  26 * "git imap-send" learned to support CRAM-MD5 authentication.
  27
  28Fixes since v1.7.0
  29------------------
  30
  31All of the fixes in v1.7.0.X maintenance series are included in this
  32release, unless otherwise noted.
  33
  34---
  35exec >/var/tmp/1
  36echo O=$(git describe)
  37O=v1.7.0.2-181-gc6830a3
  38git shortlog --no-merges ^maint $O..