[DRE-commits] [ruby-gollum-rugged-adapter] 03/04: Remove already applied patch
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Apr 13 04:36:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-gollum-rugged-adapter.
commit 7dd60378db4156dea6aa310fed42a9d7556a3443
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Apr 13 10:05:26 2016 +0530
Remove already applied patch
---
debian/patches/author-is-committer.patch | 21 ---------------------
debian/patches/series | 2 --
2 files changed, 23 deletions(-)
diff --git a/debian/patches/author-is-committer.patch b/debian/patches/author-is-committer.patch
deleted file mode 100644
index 5c7d181..0000000
--- a/debian/patches/author-is-committer.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 10b6da7d175b78a89436400ffd3526e3a4a0e382 Mon Sep 17 00:00:00 2001
-From: Jean Hominal <jhominal at gmail.com>
-Date: Mon, 9 Nov 2015 08:22:12 +0100
-Subject: [PATCH] Set committer to the same actor as author. Resolves #11.
-
----
- lib/rugged_adapter/git_layer_rugged.rb | 1 +
- 1 file changed, 1 insertion(+)
-
-Index: ruby-gollum-rugged-adapter/lib/rugged_adapter/git_layer_rugged.rb
-===================================================================
---- ruby-gollum-rugged-adapter.orig/lib/rugged_adapter/git_layer_rugged.rb
-+++ ruby-gollum-rugged-adapter/lib/rugged_adapter/git_layer_rugged.rb
-@@ -452,6 +452,7 @@ module Gollum
- actor = Gollum::Git::Actor.default_actor if actor.nil?
- commit_options[:tree] = @index.write_tree
- commit_options[:author] = actor.to_h
-+ commit_options[:committer] = actor.to_h
- commit_options[:message] = message.to_s
- commit_options[:parents] = parents
- commit_options[:update_ref] = head
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 06aaa12..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-relax-rugged.patch
-author-is-committer.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gollum-rugged-adapter.git
More information about the Pkg-ruby-extras-commits
mailing list