Refactored merge options into separate merge-options.txt.
authorJon Loeliger <jdl@freescale.com>
Mon, 7 Nov 2005 05:30:56 +0000 (23:30 -0600)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 Nov 2005 07:32:04 +0000 (23:32 -0800)
commit93d69d86912c44206543f6670e93f9fc6f2f859f
tree0ad7728ed8054bfbcaa42960a7e9a90532d89f18
parent90279074ca5cc336a8bfffd47d19d089b291b432
Refactored merge options into separate merge-options.txt.

Refactored fetch options into separate fetch-options.txt.
Made git-merge use merge-options.
Made git-fetch use fetch-options.
Made git-pull use merge-options and fetch-options.
Added --help option to git-pull and git-format-patch scripts.
Rewrote Documentation/Makefile to dynamically determine
include dependencies.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile
Documentation/fetch-options.txt [new file with mode: 0644]
Documentation/git-fetch.txt
Documentation/git-merge.txt
Documentation/git-pull.txt
Documentation/merge-options.txt [new file with mode: 0644]
Documentation/merge-pull-opts.txt [deleted file]
git-format-patch.sh
git-pull.sh [changed mode: 0755->0644]