Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Git-CPAN-Patch CPAN distribution.

Report information
The Basics
Id: 43294
Status: resolved
Priority: 0/
Queue: Git-CPAN-Patch

People
Owner: yanick+cpan [...] babyl.dyndns.org
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: Slaven Rezic <slaven [...] rezic.de>
Subject: [PATCH] minor typo in Pod of git-cpan-squash
Date: Sat, 14 Feb 2009 23:41:58 +0100
To: bug-Git-CPAN-Patch [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
--- scripts/git-cpan-squash | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/git-cpan-squash b/scripts/git-cpan-squash index 2bd47bd..dab311b 100755 --- a/scripts/git-cpan-squash +++ b/scripts/git-cpan-squash @@ -56,7 +56,7 @@ git-cpan-squash - Combine multiple commits into one patch =head1 DESCRIPTION This command creates a new branch from C<cpan/master> runs -C<git merge --squish> against your head revision. This stages all the files for +C<git merge --squash> against your head revision. This stages all the files for the branch and allows you to create a combined commit in order to send a single patch easily. -- 1.6.1