Re: [PATCH 1/3] rebase -i: several cleanups

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Tuesday, June 26, 2007 - 6:57 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:


Yeah, but isn't that exactly why you have "-f" there?  On the
other hand, if $DOTEST exists but for some reason couldn't be
removed, we probably would want to know about it.

    $ rm -fr no-such
    $ mkdir no-such
    $ echo >no-such/file
    $ rm -fr no-such
    $ mkdir no-such
    $ echo >no-such/file
    $ chmod a-w no-such
    $ rm -fr no-such
    rm: cannot remove `no-such/file': Permission denied


-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] rebase -i: several cleanups, Johannes Schindelin, (Mon Jun 25, 10:56 am)
Re: [PATCH 1/3] rebase -i: several cleanups, Junio C Hamano, (Tue Jun 26, 6:09 pm)
Re: [PATCH 1/3] rebase -i: several cleanups, Johannes Schindelin, (Tue Jun 26, 6:17 pm)
Re: [PATCH 1/3] rebase -i: several cleanups, Junio C Hamano, (Tue Jun 26, 6:57 pm)
Re: [PATCH 1/3] rebase -i: several cleanups, Junio C Hamano, (Tue Jun 26, 7:00 pm)
Re: [PATCH 1/3] rebase -i: several cleanups, Johannes Schindelin, (Wed Jun 27, 3:33 am)