[DRE-commits] [gist] 02/03: Update patch "rename"
zeha at debian.org
zeha at debian.org
Fri Aug 15 18:47:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository gist.
commit 7cfc4b615e43602cf3683e41b59169407e74dd0c
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Fri Aug 15 20:26:31 2014 +0200
Update patch "rename"
Git-Dch: ignore
---
debian/patches/rename | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
diff --git a/debian/patches/rename b/debian/patches/rename
index 7100336..de5fbc9 100644
--- a/debian/patches/rename
+++ b/debian/patches/rename
@@ -1,7 +1,7 @@
Index: gist/README.md
===================================================================
---- gist.orig/README.md 2013-12-02 23:52:32.283860933 +0100
-+++ gist/README.md 2013-12-02 23:52:32.279860969 +0100
+--- gist.orig/README.md
++++ gist/README.md
@@ -1,9 +1,9 @@
-gist(1) -- upload code to https://gist.github.com
-=================================================
@@ -15,7 +15,7 @@ Index: gist/README.md
upload content to https://gist.github.com/.
## Installation
-@@ -21,54 +21,54 @@ upload content to https://gist.github.co
+@@ -25,59 +25,59 @@ upload content to https://gist.github.co
To upload the contents of `a.rb` just:
@@ -64,12 +64,18 @@ Index: gist/README.md
- gist -e <a.rb
+ gist-paste -e <a.rb
--And you can just ask gist to open a browser window directly with `-o`.
-+And you can just ask gist-paste to open a browser window directly with `-o`.
+ And you can just ask gist to open a browser window directly with `-o`.
- gist -o <a.rb
+ gist-paste -o <a.rb
+ To list (public gists or all gists for authed user) gists for user
+
+- gist -l : all gists for authed user
+- gist -l defunkt : list defunkt's public gists
++ gist-paste -l : all gists for authed user
++ gist-paste -l defunkt : list defunkt's public gists
+
-See `gist --help` for more detail.
+See `gist-paste --help` for more detail.
@@ -85,7 +91,7 @@ Index: gist/README.md
Obtaining OAuth2 access_token from github.
GitHub username: ConradIrwin
GitHub password:
-@@ -92,7 +92,7 @@ you can save your Github Enterprise toke
+@@ -101,7 +101,7 @@ you can save your Github Enterprise toke
After you've done this, you can still upload gists anonymously with `-a`.
@@ -94,7 +100,7 @@ Index: gist/README.md
# Library
-@@ -127,22 +127,22 @@ in `~/.gist`, where it can later be read
+@@ -136,22 +136,22 @@ in `~/.gist`, where it can later be read
## GitHub enterprise
@@ -122,7 +128,7 @@ Index: gist/README.md
environment variable:
export BROWSER=google-chrome
-@@ -151,7 +151,7 @@ If clipboard or browser integration don'
+@@ -160,7 +160,7 @@ If clipboard or browser integration don'
(more ideally) a pull request.
If you need to use an HTTP proxy to access the internet, export the `HTTP_PROXY` or
@@ -133,8 +139,8 @@ Index: gist/README.md
Index: gist/Rakefile
===================================================================
---- gist.orig/Rakefile 2013-12-02 23:52:32.283860933 +0100
-+++ gist/Rakefile 2013-12-02 23:52:32.279860969 +0100
+--- gist.orig/Rakefile
++++ gist/Rakefile
@@ -14,7 +14,7 @@ task :man do
File.write "README.md.ron", File.read("README.md").gsub("\u200c", "* ")
sh 'ronn --roff --manual="Gist manual" README.md.ron'
@@ -146,8 +152,8 @@ Index: gist/Rakefile
task :standalone do
Index: gist/gist.gemspec
===================================================================
---- gist.orig/gist.gemspec 2013-12-02 23:52:32.283860933 +0100
-+++ gist/gist.gemspec 2013-12-02 23:52:32.279860969 +0100
+--- gist.orig/gist.gemspec
++++ gist/gist.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gist.git
More information about the Pkg-ruby-extras-commits
mailing list