[PATCH v6 0/3]

2015-05-12 Thread dturner
This re-roll fixes a couple more issues found by Johannes Sixt: use of a size_t instead of an unsigned long, and a broken -chain. -- 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

git p4 clone - HEAD + partial history

2015-05-12 Thread FusionX86
Hello, I'm migrating my company from Perforce to Git. There is history in Perforce that goes back to 2006 and I'd like to migrate it with some, but not all of the history. I'm not having luck so far. From what I see, a simple git p4 clone grabs HEAD only. Using @all grabs all history and is way

Re: [PATCH v5 3/3] cat-file: add --follow-symlinks to --batch

2015-05-12 Thread David Turner
On Tue, 2015-05-12 at 13:07 -0700, Junio C Hamano wrote: David Turner dtur...@twopensource.com writes: * I am not sure if HEAD:link that points at HEAD:link should be reported as missing. It may be better to report the original without any dereferencing just like a link that

Re: [PATCH 1/3] config.txt: Clarify allowTipSHA1InWant with camelCase

2015-05-12 Thread Junio C Hamano
Eric Sunshine sunsh...@sunshineco.com writes: -uploadpack.allowtipsha1inwant:: +uploadpack.allowTipSHA1InWant:: This was already attempted here[1]; some inconsistencies with acronyms and abbreviations pointed out here[2]; and delayed here[3]. This was entirely my fault; see $gmane/268493.

[PATCH v6 3/3] cat-file: add --follow-symlinks to --batch

2015-05-12 Thread dturner
From: David Turner dtur...@twitter.com This wires the in-repo-symlink following code through to the cat-file builtin. In the event of an out-of-repo link, cat-file will print the link in a new format. Signed-off-by: David Turner dtur...@twitter.com --- Documentation/git-cat-file.txt | 54

[PATCH v7 0/3]

2015-05-12 Thread dturner
This version of the patch adds improved error outputs for various weird situations that can come up during symlink resolution. It also improves the documentation, following suggestions by Junio Hamano. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

Re: [PATCH v5 3/3] cat-file: add --follow-symlinks to --batch

2015-05-12 Thread Junio C Hamano
David Turner dtur...@twopensource.com writes: On Tue, 2015-05-12 at 13:22 -0700, Junio C Hamano wrote: Are there other cases? The only other case I think of is when the link resolves cleanly inside the tree, which you already handle. Funny double-inclusion ;-) While updating the tests, I

Re: resume downloads

2015-05-12 Thread Sitaram Chamarty
On 05/11/2015 03:49 AM, Junio C Hamano wrote: The current thinking is to model this after the repo tool. Prepare a reasonably up-to-date bundle file on the server side, shameless plug (but not commercial) For people using gitolite, the server side issues of generating a reasonably up-to-date

Re: [PATCH 0/8] asciidoc fixups

2015-05-12 Thread Junio C Hamano
Jeff King p...@peff.net writes: Here are the patches. They do not include the code-fence fixes from Jean-Noel and myself that were already posted, but could easily go on top. Thanks. Will queue. Why are you guys using AsciiDoctor again? Speed over accuracy is an acceptable answer, as I know

[PATCH 4/8] doc: fix length of underlined section-title

2015-05-12 Thread Jeff King
In AsciiDoc, it is OK to say: this is my title - but AsciiDoctor is more strict. Let's match the underline to the title (which also makes the source prettier to read). The output from AsciiDoc is the same either way. Signed-off-by: Jeff King p...@peff.net ---

Re: automatic git installation

2015-05-12 Thread Johannes Schindelin
Hi Fabian, On 2015-05-12 10:50, Knobbe, Fabian wrote: I would like to automatically install git with a script. ... on Windows. I already found some command line arguments to pass my settings to the setup routine, but I still don't know how to set Adjust your PATH environment to Use Git