Johannes Sixt writes:
> The patch below doesn't remove the bash dependency, yet, but it addresses
> the problematic mismatch you noticed without the need for $LF. Can you
> please queue it to move the topic forward?
I'll send three-patch series I have (including the two discussed in
the thread)
;;
> export)
> before=$(git for-each-ref --format='%(refname) %(objectname)')
>
> - git fast-import "${testgitmarks_args[@]}" --quiet
> + git fast-import \
> + ${testgitmarks:+"--imp
Felipe Contreras writes:
> No, it wouldn't, but I don't think there's any way to do \<\> or \b in globs.
This should do in the meantime, but it further needs:
- J6t's sign off for the follow-up part to remove remaining
bash-isms to complete this patch (the last part of the patch is
from
On Fri, Apr 26, 2013 at 5:25 PM, Junio C Hamano wrote:
> Felipe Contreras writes:
>
>> On Thu, Apr 25, 2013 at 12:56 AM, Johannes Sixt wrote:
>>> From: Johannes Sixt
>>>
>>> Bash on Windows does not implement process substitution.
>>
>> Nevermind, reporting all the refs creates a lot of irrelev
Felipe Contreras writes:
> On Thu, Apr 25, 2013 at 12:56 AM, Johannes Sixt wrote:
>> From: Johannes Sixt
>>
>> Bash on Windows does not implement process substitution.
>
> Nevermind, reporting all the refs creates a lot of irrelevant output,
> this version is fine.
When $before has this in it:
On Thu, Apr 25, 2013 at 12:56 AM, Johannes Sixt wrote:
> From: Johannes Sixt
>
> Bash on Windows does not implement process substitution.
Nevermind, reporting all the refs creates a lot of irrelevant output,
this version is fine.
Acknowledged-by: Felipe Contreras
--
Felipe Contreras
--
To un
On Thu, Apr 25, 2013 at 3:06 PM, Junio C Hamano wrote:
> Felipe Contreras writes:
>
>> On Thu, Apr 25, 2013 at 1:25 PM, Junio C Hamano wrote:
>>> Felipe Contreras writes:
>>>
>> ...
>> + git for-each-ref --format='%(refname) %(objectname)' |
>> + while read r
Felipe Contreras writes:
> On Thu, Apr 25, 2013 at 1:25 PM, Junio C Hamano wrote:
>> Felipe Contreras writes:
>>
> ...
> + git for-each-ref --format='%(refname) %(objectname)' |
> + while read ref a
> do
> - test $a =
On Thu, Apr 25, 2013 at 1:25 PM, Junio C Hamano wrote:
> Felipe Contreras writes:
>
...
+ git for-each-ref --format='%(refname) %(objectname)' |
+ while read ref a
do
- test $a == $b && continue
+
Felipe Contreras writes:
>>> ...
>>> + git for-each-ref --format='%(refname) %(objectname)' |
>>> + while read ref a
>>> do
>>> - test $a == $b && continue
>>> + case "$before" in
>>> + *"$ref $a"*)
On Thu, Apr 25, 2013 at 9:57 AM, Junio C Hamano wrote:
> Johannes Sixt writes:
>
>> From: Johannes Sixt
>>
>> Bash on Windows does not implement process substitution.
>>
>> Signed-off-by: Johannes Sixt
>> ---
>> ...
>> Here is a fix. It assumes that the list of refs after the import is
>> a sup
Johannes Sixt writes:
> From: Johannes Sixt
>
> Bash on Windows does not implement process substitution.
>
> Signed-off-by: Johannes Sixt
> ---
> ...
> Here is a fix. It assumes that the list of refs after the import is
> a superset of the refs before the import. (Can refs be deleted
> via fast
From: Johannes Sixt
Bash on Windows does not implement process substitution.
Signed-off-by: Johannes Sixt
---
Am 4/24/2013 10:30, schrieb Johannes Sixt:
> Am 4/24/2013 10:04, schrieb Felipe Contreras:
>> On Wed, Apr 24, 2013 at 2:57 AM, Johannes Sixt wrote:
>>> Am 4/23/2013 21:31, schrieb Juni
13 matches
Mail list logo