Re: [PATCH (performance tracing)] test git-status performance

2014-07-26 Thread Duy Nguyen
On Wed, Jun 25, 2014 at 5:56 AM, Karsten Blees karsten.bl...@gmail.com wrote: Add trace_performance output to functions involved in git-status. Signed-off-by: Karsten Blees bl...@dcon.de Should this patch be merged to git.git? It's useful for tracking performance (of git-status) and does not

Re: [PATCH (performance tracing)] test git-status performance

2014-07-26 Thread Duy Nguyen
On Sat, Jul 26, 2014 at 4:59 PM, Duy Nguyen pclo...@gmail.com wrote: On Wed, Jun 25, 2014 at 5:56 AM, Karsten Blees karsten.bl...@gmail.com wrote: Add trace_performance output to functions involved in git-status. Signed-off-by: Karsten Blees bl...@dcon.de Should this patch be merged to

old git documentation pages hosted at kernel.org

2014-07-26 Thread Roberto Tyley
The Git documentation pages hosted at kernel.org are a bit over a year out of date (Last updated 2013-02-15 19:24:31 UTC) - so from around Git v1.8: https://www.kernel.org/pub/software/scm/git/docs/ Are they fiddly to update? Should they be updated in celebration of Git 2.0, or maybe instead

[PATCH] valgrind: also ignore Addr16 in check_refname_format

2014-07-26 Thread Jeff King
We already suppress Addr8 warnings, but t1402 reliably triggers Addr16 on my machine. Signed-off-by: Jeff King p...@peff.net --- I didn't look at the code, so I'm not sure if we could similarly trigger Addr32, etc. This is enough for my machine. t/valgrind/default.supp | 7 ++- 1 file

Bug: git pull --rebase rewinds without applying commits in special workflow.

2014-07-26 Thread Andreas T.Auer
Hi, in our workflow commits can be removed from from the tip of the branch in the central repo. After this git pull --rebase on the client side may lose commits, because the rewinding takes place without an fast-forwarding. $ git log --oneline master # example repo with 3 commits

Re: Git + mod_auth_kerb

2014-07-26 Thread brian m. carlson
On Tue, Jul 22, 2014 at 10:00:22AM -0700, Junio C Hamano wrote: brian m. carlson sand...@crustytoothpaste.net writes: So git uses libcurl with CURLAUTH_ANY. In order for authentication to work with libcurl, you have to supply a username. If you specify it in the URL, the libcurl

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-07-26 Thread Andrej Manduch
Hi, On 07/24/2014 12:04 AM, Eric Wong wrote: Andrej Manduch amand...@gmail.com wrote: * this fixes 'git svn info `pwd`' buggy behaviour Good catch, the commit could use a better description, something like: --- 8 Subject: [PATCH]