Re: [PATCH] gitk-git/.gitignore: add rule for gitk-wish

2013-02-01 Thread Jonathan Nieder
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 artag...@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
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] gitk-git/.gitignore: add rule for gitk-wish

2013-02-01 Thread Junio C Hamano
Jonathan Nieder jrnie...@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 gits...@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

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] gitk-git/.gitignore: add rule for gitk-wish

2013-01-29 Thread Ramkumar Ramachandra
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 artag...@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 000..1dc38be
--- /dev/null
+++ b/gitk-git/.gitignore
@@ -0,0 +1 @@
+/gitk-wish
-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html