Re: [translations] updating an up-to-date file?!? |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Federico Bruni <fedelogy@xxxxxxxxx>
- Subject: Re: [translations] updating an up-to-date file?!?
- From: John Mandereau <john.mandereau@xxxxxxxxx>
- Date: Thu, 25 Nov 2010 10:41:24 +0100
- Cc: Francisco Vila <paconet.org@xxxxxxxxx>, Translations list at lilynet <translations@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=wF1eEBgdQmixKh2sJ9neLp5HAFtlIkGhE0yVvUfr6gg=; b=C8OpQyhyod9VONS9Vt1I869tzQ2kjW6QHSASMBRo+HuvZLpCMpS904uCEU1/kGPzZ4 tk44Ven/hoil6jD5bsM0Gt36ya7bP65QVMfivNa2gW7CNUdty6Tz/ys3tCUG2XLdw1pX Caie5P+lbHHiYBx82kXRU0KCln9HzeFHC7ZqA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=dbz4jQHxUQtB/2xC0AhM/8vWEE/wmbXsmzd7ibChD2VvbWGGOWt5Rty8FbmE2I6KAa DRIjZ7bY+DKFPs5kMXBGjF/MVJfRx3SlLzU2vIRLs9m/A22yFITrqKjGsW9xHp2imic6 UmOJ+2RXHhBz/hp8S//2C2+RtE46zR5JsZA5E=
Il giorno mer, 24/11/2010 alle 22.47 +0100, Federico Bruni ha scritto:
> Il giorno mer, 24/11/2010 alle 00.47 +0100, Francisco Vila ha scritto:
> > Yes, just rewrite the committish in your file with the first one in
> > the output from
> >
> > git log Documentation/learning/preface.itely
> >
>
> I thaught I should always use the committish provided by this command:
>
> git rev-list HEAD |head -1
>
>
> Why should I use the last committish of the original in this case?
Both committishes are equivalent when you do a diff to original file; a
crucial point is that you should preserve the commit you take the
committish from, i.e. you shouldn't change it by rebasing, otherwise it
will no longer possible to make a diff against it.
Best,
John