Re: [PATCH] Make 'git submodule update --force' always check out submodules.

2012-08-23 Thread Jens Lehmann
Am 23.08.2012 03:43, schrieb Junio C Hamano: > Stefan Zager writes: > >> Currently, it will only do a checkout if the sha1 registered in the >> containing >> repository doesn't match the HEAD of the submodule, regardless of whether the >> submodule is dirty. As discussed on the mailing list, th

Re: [PATCH] Make 'git submodule update --force' always check out submodules.

2012-08-22 Thread Junio C Hamano
Stefan Zager writes: > Currently, it will only do a checkout if the sha1 registered in the containing > repository doesn't match the HEAD of the submodule, regardless of whether the > submodule is dirty. As discussed on the mailing list, the '--force' flag is a > strong indicator that the state

[PATCH] Make 'git submodule update --force' always check out submodules.

2012-08-22 Thread Stefan Zager
Currently, it will only do a checkout if the sha1 registered in the containing repository doesn't match the HEAD of the submodule, regardless of whether the submodule is dirty. As discussed on the mailing list, the '--force' flag is a strong indicator that the state of the submodule is suspect, an

Re: [PATCH] Make 'git submodule update --force' always check out submodules.

2012-08-16 Thread Junio C Hamano
Jens Lehmann writes: > Am 25.07.2012 20:44, schrieb Junio C Hamano: >> Stefan Zager writes: >> >>> Currently, it will only do a checkout if the sha1 registered in the >>> containing >>> repository doesn't match the HEAD of the submodule, regardless of whether >>> the >>> submodule is dirty.

Re: [PATCH] Make 'git submodule update --force' always check out submodules.

2012-07-25 Thread Junio C Hamano
Jens Lehmann writes: > Am 25.07.2012 20:44, schrieb Junio C Hamano: >> Stefan Zager writes: >> >>> Currently, it will only do a checkout if the sha1 registered in the >>> containing >>> repository doesn't match the HEAD of the submodule, regardless of whether >>> the >>> submodule is dirty.

Re: [PATCH] Make 'git submodule update --force' always check out submodules.

2012-07-25 Thread Jens Lehmann
Am 25.07.2012 20:44, schrieb Junio C Hamano: > Stefan Zager writes: > >> Currently, it will only do a checkout if the sha1 registered in the >> containing >> repository doesn't match the HEAD of the submodule, regardless of whether the >> submodule is dirty. As discussed on the mailing list, th

Re: [PATCH] Make 'git submodule update --force' always check out submodules.

2012-07-25 Thread Junio C Hamano
Stefan Zager writes: > Currently, it will only do a checkout if the sha1 registered in the containing > repository doesn't match the HEAD of the submodule, regardless of whether the > submodule is dirty. As discussed on the mailing list, the '--force' flag is a > strong indicator that the state

[PATCH] Make 'git submodule update --force' always check out submodules.

2012-07-25 Thread Stefan Zager
Currently, it will only do a checkout if the sha1 registered in the containing repository doesn't match the HEAD of the submodule, regardless of whether the submodule is dirty. As discussed on the mailing list, the '--force' flag is a strong indicator that the state of the submodule is suspect, an