unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* My first patch...
@ 2013-06-11 15:24 Konrad Hinsen
  2013-06-11 22:37 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2013-06-11 15:24 UTC (permalink / raw)
  To: bug-guix

[-- 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


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

* Re: My first patch...
  2013-06-11 15:24 My first patch Konrad Hinsen
@ 2013-06-11 22:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2013-06-11 22:37 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: bug-guix

Applied, thanks!  :-)

Ludo’.

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

end of thread, other threads:[~2013-06-11 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 15:24 My first patch Konrad Hinsen
2013-06-11 22:37 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).