Documentation / git-rename.txton commit Merge branch 'fixes' (f865a2a)
   1git-rename(1)
   2=============
   3
   4NAME
   5----
   6git-rename - Script used to rename a file, directory or symlink.
   7
   8
   9SYNOPSIS
  10--------
  11'git-rename' <source> <destination>
  12
  13DESCRIPTION
  14-----------
  15This script is used to rename a file, directory or symlink.
  16
  17The index is updated after successful completion, but the change must still be
  18committed.
  19
  20Author
  21------
  22Written by Linus Torvalds <torvalds@osdl.org>
  23Rewritten by Ryan Anderson <ryan@michonline.com>
  24
  25Documentation
  26--------------
  27Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
  28
  29GIT
  30---
  31Part of the gitlink:git[7] suite
  32