Re: [PATCH v7 25/31] prune: strategies for linked checkouts

2014-07-19 Thread Duy Nguyen
On Sat, Jul 19, 2014 at 1:17 AM, Thomas Rast wrote: > I get this from t2026.2 under valgrind: > > ==21334== Conditional jump or move depends on uninitialised value(s) > ==21334==at 0x46D49B: prune_repos_dir (prune.c:182) > ==21334==by 0x46D8C0: cmd_prune (prune.c:252) > ==21334==

Re: [PATCH v7 25/31] prune: strategies for linked checkouts

2014-07-18 Thread Thomas Rast
Nguyễn Thái Ngọc Duy writes: > (alias R=$GIT_COMMON_DIR/repos/) > > - linked checkouts are supposed to keep its location in $R/gitdir up >to date. The use case is auto fixup after a manual checkout move. > > - linked checkouts are supposed to update mtime of $R/gitdir. If >$R/gitdir's m

[PATCH v7 25/31] prune: strategies for linked checkouts

2014-07-12 Thread Nguyễn Thái Ngọc Duy
(alias R=$GIT_COMMON_DIR/repos/) - linked checkouts are supposed to keep its location in $R/gitdir up to date. The use case is auto fixup after a manual checkout move. - linked checkouts are supposed to update mtime of $R/gitdir. If $R/gitdir's mtime is older than a limit, and it points t