public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/python:master commit in: /
@ 2012-05-28 15:57 Kacper Kowalik
  0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik @ 2012-05-28 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3ecc00d785bf39634249b29005a53521315d68f2
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 15:56:56 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Mon May 28 15:56:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=3ecc00d7

Add stubs for README.md, README.html will be automatically generated via post-commit hook

---
 README.html |   12 ++++++++++++
 README.md   |   13 +++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/README.html b/README.html
new file mode 100644
index 0000000..634aa56
--- /dev/null
+++ b/README.html
@@ -0,0 +1,12 @@
+<h3>Configuring your <em>git clone</em> localy</h3>
+<p>Make sure that your <em>.git/config</em> has the following settings:</p>
+<pre><code>[remote "origin"]
+    fetch = +refs/heads/*:refs/remotes/origin/*
+    url = git+ssh://git@git.overlays.gentoo.org/proj/python.git
+    pushurl = git@github.com:gentoo/python.git
+    pushurl = git+ssh://git@git.overlays.gentoo.org/proj/python.git
+[remote "github"]
+    url = git@github.com:gentoo/python.git
+    fetch = +refs/heads/*:refs/remotes/github/*
+</code></pre>
+<p>You can pull/push to both repos at once using <em>--all</em> switch.</p>
\ No newline at end of file

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..163fdac
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+### Configuring your _git clone_ localy
+Make sure that your _.git/config_ has the following settings:
+
+    [remote "origin"]
+        fetch = +refs/heads/*:refs/remotes/origin/*
+        url = git+ssh://git@git.overlays.gentoo.org/proj/python.git
+        pushurl = git@github.com:gentoo/python.git
+        pushurl = git+ssh://git@git.overlays.gentoo.org/proj/python.git
+    [remote "github"]
+        url = git@github.com:gentoo/python.git
+        fetch = +refs/heads/*:refs/remotes/github/*
+
+You can pull/push to both repos at once using _--all_ switch.



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/python:master commit in: /
@ 2012-06-25 15:23 Ian Delaney
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney @ 2012-06-25 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4daa99d088f9566973c3cb49e757572bcd7ac142
Author:     Ian Delaney <della5 <AT> iinet <DOT> com <DOT> au>
AuthorDate: Mon Jun 25 11:14:05 2012 +0000
Commit:     Ian Delaney <della5 <AT> iinet <DOT> com <DOT> au>
CommitDate: Mon Jun 25 11:14:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=4daa99d0

Merge branch 'master' of https://github.com/gentoo/python


 dev-python/traits/Manifest            |    1 +
 dev-python/traits/metadata.xml        |   19 +++++++++
 dev-python/traits/traits-4.2.0.ebuild |   66 +++++++++++++++++++++++++++++++++
 3 files changed, 86 insertions(+), 0 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/python:master commit in: /
@ 2015-08-08 20:09 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2015-08-08 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5bb7cc6e2317c107c600023a9bfcc4e9a7e2689d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 20:01:59 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 20:02:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/python.git/commit/?id=5bb7cc6e

Remove duplicate README from version control

 README.html | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/README.html b/README.html
deleted file mode 100644
index 634aa56..0000000
--- a/README.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<h3>Configuring your <em>git clone</em> localy</h3>
-<p>Make sure that your <em>.git/config</em> has the following settings:</p>
-<pre><code>[remote "origin"]
-    fetch = +refs/heads/*:refs/remotes/origin/*
-    url = git+ssh://git@git.overlays.gentoo.org/proj/python.git
-    pushurl = git@github.com:gentoo/python.git
-    pushurl = git+ssh://git@git.overlays.gentoo.org/proj/python.git
-[remote "github"]
-    url = git@github.com:gentoo/python.git
-    fetch = +refs/heads/*:refs/remotes/github/*
-</code></pre>
-<p>You can pull/push to both repos at once using <em>--all</em> switch.</p>
\ No newline at end of file


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-08 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-08 20:09 [gentoo-commits] proj/python:master commit in: / Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2012-06-25 15:23 Ian Delaney
2012-05-28 15:57 Kacper Kowalik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox