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