From a5772a670cc4ed2b00d4087adee82f8bcc6d159d Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 9 Nov 2011 20:13:19 -0800 Subject: [PATCH] Removed git-apply-branch just realized --squash is pretty much this --- Readme.md | 10 ---------- bin/git-apply-branch | 3 --- 2 files changed, 13 deletions(-) delete mode 100755 bin/git-apply-branch diff --git a/Readme.md b/Readme.md index 5e1802f..4983e96 100644 --- a/Readme.md +++ b/Readme.md @@ -126,16 +126,6 @@ of commits included in the commitish: $ git summary v42.. -## git-apply-branch <name> - - Applies the diff of the given branch `name`: - - $ git apply-branch mybranch - - Effectively a shortcut for: - - $ git diff ..mybranch | git apply - ## git-repl GIT read-eval-print-loop: diff --git a/bin/git-apply-branch b/bin/git-apply-branch deleted file mode 100755 index 8b43b19..0000000 --- a/bin/git-apply-branch +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -git diff ..$1 | git apply \ No newline at end of file