From torvalds@osdl.org Sun Nov 20 19:18:16 2005 Date: Sun, 20 Nov 2005 09:17:38 -0800 (PST) From: Linus Torvalds To: Junio C Hamano Cc: Christoph Hellwig , Paul Mackerras , linuxppc64-dev@ozlabs.org, Git Mailing List , Fredrik Kuivinen Message-ID: Subject: Re: [PATCH] merge-one-file: remove empty directories On Sat, 19 Nov 2005, Junio C Hamano wrote: > > [jc: We probably could use "rmdir -p", but for now we do that by > hand for portability.] Some googling seems to imply that "-p" is pretty much globally available. It's in POSIX.1, but more importantly, it seems to actually be actively used in BSD projects, and I found a man-page with copyright date in -92 (SCO of all places) which mentiones AT&T SVID2 - but not the more modern standards. Even VMS seems to have it (although if git is ever ported to VMS, I'll just have to shoot myself. I used VMS in -88, and the scars are _still_ fresh). Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html