[PATCH 0/8] Make a couple of commands builtin

DORMANTno replies

3 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH 0/8] Make a couple of commands builtin

From: Lukas Sandström <hidden>
Date: 2016-06-15 22:42:29

This patchseries has the ultimate goal of making
git-am a builtin.

The version of git-am I'm sending out makes quite heavy
use of system(), but I think that can be worked around.
I just haven't figured out how, yet.

/Lukas

Re: [PATCH 0/8] Make a couple of commands builtin

From: Timo Hirvonen <hidden>
Date: 2016-06-15 22:42:29

Lukas Sandström [off-list ref] wrote:
This patchseries has the ultimate goal of making
git-am a builtin.

The version of git-am I'm sending out makes quite heavy
use of system(), but I think that can be worked around.
I just haven't figured out how, yet.
I don't think git-stripspace needs to be a built-in.  It doesn't even
depend on git.  It is just a tiny helper program used by git-am,
git-applymbox, git-commit and git-tag.  If all these commands are made
built-in then git-stripspace becomes useless.

-- 
http://onion.dynserv.net/~timo/

Re: [PATCH 0/8] Make a couple of commands builtin

From: Lukas Sandström <hidden>
Date: 2016-06-15 22:42:29

Timo Hirvonen wrote:
Lukas Sandström [off-list ref] wrote:
quoted
This patchseries has the ultimate goal of making
git-am a builtin.

The version of git-am I'm sending out makes quite heavy
use of system(), but I think that can be worked around.
I just haven't figured out how, yet.
I don't think git-stripspace needs to be a built-in.  It doesn't even
depend on git.  It is just a tiny helper program used by git-am,
git-applymbox, git-commit and git-tag.  If all these commands are made
built-in then git-stripspace becomes useless.
The reason I made it builtin was to de able to call it easily from git-am.

As you say, once all the users are builtin it could be removed, unless somone
is using it in their scripts.

/Lukas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help