On Sat, Aug 21, 2010 at 8:11 AM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > On Fri, 20 Aug 2010, Nguyễn Thái Ngọc Duy wrote: > >> diff --git a/Documentation/fetch-options.txt >> b/Documentation/fetch-options.txt >> index 9333c42..a22d839 100644 >> --- a/Documentation/fetch-options.txt >> +++ b/Documentation/fetch-options.txt >> @@ -10,7 +10,8 @@ >> --depth=<depth>:: >> Deepen the history of a 'shallow' repository created by >> `git clone` with `--depth=<depth>` option (see linkgit:git-clone[1]) >> - by the specified number of commits. >> + by the specified number of commits. Specify "inf" for >> + infinite depth. > > It should probably be 'Specify 0 or "inf" for infinite (unlimited) depth', > which means making repository non-shallow. It would say "... which _may_ make the repository non-shallow". Or I have to redo the patch and make sure tags are fetched automatically too. Hmm.. >> ifndef::git-pull[] >> --dry-run:: >> diff --git a/Documentation/git-fetch-pack.txt >> b/Documentation/git-fetch-pack.txt >> index 4a8487c..75e4669 100644 >> --- a/Documentation/git-fetch-pack.txt >> +++ b/Documentation/git-fetch-pack.txt >> @@ -70,6 +70,7 @@ OPTIONS >> >> --depth=<n>:: >> Limit fetching to ancestor-chains not longer than n. >> + Specify 0 for infinite depth. > > Again '0 or "inf"'. OK. "inf" was intented for user pleasure, which was the reason I did not implement it in git-fetch-pack (a plumbing). But Jonathan was brave enough to make OPT_INT_INF, I'll rebase this series on that patch. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html