Here are the topics that have been cooking. Commits prefixed with '-' are
only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'.
The sixth batch of topics are now in 'master'.
You can find the changes described here in the integration branches of the
repositories listed a
Hi,
$ git add .
warning: LF will be replaced by CRLF in web/images/logo_twitter.png.
The file will have its original line endings in your working directory.
JOSE@COMPAQ /d/wamp/www/internationalstudies.co (master)
$ git --version
git version 1.7.11.msysgit.0
JOSE@COMPAQ /d/wamp/www/inter
Jonathan Nieder writes:
> Hi Florian,
>
> Florian Achleitner wrote:
>
>> After importing new commits on top of refs/remotes/* the
>> ref was overwritten with the local refs/heads/master, because the name
>> of the remote reference to fetch, i.e. refs/heads/master, was used to
>> retrieve old_sha1
Hi Florian,
Florian Achleitner wrote:
> After importing new commits on top of refs/remotes/* the
> ref was overwritten with the local refs/heads/master, because the name
> of the remote reference to fetch, i.e. refs/heads/master, was used to
> retrieve old_sha1 for it's local counterpart. Therefo
On Sun, Jul 15, 2012 at 01:11:51PM -0500, Jonathan Nieder wrote:
> > Subject: fast-import: catch deletion of non-existent file in input
> [...]
> > We silently ignored the bogus "D foo" directive, and the
> > resulting tree incorrectly contained "bar". With this patch,
> > we notice the bogus inpu
On 07/15/2012 09:11 AM, Junio C Hamano wrote:
mhag...@alum.mit.edu writes:
Add a new Python script, contrib/hooks/post-receive-multimail.py, that
can be used to send notification emails describing pushes into a git
repository. This script is derived from
contrib/hooks/post-receive-mail, but has
On Sun, Jul 15, 2012 at 8:45 PM, Holger Hellmuth wrote:
> Am 15.07.2012 00:24, schrieb Zeeshan Ali (Khattak):
>
>> On Sun, Jul 15, 2012 at 12:26 AM, Junio C Hamano
>> wrote:
>>>
>>> "Zeeshan Ali (Khattak)" writes:
>>>
What about '^' and '^^' that I suggested?
>
>
> If you want a shortcut, yo
Hi,
Michael Cree wrote:
> On 15/07/2012, at 8:50 AM, Jonathan Nieder wrote:
>> gcc takes full advantage by converting the get_be32
>> calls back to a load and bswap and producing a whole bunch of
>> unaligned access traps.
>
> Alpha does not have a bswap (or similar) instructio
Jonathan,
Thanks for acting so promptly on this. Just a minor point on the
commit message below.
On 15/07/2012, at 8:50 AM, Jonathan Nieder wrote:
Unfortunately, Michael noticed on an Alpha machine that git was using
plain 32-bit reads anyway. As soon as we convert a pointer to int *,
the
On Sun, Jul 15, 2012 at 6:43 AM, Jonas H. wrote:
> I'd like to implement HTTP authentication for Git Smart HTTP using Dulwich
> (a Python binding):
>
> 1) read-only if unauthenticated and write only if authenticated
> 2) read/write only if authenticated
>
> I couldn't find any documentation on whi
Hi,
Jeff King wrote:
> Subject: fast-import: catch deletion of non-existent file in input
[...]
> We silently ignored the bogus "D foo" directive, and the
> resulting tree incorrectly contained "bar". With this patch,
> we notice the bogus input and die.
This breaks svn-fe, which relies on the e
Am 15.07.2012 00:24, schrieb Zeeshan Ali (Khattak):
On Sun, Jul 15, 2012 at 12:26 AM, Junio C Hamano wrote:
"Zeeshan Ali (Khattak)" writes:
What about '^' and '^^' that I suggested?
If you want a shortcut, you might try this:
echo "ref: HEAD" > .git/h
Then you can use 'h' instead of 'HEA
After importing new commits on top of refs/remotes/* the
ref was overwritten with the local refs/heads/master, because the name
of the remote reference to fetch, i.e. refs/heads/master, was used to
retrieve old_sha1 for it's local counterpart. Therefore, old_sha1 pointed
to the local head which was
Howdy!
I'd like to implement HTTP authentication for Git Smart HTTP using
Dulwich (a Python binding):
1) read-only if unauthenticated and write only if authenticated
2) read/write only if authenticated
I couldn't find any documentation on which URLs need be secured and what
response codes ar
Peff, thanks for looking into this.
My answers are inline and at the end.
On 15.07.12 11:08, Jeff King wrote:
> On Sat, Jul 14, 2012 at 02:21:35PM +0200, Torsten Bögershausen wrote:
>
>> I saw the problem first on pu, some time ago,
>> but it dissappeared after cloning git.git into another dire
On Fri, Jul 13, 2012 at 03:39:50PM +0200, Andreas Schwab wrote:
> >> The output contains these lines:
> >>
> >> R a/b b/b
> >> D a/b
> >>
> >> Changing the second line to D b/b fixes the bug.
> >
> > Yeah, I agree that is problematic. But I do not think it is a
> > fast-import bug, but rather bo
On Sat, 14 Jul 2012 22:32:05 -0700
Junio C. Hamano wrote:
> Thanks. All looked reasonable, except that I've heard nobody says
> "ent" for the past couple of years, and it might be better to drop
> the entry altogether.
Yeah, I have no real opinion here. I've never been a Tolkien fan, so I
had no
On Sat, Jul 14, 2012 at 02:21:35PM +0200, Torsten Bögershausen wrote:
> I saw the problem first on pu, some time ago,
> but it dissappeared after cloning git.git into another directory.
>
> Now it appeared on next as well, so it's time to look a little bit deeper.
>
> This test case of t1450 fa
On Jul 14, 2012, at 11:44 PM, Junio C Hamano wrote:
> Wincent Colaiuta writes:
>
>> On Jul 14, 2012, at 10:25 PM, Junio C Hamano wrote:
>>
>>> I did not see anything wrong doing what you described in the
>>> post-receive, even though having the hook in the "scratch" felt
>>> strange, as the "co
Hello,
We are to solve a complete audit trail solution for full subcontractor
value-chain fullfilling European Union machinery directive:
http://ec.europa.eu/enterprise/sectors/mechanical/machinery/
To summarize, the directive is created to ensure safe operating
environment for all kind of machin
On Sun, Jul 15, 2012 at 01:24:18AM +0300, Zeeshan Ali (Khattak) wrote:
> > Think what "log ^^ origin" would mean. Is it "log ^HEAD^ origin"?
> > Is it "log HEAD^^ origin"? They mean totally different things.
>
> Sorry for my ignorance here but what does ^ *before* HEAD even mean? I
It means "n
mhag...@alum.mit.edu writes:
> From: Michael Haggerty
>
> Add a new Python script, contrib/hooks/post-receive-multimail.py, that
> can be used to send notification emails describing pushes into a git
> repository. This script is derived from
> contrib/hooks/post-receive-mail, but has many differ
22 matches
Mail list logo