Re: git revert (Re: pci_update_resource() getting called on sparc64)

2005-08-08 Thread Junio C Hamano
Linus Torvalds [EMAIL PROTECTED] writes: On Mon, 8 Aug 2005, Junio C Hamano wrote: Totally untested. I acquired your habit of coding in my e-mail client ;-). Looks good. Although I also have this advanced testing habit of just reading the email and if it looks sane it tested out ok ;)

git-commit-script, was Re: git revert (Re: pci_update_resource() getting called on sparc64)

2005-08-08 Thread Johannes Schindelin
Hi, On Mon, 8 Aug 2005, Junio C Hamano wrote: * git commit does not take commit message from stdin. I think we should do something like this: [...] And could we rename the *-m* flag at the same time? Because I often catch myself typing git commit -m Some_commit_message Ciao,

Re: git revert (Re: pci_update_resource() getting called on sparc64)

2005-08-08 Thread Junio C Hamano
Linus Torvalds [EMAIL PROTECTED] writes: Or if you want to be more CVS-like, use -F, and accept - for stdin? Yes my vote goes: -m message -c from this commit, literally. -C from this commit, but let me edit the log further. -F from this file. -F - stdin

Re: git-commit-script, was Re: git revert (Re: pci_update_resource() getting called on sparc64)

2005-08-08 Thread Junio C Hamano
Linus Torvalds [EMAIL PROTECTED] writes: Most of us don't use 300bps terminals any more, so typing a few extra characters is probably ok. Again you are right. - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: git revert (Re: pci_update_resource() getting called on sparc64)

2005-08-08 Thread Johannes Schindelin
Hi, On Mon, 8 Aug 2005, Junio C Hamano wrote: Linus Torvalds [EMAIL PROTECTED] writes: Or if you want to be more CVS-like, use -F, and accept - for stdin? Yes my vote goes: -m message -c from this commit, literally. -C from this commit, but let me edit the log

Re: git revert (Re: pci_update_resource() getting called on sparc64)

2005-08-08 Thread Johannes Schindelin
[PATCH] Adapt git-cherry and git-rebase-script to latest changes of git commit Teach git-cherry and git-rebase-script to use the -c option, since -m means something different to git-commit-script now. Signed-off-by: Johannes Schindelin [EMAIL PROTECTED] --- git-cherry|2 +-