Skip to content

Commit

Permalink
Added display messages to git scripts echoing what they do
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrady committed Jul 20, 2010
1 parent bdd5a90 commit 76ae56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions git-co
@@ -1,3 +1,4 @@
#!/bin/sh
# SVN-style checkout
echo git checkout $*
git checkout $*
1 change: 1 addition & 0 deletions git-history
@@ -1,2 +1,3 @@
#!/bin/sh
echo 'git rev-list HEAD -- $1 | while read commit; do clear; git diff $commit^..$commit $1; done'
git rev-list HEAD -- $1 | while read commit; do clear; git diff $commit^..$commit $1; done

0 comments on commit 76ae56e

Please sign in to comment.