public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] update .gitignore file
@ 2012-11-17 16:31 Luka Perkov
  2012-11-17 17:30 ` Albert ARIBAUD
  0 siblings, 1 reply; 6+ messages in thread
From: Luka Perkov @ 2012-11-17 16:31 UTC (permalink / raw)
  To: u-boot

u-boot.lst is located in include directory. Update .gitignore file
accordingly.

Signed-off-by: Luka Perkov <luka@openwrt.org>
---

For more information look at git commit 97b24d3.

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1ac43f2..a163728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,12 +38,12 @@
 /u-boot.sha1
 /u-boot.dis
 /u-boot.lds
-/u-boot.lst
 /u-boot.ubl
 /u-boot.ais
 /u-boot.dtb
 /u-boot.sb
 /u-boot.geany
+/include/u-boot.lst
 
 #
 # Generated files

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] update .gitignore file
  2012-11-17 16:31 [U-Boot] [PATCH] update .gitignore file Luka Perkov
@ 2012-11-17 17:30 ` Albert ARIBAUD
  2012-11-17 17:31   ` Albert ARIBAUD
  0 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2012-11-17 17:30 UTC (permalink / raw)
  To: u-boot

Hi Luka,

On Sat, 17 Nov 2012 17:31:10 +0100, Luka Perkov <luka@openwrt.org>
wrote:

> u-boot.lst is located in include directory. Update .gitignore file
> accordingly.

Could you pleasse post a V2 with the commit summary / subject changed
from 'update .gitignore file' into the more informative 'add
include/u-boot.lst to .gitignore'? This way, a simple look at the
summary is anough to know what the commit does.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] update .gitignore file
  2012-11-17 17:30 ` Albert ARIBAUD
@ 2012-11-17 17:31   ` Albert ARIBAUD
  2012-11-17 18:27     ` Luka Perkov
  0 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2012-11-17 17:31 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Sat, 17 Nov 2012 18:30:03 +0100, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> Hi Luka,
> 
> On Sat, 17 Nov 2012 17:31:10 +0100, Luka Perkov <luka@openwrt.org>
> wrote:
> 
> > u-boot.lst is located in include directory. Update .gitignore file
> > accordingly.
> 
> Could you pleasse post a V2 with the commit summary / subject changed
> from 'update .gitignore file' into the more informative 'add
> include/u-boot.lst to .gitignore'? This way, a simple look at the
> summary is anough to know what the commit does.

s/pleasse/please/
s/anough/enough/

Apologies for the typos.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] update .gitignore file
  2012-11-17 17:31   ` Albert ARIBAUD
@ 2012-11-17 18:27     ` Luka Perkov
  2012-11-17 20:20       ` Albert ARIBAUD
  2012-11-17 23:37       ` Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: Luka Perkov @ 2012-11-17 18:27 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Sat, Nov 17, 2012 at 06:31:01PM +0100, Albert ARIBAUD wrote:
> Hi Albert,

Is there some kind of macro that u-boot developers use when they reply
to emails ? It's strange to see someone greeting himself :)

> On Sat, 17 Nov 2012 18:30:03 +0100, Albert ARIBAUD
> > > u-boot.lst is located in include directory. Update .gitignore file
> > > accordingly.
> > 
> > Could you pleasse post a V2 with the commit summary / subject changed
> > from 'update .gitignore file' into the more informative 'add
> > include/u-boot.lst to .gitignore'? This way, a simple look at the
> > summary is anough to know what the commit does.

Sure. I just did.
 
Regards,
Luka

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] update .gitignore file
  2012-11-17 18:27     ` Luka Perkov
@ 2012-11-17 20:20       ` Albert ARIBAUD
  2012-11-17 23:37       ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Albert ARIBAUD @ 2012-11-17 20:20 UTC (permalink / raw)
  To: u-boot

Hi Luka,

On Sat, 17 Nov 2012 19:27:23 +0100, Luka Perkov <luka@openwrt.org>
wrote:

> Hi Albert,
> 
> On Sat, Nov 17, 2012 at 06:31:01PM +0100, Albert ARIBAUD wrote:
> > Hi Albert,
> 
> Is there some kind of macro that u-boot developers use when they reply
> to emails ? It's strange to see someone greeting himself :)

:)

It's not a general case AFAIK, and certainly not a requirement, but
some U-Boot people use templates and I suspect some also have scripts
to automate administrative e.g. when applying a patch to their repo.

Personally, I use Claws Mail templates for replying in general, and
specific models for applying a patch / pull request to my branches.

> > On Sat, 17 Nov 2012 18:30:03 +0100, Albert ARIBAUD
> > > > u-boot.lst is located in include directory. Update .gitignore file
> > > > accordingly.
> > > 
> > > Could you pleasse post a V2 with the commit summary / subject changed
> > > from 'update .gitignore file' into the more informative 'add
> > > include/u-boot.lst to .gitignore'? This way, a simple look at the
> > > summary is anough to know what the commit does.
> 
> Sure. I just did.

Thanks!

> Regards,
> Luka

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] update .gitignore file
  2012-11-17 18:27     ` Luka Perkov
  2012-11-17 20:20       ` Albert ARIBAUD
@ 2012-11-17 23:37       ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2012-11-17 23:37 UTC (permalink / raw)
  To: u-boot

Dear Luka,

In message <20121117182723.GA26030@w500.zg.iskon.hr> you wrote:
> 
> Is there some kind of macro that u-boot developers use when they reply
> to emails ? It's strange to see someone greeting himself :)

This depends on your MUA - for example, I'm using nmh / exmh, and my
"replcomps" has "Dear %(decode(friendly {from}))," - which will make
no distinction between addresses.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Insults are effective only where emotion is present.
	-- Spock, "Who Mourns for Adonais?"  stardate 3468.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-17 23:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-17 16:31 [U-Boot] [PATCH] update .gitignore file Luka Perkov
2012-11-17 17:30 ` Albert ARIBAUD
2012-11-17 17:31   ` Albert ARIBAUD
2012-11-17 18:27     ` Luka Perkov
2012-11-17 20:20       ` Albert ARIBAUD
2012-11-17 23:37       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox