Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Brown (fd402d8f62506061e93bb31dfb7bfc8c7eb349f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Brown (fd402d8f62506061e93bb31dfb7bfc8c7eb349f3)
  • Date: Thu, 16 Aug 2007 01:35:59 +0200


> optional_depends "openldap" \
> - "--enable-ldap" \
> - "--disable-ldap" \
> + "--enable-ldap" \
> + "--disable-ldap" \
> "LDAP support" &&

It was very strange, I was not able to find out the difference.
Colored Diffs (Thinderbird extension) also was not able to find out it.
Yea, there extra spaces "\ ". :-)

$ diff * | tr -s " " "."
24,25c24,25
<."--enable-ldap".\
<."--disable-ldap".\
---
>."--enable-ldap".\.
>."--disable-ldap".\.

Wondering if there is some option to show "white spaces" in git and in
our webgit
http://scmweb.sourcemage.org/gitweb.cgi?p=smgl/grimoire.git;a=commitdiff;h=fd402d8f62506061e93bb31dfb7bfc8c7eb349f3;hp=b6b98da81a9ffdd30b5e967c28bf6c3c6fac3fa0

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page