git repository modified after migration

2015-12-25 Thread Yang Yu
I migrated a 11G git repository converted from svn on a host with Debian 8.2, reiserfs, git 2.1.4 to a host with Ubuntu 12.04.5 LTS, xfs, git 2.6.4. After the migration, `git status` showing a good amount of files modified. I did the transfer with 1) `rsync -azP`, after noticing the modified files

Re: [PATCH v2] l10n: de.po: translate 68 new messages

2015-12-25 Thread Ralf Thielow
Am 25. Dezember 2015 um 20:38 schrieb Ralf Thielow : > msgid "format: %%(end) atom used without corresponding atom" > -msgstr "" > +msgstr "format: %%(end) Atom ohne zugehöriges Atom verwendet" > Oops. Will change "format" to "Format" without sending a new version just for this. -- To unsubscribe

[PATCH v2] l10n: de.po: translate 68 new messages

2015-12-25 Thread Ralf Thielow
Translate 68 new messages came from git.pot update in f4f2c8f (l10n: git.pot: v2.7.0 round 1 (66 new, 29 removed)) and 2c0ca05 (l10n: git.pot: v2.7.0 round 2 (2 new, 2 removed)). Signed-off-by: Ralf Thielow --- 2015-12-25 20:13 GMT+01:00 Phillip Sz : > Hi, > > Just some comments, the rest looks f

Re: [PATCH] l10n: de.po: translate 68 new messages

2015-12-25 Thread Phillip Sz
Hi, Just some comments, the rest looks fine. > #: ref-filter.c:893 > #, c-format > msgid "improper format entered align:%s" > -msgstr "" > +msgstr "Ungültiges Format eingegeben align:%s" > Maybe: "Sie haben ein ungültiges Format eingegeben align:%s" However, I don't know if that's too long

Re: [PATCH v2 11/11] ref-filter: introduce objectname_atom_parser()

2015-12-25 Thread Karthik Nayak
On Fri, Dec 25, 2015 at 11:39 PM, Eric Sunshine wrote: > On Fri, Dec 25, 2015 at 8:44 AM, Karthik Nayak wrote: >> On Fri, Dec 18, 2015 at 11:54 AM, Eric Sunshine >> wrote: >>> On Wed, Dec 16, 2015 at 10:30 AM, Karthik Nayak >>> wrote: +static void objectname_atom_parser(struct used_atom

Re: [PATCH v2 11/11] ref-filter: introduce objectname_atom_parser()

2015-12-25 Thread Eric Sunshine
On Fri, Dec 25, 2015 at 8:44 AM, Karthik Nayak wrote: > On Fri, Dec 18, 2015 at 11:54 AM, Eric Sunshine > wrote: >> On Wed, Dec 16, 2015 at 10:30 AM, Karthik Nayak >> wrote: >>> +static void objectname_atom_parser(struct used_atom *atom) >>> +{ >>> + const char * buf; >>> + >>> + i

Re: [PATCH v2 11/11] ref-filter: introduce objectname_atom_parser()

2015-12-25 Thread Karthik Nayak
On Fri, Dec 18, 2015 at 11:54 AM, Eric Sunshine wrote: > On Wed, Dec 16, 2015 at 10:30 AM, Karthik Nayak wrote: >> Introduce objectname_atom_parser() which will parse the >> '%(objectname)' atom and store information into the 'used_atom' >> structure based on the modifiers used along with the ato