Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- Date: Fri, 27 Jun 2008 00:24:46 -0400
- From: Jeff King <peff@xxxxxxxx>
- Subject: Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
On Thu, Jun 26, 2008 at 04:06:56PM -0700, Junio C Hamano wrote: > +if git-rev-parse --verify HEAD 2>/dev/null > +then > + against= > +else > + # Initial commit: diff against an empty tree object > + against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 > +fi Heh, I am happy that the virtual empty tree object is coming in handy again. >From quick review, the series looks good to me (and it was, btw, very easy to read -- I think that you, as somebody who reviews a lot of patches, have gotten very good at splitting up your own sensibly. :) ). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- References:
- [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Christian Holtje
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Alex Riesen
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Christian Holtje
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Junio C Hamano
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Christian Holtje
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Junio C Hamano
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Junio C Hamano
- Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- From: Junio C Hamano
- [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- Prev by Date: [PATCH 2/2] fetch: give a hint to the user when local refs fail to update
- Next by Date: Re: is rebase the same as merging every commit?
- Previous by thread: Re: [PATCH v2] pre-commit hook should ignore carriage returns at EOL
- Next by thread: [RFC] leaky()
- Index(es):