Re: [translations] updating an up-to-date file?!? |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Francisco Vila <paconet.org@xxxxxxxxx>
- Subject: Re: [translations] updating an up-to-date file?!?
- From: Federico Bruni <fedelogy@xxxxxxxxx>
- Date: Wed, 24 Nov 2010 22:47:49 +0100
- Cc: 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=bUApawvJGo3X5zUG5aCPbZf5QvX7PMbXsbQFqFfOjZU=; b=wN68hMGB/R/kmTtUA9cqw20WxN+rgMYXrT6P3TW26Zq8PZKYzkLc9ARI3UAw1lqVGr yjcMwE8hZxRYb6devMwZlvn1PL0Q80QKdCapxvCXyn7G4fPeuPlWkFatcINK4FF5xWvE BnOBUahuipTFFRH8XEbLnV+YT4sTAXDedBXjw=
- 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=Ss5O+biOmGusBuYsYSGza5P8I+8vqp0ndw4QmEtWR3rClKdLJNuHIJC9QsG7J5mYl7 cQAY8LvA+djl76Jw81FHHkQ380mEkaVPbLYN47slW0/FWwrQhSWua80yhJugu2I3empg 104Caedg7OhIlwfpNA75hOxYqd4UW0iJhBpY0=
Il giorno mer, 24/11/2010 alle 00.47 +0100, Francisco Vila ha scritto:
> > How can I tell git that the translation is up-to-date? should I put
> the
> > new committish and include the file in the next patch? That's it?
>
> 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?