* [PATCH] One-Git Part 2 (Patch 2/3)
@ 2005-06-01 18:23 Jason McMullan
0 siblings, 0 replies; only message in thread
From: Jason McMullan @ 2005-06-01 18:23 UTC (permalink / raw)
To: git
Rename: git-whatchanged to git-whatchanged-script
Signed-off-by: Jason McMullan <jason.mcmullan@timesys.com>
diff --git a/Documentation/git-whatchanged-script.txt b/Documentation/git-whatchanged-script.txt
new file mode 100644
--- /dev/null
+++ b/Documentation/git-whatchanged-script.txt
@@ -0,0 +1,29 @@
+git-whatchanged(1)
+==================
+v0.1, May 2005
+
+NAME
+----
+git-whatchanged - Find out what changed
+
+
+SYNOPSIS
+--------
+'git-whatchanged'
+
+DESCRIPTION
+-----------
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/git-whatchanged b/git-whatchanged
deleted file mode 100755
--- a/git-whatchanged
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}
diff --git a/git-whatchanged-script b/git-whatchanged-script
new file mode 100755
--- /dev/null
+++ b/git-whatchanged-script
@@ -0,0 +1,2 @@
+#!/bin/sh
+git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}
======== end ========
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-01 18:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 18:23 [PATCH] One-Git Part 2 (Patch 2/3) Jason McMullan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).