[PATCH] git-pasky: Add .gitrc directory to allow command defaults like with .cvsrc

2005-04-22 Thread Fabian Franz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

one thing I liked about CVS was its way to configure default parameters for 
commands.

And as I really like the colored log output, I wanted it as default.

While .cvsrc parsing would be quite expensive, using a directory + files 
should be fairly cheap and result just in one additional stat-call.

So I added -c to ~/.gitrc/log and some code to parse this.

Index: git
===
- --- 0a9ee5a4d947b998a7ce489242800b39f985/git  (mode:100755 
sha1:39969debd59ed51c57973c819cdcc3ca8a7da819)
+++ uncommitted/git  (mode:100755)
@@ -67,6 +67,7 @@
exit 1
 fi

+[ -e $HOME/.gitrc/$cmd ]  set -- $(cat $HOME/.gitrc/$cmd) $@

 case $cmd in
 add)gitadd.sh $@;;

cu

Fabian

PS: Should the commandline parsing be cleaned up or do you want to do that 
after first release of cogito? And if yes, do you want to use getopts or 
would this be not supported on some systems?

PPS: I'm fairly new to git, how do I create a diff with the signed-by fields 
and with what do I need to sign it?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCaSZDI0lSH7CXz7MRAoq8AJwM2lxPfl0ej32WU7q6bh6WIq5+EACgghGn
mvJzbvg6/bxWLFKfsP1ZEeI=
=03wm
-END PGP SIGNATURE-

-
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Pasky problem with 'git init URL'

2005-04-21 Thread Fabian Franz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Donnerstag, 21. April 2005 23:15 schrieb John Stoffel:
  Petr == Petr Baudis [EMAIL PROTECTED] writes:

 Petr Perhaps it would be useful to have some command classes (with at
 least Petr cg-*-(add|ls|rm)), like:

 Petr cg-branch-ls
 Petr cg-remote-rm
 Petr cg-tag-add

 Just speaking of consistency, can we make it so that all the commands
 are just variations with out the damm dashes in them?  

I think the dashes are especially useful, because of tab-completion.

   git objecttype command args [obj ...]


I think thats exactly like above:

cg-objtype-command

cu

Fabian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCaCHbI0lSH7CXz7MRAuSXAJ40v4yNgS13BIExfYTwPv8zbj2HcACdG7G6
YiLFD8u8Guh3xppaa14uD+I=
=dkN/
-END PGP SIGNATURE-

-
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html