Stefan Moch writes:
> Are such redundant checks in general a pattern worth searching
> for and cleaning up globally? Or is this rather in the category
> of cleaning up only when noticed?
A clean-up patch that is otherwise a no-op is still welcome as it
will improve the health of the codebase, bu
* Junio C Hamano [2018-02-07T11:49:39-0800]:
> Stefan Moch writes:
>
> > * Jonathan Nieder [2017-12-15T17:31:30-0800]:
> >> This sounds like a reasonable thing to add. See builtin/mv.c for
> >> how "git mv" works if you're looking for inspiration.
> >>
> >> cmd_mv in that file looks rather
On Wed, Feb 7, 2018 at 11:49 AM, Junio C Hamano wrote:
> Stefan Moch writes:
>
>> * Jonathan Nieder [2017-12-15T17:31:30-0800]:
>>> This sounds like a reasonable thing to add. See builtin/mv.c for how
>>> "git mv" works if you're looking for inspiration.
>>>
>>> cmd_mv in that file looks rather
Stefan Moch writes:
> * Jonathan Nieder [2017-12-15T17:31:30-0800]:
>> This sounds like a reasonable thing to add. See builtin/mv.c for how
>> "git mv" works if you're looking for inspiration.
>>
>> cmd_mv in that file looks rather long, so I'd also be happy if someone
>> interested refactors
* Jonathan Nieder [2017-12-15T17:31:30-0800]:
> This sounds like a reasonable thing to add. See builtin/mv.c for how
> "git mv" works if you're looking for inspiration.
>
> cmd_mv in that file looks rather long, so I'd also be happy if someone
> interested refactors to break it into multiple sel
Hi Simon,
On 12/12/2017 11:53, Simon Doodkin wrote:
>
> please develop a new feature, git "cp" like there is git mv
> tomovefile1 tofile2 (to save space).
>
> there is a solution in https://stackoverflow.com/a/44036771/466363
> however, it is not single easy command.
While having `git cp` alon
Hi Simon,
Simon Doodkin wrote:
> please develop a new feature, git "cp" like there is git mv tomovefile1
> tofile2
> (to save space).
>
> there is a solution in https://stackoverflow.com/a/44036771/466363
> however, it is not single easy command.
This sounds like a reasonable thing to add. See
-Original Message-
On December 13, 2017 11:40 AM Johannes Schindelin wrote:
>On Tue, 12 Dec 2017, Simon Doodkin wrote:
>> please develop a new feature, git "cp" like there is git mv
>> tomovefile1 tofile2 (to save space).
>> there is a solution in https://stackoverflow.com/a/44036771/46636
Hi Simon,
On Tue, 12 Dec 2017, Simon Doodkin wrote:
> please develop a new feature, git "cp" like there is git mv tomovefile1
> tofile2 (to save space).
>
> there is a solution in https://stackoverflow.com/a/44036771/466363
> however, it is not single easy command.
This is not how this project
please develop a new feature, git "cp" like there is git mv tomovefile1 tofile2
(to save space).
there is a solution in https://stackoverflow.com/a/44036771/466363
however, it is not single easy command.
10 matches
Mail list logo