Re: how to make full copy of a repo

2015-03-28 Thread Torsten Bögershausen
On 2015-03-28 03.56, Christoph Anton Mitterer wrote: Hey. I was looking for an ideally simple way to make a full copy of a git repo. Many howtos are floating around on this on the web, with also lots of voodoo. First, it shouldn't be just a clone, i.o.w. - I want to have all refs

Re: how to make full copy of a repo

2015-03-28 Thread Ævar Arnfjörð Bjarmason
On Sat, Mar 28, 2015 at 7:52 PM, Torsten Bögershausen tbo...@web.de wrote: On 2015-03-28 03.56, Christoph Anton Mitterer wrote: Hey. I was looking for an ideally simple way to make a full copy of a git repo. Many howtos are floating around on this on the web, with also lots of voodoo.

git gui bug: filenames starting with ~

2015-03-28 Thread Peter Cordes
I didn't check if git claims to support arbitrary filenames. If a leading ~ isn't allowed, then this isn't a bug. I'm using git-gui version 0.19.GITGUI, from git version 2.3.4, from the Ubuntu PPA. git 2:2.3.4-1avh1~utopic1 steps to reproduce: mkdir -p git-shellmeta cd git-shellmeta git

Re: how to make full copy of a repo

2015-03-28 Thread Christoph Anton Mitterer
On Sat, 2015-03-28 at 15:31 +0100, Kevin D wrote: What you are losing on clone is: * config settings (this includes the configures remotes) * hooks that would be okay... * reflog (history of refs, though, by default disabled for bare repositories) is there a way to get this copied? *

Re: how to make full copy of a repo

2015-03-28 Thread Christoph Anton Mitterer
On Sat, 2015-03-28 at 19:52 +0100, Torsten Bögershausen wrote: As you only push to new, new should have no information about old or temp. Exactly, that would be the goal. 1) Is it working like I assumed above? 2) Does that also copy things like git-config, hooks, etc.? 3) Does it copy

Re: [PATCH] l10n: de.po: translate 99 new messages

2015-03-28 Thread Ralf Thielow
2015-03-28 20:38 GMT+01:00 Ralf Thielow ralf.thie...@gmail.com: #: builtin/rm.c:17 -#, fuzzy msgid git rm [options] [--] file... -msgstr git rm [Optionen] [--] [Datei...] +msgstr git rm [Optionen] [--] [Datei...] The file argument is not optional. Will be fixed in a reroll. -- To

Re: [PATCH v2] config.c: split some variables to $GIT_DIR/config.worktree

2015-03-28 Thread Duy Nguyen
On Fri, Mar 27, 2015 at 5:19 AM, Max Kirillov m...@max630.net wrote: On Thu, Mar 26, 2015 at 07:04:24PM +0700, Nguyễn Thái Ngọc Duy wrote: When you define $GIT_DIR/info/config.worktree, which contains of gitignore-style patterns (*), config variables that match these patterns will be saved in

[PATCH] l10n: de.po: translate 99 new messages

2015-03-28 Thread Ralf Thielow
Translate 99 messages came from git.pot update in c2ea120 (l10n: git.pot: v2.4.0 round 1 (99 new, 92 removed)). Signed-off-by: Ralf Thielow ralf.thie...@gmail.com --- po/de.po | 289 ++- 1 file changed, 101 insertions(+), 188

[PATCH 1/2] git-p4: Check branch detection and client view together

2015-03-28 Thread Vitor Antunes
Add failing scenario where using branch detection and a client view will break git p4 submit functionality. Signed-off-by: Vitor Antunes vitor@gmail.com --- t/t9801-git-p4-branch.sh | 98 ++ 1 file changed, 98 insertions(+) diff --git

Re: [PATCH V2 6/6] WIP/RFC/entry.c: fix a memleak

2015-03-28 Thread John Keeping
On Fri, Mar 27, 2015 at 08:14:28PM -0400, Eric Sunshine wrote: On Friday, March 27, 2015, Eric Sunshine sunsh...@sunshineco.com wrote: On Fri, Mar 27, 2015 at 6:32 PM, Stefan Beller sbel...@google.com wrote: I observe that filter is going out of scope, but the implementation proposed in

Re: Git Rev News edition 1 published

2015-03-28 Thread Kevin D
On Wed, Mar 25, 2015 at 11:00:21AM +0100, Christian Couder wrote: Hi, Git Rev News edition 1 is now available: http://git.github.io/rev_news/edition-1.html Thanks a lot to all the contributors and helpers, especially Junio! Enjoy, Christian and Thomas. Thank you for your work on

Re: how to make full copy of a repo

2015-03-28 Thread Kevin D
On Sat, Mar 28, 2015 at 03:56:37AM +0100, Christoph Anton Mitterer wrote: Hey. I was looking for an ideally simple way to make a full copy of a git repo. Many howtos are floating around on this on the web, with also lots of voodoo. First, it shouldn't be just a clone, i.o.w. - I want

[PATCH 0/2] git-p4: Improve client path detection

2015-03-28 Thread Vitor Antunes
I'm adding a test case for a scenario I was confronted with when using branch detection and a client view specification. It is possible that the implemented fix may not cover all possible scenarios, but there is no regression in the available tests. Vitor Antunes (2): git-p4: Check branch

Arrow keys broken in gitk

2015-03-28 Thread Roland Lutz
Hi, in gitk on Debian jessie (Git version 2.1.4), the left/right arrow keys don't work in the text input fields. When I click into the SHA ID field or either search field and press the left or right arrow key, nothing happens. I'd expect the text cursor to move one character forward or

Re: [PATCH V2 0/2] git-p4: Small updates to test cases

2015-03-28 Thread Junio C Hamano
Will apply both. It seems that I am to blame for 1/2 for botching the shell syntax X-. Thanks for fixing. I was not entirely happy with the we could find either file10 or file11 because they are the same, so let's declare both are success in the original, f69b3a93 (git p4 test: copy source

Re: [PATCH 2/2] git-p4: Fix copy detection test

2015-03-28 Thread Junio C Hamano
Vitor Antunes vitor@gmail.com writes: Vitor Antunes vitor@gmail.com wrote: Junio C Hamano gits...@pobox.com wrote: Pete, these tests blame to your 9b6513ac (git p4 test: split up big t9800 test, 2012-06-27). I presume that you tested the result of this splitting, but do you happen to

Re: [RFC/GSoC] Proposal Draft: Unifying git branch -l, git tag -l, and git for-each-ref

2015-03-28 Thread karthik nayak
On 03/26/2015 10:07 PM, Jeff King wrote: On Mon, Mar 23, 2015 at 06:39:20PM +0530, karthik nayak wrote: All three commands select a subset of the repository’s refs and print the result. There has been an attempt to unify these commands by Jeff King[3]. I plan on continuing his work[4] and