Cc mentors?
I hope that it could be also used by git-cherry-pick and git-revert,
so it would be possible to pick more than one commit...
Does it run pre-commit hooks, for example checking for merge markers
(but also whitespace errors), and can those checks be disabled?
s/.$/ is in the TODO file./
Does it mean that editor will be invoked with only _unprocessed_
part of the TODO file? It looks like it, but it might be not
obvious to some.
Nice.
"HEAD" mean last picked up / created commit, isn't it?
"You can refer to commit by mark", perhaps?
Is it short for `--standard-message`?
Why? I would have thought that it would work...
[...]
Do all options make sense? What about `--index' and `--cached',
or about different no-apply options?
So this functions like "git reset --soft <ref>", isn't it?
Can you use <commit> instead of <mark> here?
How do you squash merges? Creating merge with an union of parents,
excluding commits which got squashed?
It means
...a---b---c---d ...[abcd]
/ ==> /
...x-/ ..x-/
but
...a---b---c---d ...[abcd]
\ / ==>
\-x-/
Don't you enumerate those return values?
--
Jakub Narebski
Poland
ShadeHawk on #git
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html