Re: What's cooking in git.git (Apr 2015, #04; Mon, 27)

2015-04-29 Thread Junio C Hamano
Koosha Khajehmoogahi  writes:

> Sorry for the delay. I will send a new reroll ASAP.

No rush.

I just wanted to make sure none of these is abandoned (and
drop any that is).

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Apr 2015, #04; Mon, 27)

2015-04-29 Thread Junio C Hamano
Paul Tan  writes:

> Hi Junio,
>
> On Thu, Apr 30, 2015 at 6:42 AM, Junio C Hamano  wrote:
>> Junio C Hamano  writes:
>>> * pt/xdg-config-path (2015-04-12) 7 commits
>>>  - path.c: remove home_config_paths()
>>>  - git-config: replace use of home_config_paths()
>>>  - git-commit: replace use of home_config_paths()
>>>  - credential-store.c: replace home_config_paths() with xdg_config_home()
>>>  - dir.c: replace home_config_paths() with xdg_config_home()
>>>  - attr.c: replace home_config_paths() with xdg_config_home()
>>>  - path.c: implement xdg_config_home()
>>>  (this branch uses pt/credential-xdg.)
>>>
>>>  Seen some discussions.
>>>  Waiting for a reroll ($gmane/267518).
>
> Only the first patch of the series needed changes, though I'm waiting
> for any final reviews. Do you need me to resend the other patches?

I'd prefer the final submission to be a full series to avoid
mistakes on my end.

Just to be sure, there is no rush.  I just wanted to make sure none
of these is abandoned (and drop any that is).

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Apr 2015, #04; Mon, 27)

2015-04-29 Thread Jeff King
On Wed, Apr 29, 2015 at 03:42:57PM -0700, Junio C Hamano wrote:

> > * jk/at-push-sha1 (2015-03-31) 6 commits
> >  - sha1_name: implement @{push} shorthand
> >  - sha1_name: refactor upstream_mark
> >  - remote.c: provide per-branch pushremote name
> >  - remote.c: hoist branch.*.remote lookup out of remote_get_1
> >  - remote.c: drop "remote" pointer from "struct branch"
> >  - remote.c: drop default_remote_name variable
> >
> >  Introduce @{push} short-hand to denote the remote-tracking
> >  branch that tracks the branch at the remote the  would be
> >  pushed to.
> >
> >  Waiting for a reroll ($gmane/266573).

I re-rolled this and _almost_ sent it out last week. But I noticed that
it gives us only "git rev-parse foo@{push}" and not "git for-each-ref
--format=%(push)" (whereas we have "upstream" for both versions). For
"upstream", computing the answer is simple enough that the tiny bit of
logic is largely duplicated in the two spots. For @{push}, that would be
a bad idea. So I started refactoring the final patch to use the same
logic in both spots, but didn't finish.

I can send the intermediate version (i.e., the re-roll with a few minor
fixups based on list comments), and we can build the other on top, but I
don't think there's any rush, and it can wait for the refactor (which
shouldn't be _too_ bad, I don't think).

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Apr 2015, #04; Mon, 27)

2015-04-29 Thread Paul Tan
Hi Junio,

On Thu, Apr 30, 2015 at 6:42 AM, Junio C Hamano  wrote:
> Junio C Hamano  writes:
>> * pt/xdg-config-path (2015-04-12) 7 commits
>>  - path.c: remove home_config_paths()
>>  - git-config: replace use of home_config_paths()
>>  - git-commit: replace use of home_config_paths()
>>  - credential-store.c: replace home_config_paths() with xdg_config_home()
>>  - dir.c: replace home_config_paths() with xdg_config_home()
>>  - attr.c: replace home_config_paths() with xdg_config_home()
>>  - path.c: implement xdg_config_home()
>>  (this branch uses pt/credential-xdg.)
>>
>>  Seen some discussions.
>>  Waiting for a reroll ($gmane/267518).

Only the first patch of the series needed changes, though I'm waiting
for any final reviews. Do you need me to resend the other patches?

Thanks,
Paul
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html