Documentation / RelNotes-1.6.3.txton commit Merge branch 'ns/pretty-format' (458eaf5)
   1GIT v1.6.3 Release Notes
   2========================
   3
   4With the next major release, "git push" into a branch that is
   5currently checked out will be refused by default.  You can choose
   6what should happen upon such a push by setting the configuration
   7variable receive.denyCurrentBranch in the receiving repository.
   8
   9To ease the transition plan, the receiving repository of such a
  10push running this release will issue a big warning when the
  11configuration variable is missing.  Please refer to:
  12
  13  http://git.or.cz/gitwiki/GitFaq#non-bare
  14  http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
  15
  16for more details on the reason why this change is needed and the
  17transition plan.
  18
  19For a similar reason, "git push $there :$killed" to delete the branch
  20$killed in a remote repository $there, if $killed branch is the current
  21branch pointed at by its HEAD, gets a large warning.  You can choose what
  22should happen upon such a push by setting the configuration variable
  23receive.denyDeleteCurrent in the receiving repository.
  24
  25
  26Updates since v1.6.2
  27--------------------
  28
  29(subsystems)
  30
  31(performance)
  32
  33(usability, bells and whistles)
  34
  35
  36Fixes since v1.6.2
  37------------------
  38
  39All of the fixes in v1.6.2.X maintenance series are included in this
  40release, unless otherwise noted.
  41
  42Here are fixes that this release has, but have not been backported to
  43v1.6.2.X series.
  44