Jeff King 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 how slow m
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
---
Documentation/git-
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
David Turner 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 noticed another tw
On Tue, 2015-05-12 at 13:07 -0700, Junio C Hamano wrote:
> David Turner 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 points at outside
Eric Sunshine 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.
--
To unsubscri
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
From: David Turner
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
---
Documentation/git-cat-file.txt | 54 +++-
builtin/cat-file.c
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 http://vger.kernel.org
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
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,
For people using gitolite, the server side issues of generating a
reasonably up-to-date bundle *and* enabling it for resu
11 matches
Mail list logo