Am 12.08.2015 um 00:14 schrieb Junio C Hamano:
Now, I am wondering if it makes sense to do these two things:
* Teach revision.c::read_revisions_from_stdin() to use
strbuf_getline() instead of strbuf_getwholeline().
* Teach strbuf_getline() to remove CR at the end when stripping the
Junio C Hamano writes:
> Johannes Sixt writes:
>
>> On Windows, 'git rebase -i' with rebase.missingCommitsCheck set to
>> warn or error reports:
>>
>>Dropped commits (newer to older):
>>'atal: bad revision '410dee56...
>>
>> The error comes from the git rev-list --stdin invocation in
>>
Johannes Sixt writes:
> On Windows, 'git rebase -i' with rebase.missingCommitsCheck set to
> warn or error reports:
>
>Dropped commits (newer to older):
>'atal: bad revision '410dee56...
>
> The error comes from the git rev-list --stdin invocation in
> git-rebase--interactive.sh (function
On Windows, 'git rebase -i' with rebase.missingCommitsCheck set to
warn or error reports:
Dropped commits (newer to older):
'atal: bad revision '410dee56...
The error comes from the git rev-list --stdin invocation in
git-rebase--interactive.sh (function check_todo_list). It is caused by
CRs
4 matches
Mail list logo