git-commit-vandalism/Documentation
Josef Weidendorfer 1114b26e8f Add git-mv
It supersedes git-rename by adding functionality to move multiple
files, directories or symlinks into another directory.  It also
provides according documentation.

The implementation renames multiple files, using the arguments from
the command line to produce an array of sources and destinations.  In
a first pass, all requested renames are checked for errors, and
overwriting of existing files is only allowed with '-f'.  The actual
renaming is done in a second pass.  This ensures that any error
condition is checked before anything is changed.

Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-10-23 17:25:08 -07:00
..
howto Retire rev-tree. 2005-09-22 01:54:12 -07:00
technical [PATCH] Finish documenting trivial merge rules 2005-09-24 22:05:55 -07:00
.gitignore [PATCH] git bugfixes and cleanups, mainly Debian things 2005-08-26 12:54:27 -07:00
asciidoc.conf Fix usage of carets in git-rev-parse(1) 2005-10-05 16:56:31 -07:00
cvs-migration.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
diff-format.txt Update documentation for C-style quoting. 2005-10-17 17:41:56 -07:00
diff-options.txt Some typos and light editing of various manpages 2005-10-05 15:08:26 -07:00
diffcore.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-add.txt Some typos and light editing of various manpages 2005-10-05 15:08:26 -07:00
git-am.txt Fix malformatted git-am documentation. 2005-10-21 20:57:34 -07:00
git-apply.txt git-apply: remove unused --show-files flag. 2005-10-17 17:41:58 -07:00
git-applymbox.txt Brief documentation for the mysterious git-am script 2005-10-20 22:32:07 -07:00
git-applypatch.txt [PATCH] Random documentation fixes 2005-10-03 13:23:47 -07:00
git-archimport.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-bisect.txt Some typos and light editing of various manpages 2005-10-05 15:08:26 -07:00
git-branch.txt Some typos and light editing of various manpages 2005-10-05 15:08:26 -07:00
git-cat-file.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-check-ref-format.txt ref-format documentation. 2005-10-16 22:41:59 -07:00
git-checkout-index.txt Merge branch 'fixes' 2005-10-17 17:41:37 -07:00
git-checkout.txt git-checkout: revert specific paths to either index or a given tree-ish. 2005-10-18 01:29:27 -07:00
git-cherry-pick.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-cherry.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-clone-pack.txt git-clone: always keep pack sent from remote (documentation). 2005-10-19 14:43:43 -07:00
git-clone.txt The synopsis of the manpages should use the hyphenated version 2005-10-10 16:01:32 -07:00
git-commit-tree.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-commit.txt The synopsis of the manpages should use the hyphenated version 2005-10-10 16:01:32 -07:00
git-convert-objects.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-count-objects.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-cvsimport.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-daemon.txt Update git-daemon's documentation wrt. new options 2005-10-20 22:32:08 -07:00
git-diff-files.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-diff-index.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-diff-stages.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-diff-tree.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-diff.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-fetch-pack.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-fetch.txt git-fetch/push/pull: documentation. 2005-10-19 21:25:39 -07:00
git-format-patch.txt Describe new options to git-format-patch and git-mailsplit. 2005-10-06 14:25:52 -07:00
git-fsck-objects.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-get-tar-commit-id.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-grep.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-hash-object.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-http-fetch.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-index-pack.txt Add git-index-pack utility 2005-10-12 18:32:02 -07:00
git-init-db.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-local-fetch.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-log.txt The synopsis of the manpages should use the hyphenated version 2005-10-10 16:01:32 -07:00
git-ls-files.txt Update documentation for C-style quoting. 2005-10-17 17:41:56 -07:00
git-ls-remote.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-ls-tree.txt Update documentation for C-style quoting. 2005-10-17 17:41:56 -07:00
git-mailinfo.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-mailsplit.txt mailsplit: allow feeding mbox from standard input. 2005-10-06 15:55:43 -07:00
git-merge-base.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-merge-index.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-merge-one-file.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-merge.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-mktag.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-mv.txt Add git-mv 2005-10-23 17:25:08 -07:00
git-octopus.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-pack-objects.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-parse-remote.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-patch-id.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-peek-remote.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-prune-packed.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-prune.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-pull.txt git-fetch/push/pull: documentation. 2005-10-19 21:25:39 -07:00
git-push.txt git-fetch/push/pull: documentation. 2005-10-19 21:25:39 -07:00
git-read-tree.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-rebase.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-receive-pack.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-relink.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-rename.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-repack.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-request-pull.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-reset.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-resolve.txt The synopsis of the manpages should use the hyphenated version 2005-10-10 16:01:32 -07:00
git-rev-list.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-rev-parse.txt ref-format documentation. 2005-10-16 22:41:59 -07:00
git-revert.txt [PATCH] Random documentation fixes 2005-10-03 13:23:47 -07:00
git-send-email.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-send-pack.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-sh-setup.txt [PATCH] Random documentation fixes 2005-10-03 13:23:47 -07:00
git-shortlog.txt The synopsis of the manpages should use the hyphenated version 2005-10-10 16:01:32 -07:00
git-show-branch.txt show-branch: optionally use unique prefix as name. 2005-10-11 15:22:48 -07:00
git-show-index.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-ssh-fetch.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-ssh-upload.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-status.txt The synopsis of the manpages should use the hyphenated version 2005-10-10 16:01:32 -07:00
git-stripspace.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-svnimport.txt Merge branch 'svn' of http://netz.smurf.noris.de/git/git 2005-10-16 11:55:35 -07:00
git-symbolic-ref.txt Add missing documentation. 2005-10-04 17:04:03 -07:00
git-tag.txt Merge branch 'fixes' 2005-10-09 19:16:33 -07:00
git-tar-tree.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-unpack-file.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-unpack-objects.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-update-index.txt [PATCH] Random documentation fixes 2005-10-03 13:23:47 -07:00
git-update-ref.txt Add missing documentation. 2005-10-04 17:04:03 -07:00
git-update-server-info.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-upload-pack.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-var.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git-verify-pack.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
git-verify-tag.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
git-whatchanged.txt Merge branch 'fixes' 2005-10-16 12:23:59 -07:00
git-write-tree.txt Remove the version tags from the manpages 2005-10-10 14:49:52 -07:00
git.txt Add git-index-pack utility 2005-10-12 18:32:02 -07:00
gitk.txt [PATCH] Documentation: Update all files to use the new gitlink: macro 2005-09-20 15:07:52 -07:00
glossary.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
hooks.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
howto-index.sh Allow asciidoc formatted documentation in howto/ 2005-08-29 22:38:12 -07:00
install-webdoc.sh Ignore datestamp-only changes when installing webdoc. 2005-09-09 01:17:54 -07:00
Makefile make $prefix available for sub-makefiles 2005-10-08 15:54:37 -07:00
pack-protocol.txt [PATCH] Document two pack push-pull protocols. 2005-07-13 20:42:26 -07:00
pull-fetch-param.txt git-fetch/push/pull: documentation. 2005-10-19 21:25:39 -07:00
repository-layout.txt Convert usage of GIT and Git into git 2005-10-10 16:01:31 -07:00
sort_glossary.pl [PATCH] Add Makefile target glossary.html 2005-08-18 10:25:52 -07:00
SubmittingPatches Add Pine 4.63 help from Daniel. 2005-08-31 11:48:41 -07:00
tutorial.txt Merge branch 'fixes' 2005-10-15 11:19:09 -07:00