[chirp_devel] [PATCH] Ignore .git directory (#2359)
25 Feb
2015
25 Feb
'15
9:50 a.m.
# HG changeset patch # User Zach Welch zach@mandolincreekfarm.com
Ignore .git directory (#2359)
diff --git a/.hgignore b/.hgignore index 4ba935a..4f64a15 100644 --- a/.hgignore +++ b/.hgignore @@ -4,4 +4,5 @@ .*.rej$ dist build/bdist -tests/logs/ \ No newline at end of file +tests/logs/ +.git/
1 Mar
1 Mar
2:48 p.m.
On 02/25/2015 09:50 AM, Zach Welch wrote:
# HG changeset patch # User Zach Welch zach@mandolincreekfarm.com
Ignore .git directory (#2359)
This patch can be dropped. I discovered an alternate solution: don't set the "intree" configuration property. If that's not set, hg-git puts the git tree inside the .hg directory, and hg status won't see it.
--
Zach Welch
Mandolin Creek Farm
www.mandolincreekfarm.com
farm: 541-453-4131
cell: 541-740-3410
3583
Age (days ago)
3587
Last active (days ago)
1 comments
1 participants
participants (1)
-
Zach Welch