summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Anderson <ryan@michonline.com>2005-07-26 07:30:36 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-07-27 18:53:47 (GMT)
commitab421d2c7886341c246544bc8dea43c66a44d909 (patch)
tree8926da43833672a1aadaa5ff2c00fff9073bf35d /Makefile
parentb55db7ba283c1f7d2ff3cbc7e351d3ae504c9b1d (diff)
downloadgit-ab421d2c7886341c246544bc8dea43c66a44d909.zip
git-ab421d2c7886341c246544bc8dea43c66a44d909.tar.gz
git-ab421d2c7886341c246544bc8dea43c66a44d909.tar.bz2
[PATCH] Add git-request-pull-script, a short script that generates a summary of pending changes
A short message requesting a pull from the repository is also included. Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4518df..f50ad72 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
gitk git-cherry git-rebase-script git-relink-script git-repack-script \
git-format-patch-script git-sh-setup-script git-push-script \
git-branch-script git-parse-remote git-verify-tag-script \
- git-ls-remote-script git-clone-dumb-http git-rename-script
+ git-ls-remote-script git-clone-dumb-http git-rename-script \
+ git-request-pull-script
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \