All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitk-git/.gitignore: add rule for gitk-wish
@ 2013-01-29 10:52 Ramkumar Ramachandra
  2013-02-01 23:52 ` Jonathan Nieder
  0 siblings, 1 reply; 3+ messages in thread
From: Ramkumar Ramachandra @ 2013-01-29 10:52 UTC (permalink / raw)
  To: Git List

8f26aa4 (Makefile: remove tracking of TCLTK_PATH, 2012-12-18) removed
"/gitk-git/gitk-wish" from the toplevel .gitignore, with the intent of
moving it to gitk-git/.gitignore in a later patch.  This was never
realized.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 Minor patch, so I didn't bother sending it through Paul.

 gitk-git/.gitignore |    1 +
 1 file changed, 1 insertion(+)
 create mode 100644 gitk-git/.gitignore

diff --git a/gitk-git/.gitignore b/gitk-git/.gitignore
new file mode 100644
index 0000000..1dc38be
--- /dev/null
+++ b/gitk-git/.gitignore
@@ -0,0 +1 @@
+/gitk-wish
-- 
1.7.10.4

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

* Re: [PATCH] gitk-git/.gitignore: add rule for gitk-wish
  2013-01-29 10:52 [PATCH] gitk-git/.gitignore: add rule for gitk-wish Ramkumar Ramachandra
@ 2013-02-01 23:52 ` Jonathan Nieder
  2013-02-02  0:33   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Nieder @ 2013-02-01 23:52 UTC (permalink / raw)
  To: Ramkumar Ramachandra
  Cc: Git List, Paul Mackerras, Christian Couder, Junio C Hamano

Hi Ram,

Ramkumar Ramachandra wrote:

> 8f26aa4 (Makefile: remove tracking of TCLTK_PATH, 2012-12-18) removed
> "/gitk-git/gitk-wish" from the toplevel .gitignore, with the intent of
> moving it to gitk-git/.gitignore in a later patch.  This was never
> realized.
>
> Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
> ---
>  Minor patch, so I didn't bother sending it through Paul.

All gitk patches go through Paul's repo.  I keep forgetting the
address, so I look it up each time.

	$ git log -1 --oneline gitk-git/
	9a6c84e Merge git://ozlabs.org/~paulus/gitk

Looks like this was fixed in the week since last pull.

	http://thread.gmane.org/gmane.comp.version-control.git/214312

Paul, would it be safe for Junio to pull again?

Thanks,
Jonathan

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

* Re: [PATCH] gitk-git/.gitignore: add rule for gitk-wish
  2013-02-01 23:52 ` Jonathan Nieder
@ 2013-02-02  0:33   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2013-02-02  0:33 UTC (permalink / raw)
  To: Jonathan Nieder
  Cc: Ramkumar Ramachandra, Git List, Paul Mackerras, Christian Couder

Jonathan Nieder <jrnieder@gmail.com> writes:

> Looks like this was fixed in the week since last pull.
>
> 	http://thread.gmane.org/gmane.comp.version-control.git/214312
>
> Paul, would it be safe for Junio to pull again?

Thanks.  I think I pulled a few days ago, and the result should have
already been propagated out.

    commit 9a6c84e6e9078b0ef4fd2c50b200e8552a28c6fa
    Merge: 070c57d a8b38d9
    Author: Junio C Hamano <gitster@pobox.com>
    Date:   Wed Jan 30 13:52:44 2013 -0800

        Merge git://ozlabs.org/~paulus/gitk

        * git://ozlabs.org/~paulus/gitk:
          gitk: Ignore gitk-wish buildproduct

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

end of thread, other threads:[~2013-02-02  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-29 10:52 [PATCH] gitk-git/.gitignore: add rule for gitk-wish Ramkumar Ramachandra
2013-02-01 23:52 ` Jonathan Nieder
2013-02-02  0:33   ` Junio C Hamano

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.