all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: bug-guix@gnu.org
Subject: My first patch...
Date: Tue, 11 Jun 2013 17:24:53 +0200	[thread overview]
Message-ID: <20919.16709.222672.122201@Konrad-Hinsens-MacBook-Pro.local> (raw)

[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 225 bytes --]

Here's my first patch for Guix - very minor, but better than nothing ;-)

Running "bootstrap" generates po/Makevars.template, which git then reminds me
off more often than I like to see. So I decide to silence git.

Konrad.


[-- Attachment #2: 0001-Ignore-po-Makevars.template.patch --]
[-- Type: application/octet-stream, Size: 528 bytes --]

From 947d9f7b816036fac16bf9e5cf318de30a3128b9 Mon Sep 17 00:00:00 2001
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
Date: Tue, 11 Jun 2013 17:17:26 +0200
Subject: [PATCH] Ignore /po/Makevars.template

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f2b1f1c..9ccddce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ config.cache
 /m4/progtest.m4
 /po/ChangeLog
 /po/Makefile.in.in
+/po/Makevars.template
 /po/POTFILES
 /po/Rules-quot
 /po/boldquot.sed
-- 
1.8.1.2


             reply	other threads:[~2013-06-11 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11 15:24 Konrad Hinsen [this message]
2013-06-11 22:37 ` My first patch Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20919.16709.222672.122201@Konrad-Hinsens-MacBook-Pro.local \
    --to=konrad.hinsen@fastmail.net \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.