[PATCH] graph: Fix log's graph's colors when merging branches.

2013-10-17 Thread Hemmo Nieminen
From bdbefc100ceba66a70f540dfe2b1b09b0869f7ab Mon Sep 17 00:00:00 2001 From: Hemmo Nieminen hemmo.niemi...@iki.fi Date: Wed, 16 Oct 2013 11:28:50 +0300 Subject: [PATCH] graph: Fix log's graph's colors when merging branches. The log's graph's colors were off sometimes when merging several

Re: [PATCH] graph: Fix log's graph's colors when merging branches.

2013-10-17 Thread John Keeping
On Thu, Oct 17, 2013 at 09:52:09AM +0300, Hemmo Nieminen wrote: The log's graph's colors were off sometimes when merging several branches. For example in the graph depicted below, the '-.' part following the asterisk was colored with incorrect colors. This was caused by the fact that the

[PATCH] diffcore-rename.c: Estimate filename similarity for rename detection

2013-10-17 Thread Yoshioka Tsuneo
On rename detection like command git diff -M ..., rename is detected based on file similarities. This file similarities are calculated based on the contents of file. And, if the similarities of contents are the same, filename is taken into account. But, the similarity of filename is calculated

Re: What's cooking in git.git (Oct 2013, #03; Wed, 16)

2013-10-17 Thread Karsten Blees
Am 16.10.2013 23:43, schrieb Junio C Hamano: * kb/fast-hashmap (2013-09-25) 6 commits - fixup! diffcore-rename.c: simplify finding exact renames - diffcore-rename.c: use new hash map implementation - diffcore-rename.c: simplify finding exact renames - diffcore-rename.c: move code around

Re: [RFC/PATCH] checkout: allow dwim for branch creation for git checkout $branch --

2013-10-17 Thread Matthieu Moy
Junio C Hamano gits...@pobox.com writes: Did anything further happen to this discussion? Is v3 the version with agreement among the list members I just should pick up? v3 ( http://thread.gmane.org/gmane.comp.version-control.git/235409/focus=235408 ) is the last version I sent, and I got no

Re: [RFC/PATCH] doc: git-foo was obsoleted several years ago

2013-10-17 Thread Jakub Narębski
W dniu 2013-10-16 23:38, Junio C Hamano pisze: Felipe Contrerasfelipe.contre...@gmail.com writes: [...] I recall that I wanted to see this change happen myself long time ago, and suspect that there may have been some reason that prevented us from doing so. I might have found that AsciiDoc

Re: [RFC/PATCH] doc: git-foo was obsoleted several years ago

2013-10-17 Thread Antoine Pelisse
On Thu, Oct 17, 2013 at 1:13 PM, Jakub Narębski jna...@gmail.com wrote: Felipe Contrerasfelipe.contre...@gmail.com writes: diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index ca118ac..8d98383 100644 --- a/Documentation/git-checkout.txt +++

гуляйте без контактных линз

2013-10-17 Thread Nikolaiev
освободится от невыносимого зрения очевидно http://www.tayga.pro/tmp/pbfdx.htm

[PATCH v2] diffcore-rename.c: Estimate filename similarity for rename detection

2013-10-17 Thread Yoshioka Tsuneo
On rename detection like command git diff -M ..., rename is detected based on file similarities. This file similarities are calculated based on the contents of file. And, if the similarities of contents are the same, filename is taken into account. But, the similarity of filename is calculated

Re: pack corruption post-mortem

2013-10-17 Thread Junio C Hamano
Jeff King p...@peff.net writes: On Wed, Oct 16, 2013 at 09:41:16AM -0600, Martin Fick wrote: I have nightmares about this sort of thing every now and then, and we even experience some corruption here and there that needs to be fixed (mainly missing objects when we toy with different git

Re: Windows performance / threading file access

2013-10-17 Thread Karsten Blees
Am 16.10.2013 00:22, schrieb pro-logic: I also get fairly slow performance out of the checkout / reset operations on windows. This discussion got me trying to work out what's taking so long on windows. To help I used killcache [1] to flush the HDD cache and Very Sleepy [2] to profile the

Re: [PATCH] graph: Fix log's graph's colors when merging branches.

2013-10-17 Thread Hemmo Nieminen
Hi, On 09:13 Thu 17 Oct, John Keeping wrote: It took me a minute to spot the problem when I tested this, but you're right that there is a bug and I agree that the patch below is the right fix. Perhaps a better commit message will help others looking at this, maybe something like this?

Re: [PATCH 07/10] receive-pack: request for packv4 if it's the preferred version

2013-10-17 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy pclo...@gmail.com writes: This is the only plumbing command that is controlled by core.preferredPackVersion so far. Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- Documentation/technical/protocol-capabilities.txt | 4 builtin/receive-pack.c

Для эффективного обучения

2013-10-17 Thread docueijrish
Ваши языковые навыки поразят Вас самих http://kuhny.com.ua/components/com_contact/ndavv.htm N‹ЇВцьrИ›yњшšиbВXЌЖЧЇvи^–)оК{.nЧ+‰З ŠиЇЖ›ЁмЈ}ЉžВЦ  zкj:+v‰ЈОЋ‘ъчzZ+€Ъ+zfЃЂЗhšˆЇ~†­†лiџћрzЙЎwЅЂИ?™Јш­кЂ)пЂf

Charity Event!

2013-10-17 Thread Bayfords
Good day friend, Its a year now since we won the EuroMillions Lottery of £148,656,000 pounds sterling. To verify, you can watch our YouTube video here http://www.youtube.com/watch?v=4lgIpsIe3a4 Recently,my wife Gillian suggested that we commence an end of year charity event by giving out

Re: [PATCH v3 1/2] checkout: allow dwim for branch creation for git checkout $branch --

2013-10-17 Thread Junio C Hamano
Matthieu Moy matthieu@imag.fr writes: diff --git a/builtin/checkout.c b/builtin/checkout.c index 0f57397..9edd9c3 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -863,6 +863,13 @@ static const char *unique_tracking_name(const char *name, unsigned char *sha1) return

Re: [PATCH] mv: Fix spurious warning when moving a file in presence of submodules

2013-10-17 Thread Jonathan Nieder
Jens Lehmann wrote: In commit 0656781fa git mv learned to update the submodule path in the .gitmodules file when moving a submodule in the work tree. But since that commit update_path_in_gitmodules() gets called no matter if we moved a submodule or a regular file, which is wrong and leads to

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Dale R. Worley
From: Junio C Hamano gits...@pobox.com wor...@alum.mit.edu (Dale R. Worley) writes: In general, Git commands on a repository with a detached worktree can be executed by cd'ing into the directory containing the .git directory, ... Eh? News to me; it might happened to have appeared

Re: [PATCH v6] diff.c: keep arrow(=) on show_stats()'s shortened filename part to make rename visible.

2013-10-17 Thread Junio C Hamano
Yoshioka Tsuneo yoshiokatsu...@gmail.com writes: git diff -M --stat can detect rename and show renamed file name like foofoofoo = barbarbar. Before this commit, this output is shortened always by omitting left most part like ...foo = barbarbar. So, if the destination filename is too long,

Re: [RFC/PATCH] doc: git-foo was obsoleted several years ago

2013-10-17 Thread Junio C Hamano
Jakub Narębski jna...@gmail.com writes: W dniu 2013-10-16 23:38, Junio C Hamano pisze: I recall that I wanted to see this change happen myself long time ago,... In short, I personally do prefer to see dashless form at the top of the manpage, if it does not break other things, and there may

Re: [PATCH v3] Add core.mode configuration

2013-10-17 Thread Philip Oakley
From: Jonathan Nieder jrnie...@gmail.com Philip Oakley wrote: Would this be a good time to suggest a specific wording should be proposed (or a reminder of what was proposed repeated) for the documentation of this option. It will be the documentation that users will refer to when they need to

Re: [PATCH v2 00/14] Officially start moving to the term 'staging area'

2013-10-17 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: Junio, can you make an exception and reply to this thread? The change to move away from the term the index has been suggested many times since many years ago, it is an extremely important change to users, and all the Git developers agree it

Re: [PATCH v3] build: add default aliases

2013-10-17 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: Junio C Hamano wrote: Jeff King p...@peff.net writes: It seems[1] that some people define ci as commit -a, and some people define st as status -s or even status -sb. These option variants aside. Just like thinking that committing

Re: [PATCH v6] diff.c: keep arrow(=) on show_stats()'s shortened filename part to make rename visible.

2013-10-17 Thread Junio C Hamano
Yoshioka Tsuneo yoshiokatsu...@gmail.com writes: Before this commit, this output is shortened always by omitting left most part like ...foo = barbarbar. So, if the destination filename is too long, source filename putting left or arrow can be totally omitted like ...barbarbar, without

Re: My patches

2013-10-17 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: Junio C Hamano wrote: Such a review comment and the discussion that follows it after a patch is posted is an essential part of the collaborative development process in this community and it has helped the quality of our end product. We

cherry-pick generates bogus conflicts on removed files

2013-10-17 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a commit I am trying to cherry pick that removes a number of files. It seems to generate conflicts for those files that have been modified on this branch since the common ancestor. Since they are being removed, I don't care about what changes

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Junio C Hamano
wor...@alum.mit.edu (Dale R. Worley) writes: I must admit I've never seen the design (and I personally doubt that the design has ever been written down). But at least the following commands work correctly on a detached worktree if the current directory contains the .git directory, because I

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Philip Oakley
From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: ... and the detection process for 'toplevel' may not work properly when in a separated work-tree environment. Without GIT_WORK_TREE exported to point at the top-level, there is nothing that lets us detect it,

Re: What's cooking in git.git (Oct 2013, #03; Wed, 16)

2013-10-17 Thread Junio C Hamano
Karsten Blees karsten.bl...@gmail.com writes: Am 16.10.2013 23:43, schrieb Junio C Hamano: * kb/fast-hashmap (2013-09-25) 6 commits - fixup! diffcore-rename.c: simplify finding exact renames - diffcore-rename.c: use new hash map implementation - diffcore-rename.c: simplify finding exact

Re: [RFC/PATCH] checkout: allow dwim for branch creation for git checkout $branch --

2013-10-17 Thread Junio C Hamano
Matthieu Moy matthieu@grenoble-inp.fr writes: v3 ( http://thread.gmane.org/gmane.comp.version-control.git/235409/focus=235408 ) is the last version I sent, and I got no feedback on it, so I guess it's ready for you to pick. Thanks; done with s/pick/nitpick/ ;-). -- To unsubscribe from

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Junio C Hamano
Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: ... and the detection process for 'toplevel' may not work properly when in a separated work-tree environment. Without GIT_WORK_TREE exported to point at the

Re: What's cooking in git.git (Oct 2013, #03; Wed, 16)

2013-10-17 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Karsten Blees karsten.bl...@gmail.com writes: Am 16.10.2013 23:43, schrieb Junio C Hamano: * kb/fast-hashmap (2013-09-25) 6 commits - fixup! diffcore-rename.c: simplify finding exact renames - diffcore-rename.c: use new hash map implementation -

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Philip Oakley
From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: ... and the detection process for 'toplevel' may not work properly when in a separated work-tree environment. Without

Re: cherry-pick generates bogus conflicts on removed files

2013-10-17 Thread Junio C Hamano
Phillip Susi ps...@ubuntu.com writes: I have a commit I am trying to cherry pick that removes a number of files. It seems to generate conflicts for those files that have been modified on this branch since the common ancestor. Correct. Without inspecting them, you would not know what you

Re: [PATCH v3] Add core.mode configuration

2013-10-17 Thread Felipe Contreras
Jonathan Nieder wrote: Philip Oakley wrote: Would this be a good time to suggest a specific wording should be proposed (or a reminder of what was proposed repeated) for the documentation of this option. It will be the documentation that users will refer to when they need to know, rather

Re: [PATCH v3] build: add default aliases

2013-10-17 Thread Felipe Contreras
Junio C Hamano wrote: Felipe Contreras felipe.contre...@gmail.com writes: Junio C Hamano wrote: Jeff King p...@peff.net writes: It seems[1] that some people define ci as commit -a, and some people define st as status -s or even status -sb. These option variants aside.

Re: My patches

2013-10-17 Thread Felipe Contreras
Junio C Hamano wrote: Felipe Contreras felipe.contre...@gmail.com writes: Junio C Hamano wrote: Such a review comment and the discussion that follows it after a patch is posted is an essential part of the collaborative development process in this community and it has helped the quality

[PATCH v7] diff.c: keep arrow(=) on show_stats()'s shortened filename part to make rename visible

2013-10-17 Thread Yoshioka Tsuneo
git diff -M --stat can detect rename and show renamed file name like foofoofoo = barbarbar. Before this commit, this output is shortened always by omitting left most part like ...foo = barbarbar. So, if the destination filename is too long, source filename putting left or arrow can be totally

Re: [PATCH v6] diff.c: keep arrow(=) on show_stats()'s shortened filename part to make rename visible.

2013-10-17 Thread Yoshioka Tsuneo
Hello Junio Thank you very much for the reviewing. I try to fix the issues, and posted the updated patch as [PATCH v7]. I am not sure if distributing the burden of truncation equally to three parts so that the resulting pieces are of similar lengths is really a good idea. Between these two

Re: [PATCH] Documentation/config.txt: denyDeleteCurrent applies to bare repos too

2013-10-17 Thread Junio C Hamano
Brandon Casey bca...@nvidia.com writes: From: Brandon Casey draf...@gmail.com The setting of denyDeleteCurrent applies to both bare and non-bare repositories. Correct the description on this point, and expand it to provide some background justification for the current behavior and describe

Re: [PATCH v2 00/14] Officially start moving to the term 'staging area'

2013-10-17 Thread Felipe Contreras
Junio C Hamano wrote: Felipe Contreras felipe.contre...@gmail.com writes: Junio, can you make an exception and reply to this thread? The change to move away from the term the index has been suggested many times since many years ago, it is an extremely important change to users, and all

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Philip Oakley
From: Philip Oakley philipoak...@iee.org From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: ... and the detection process for 'toplevel' may not work properly when in a

Re: [PATCH v6] diff.c: keep arrow(=) on show_stats()'s shortened filename part to make rename visible.

2013-10-17 Thread Junio C Hamano
Yoshioka Tsuneo yoshiokatsu...@gmail.com writes: In the [PATCH v7], I changed to keep filename part of suffix to handle above case, but not always keep directory part because I feel totally keeping all part of long suffix including directory name may cause output like: …{… =

Re: [git-users] Problem using detached worktrees with commands implemented in scripts

2013-10-17 Thread Jonathan Nieder
Philip Oakley wrote: A bit more looking gave that the cd_to_toplevel () in git-sh-setup.sh directly uses `git rev-parse --show-toplevel`, which simply returns work_tree (static char *work_tree; in environment.c, with comment /* This is set by setup_git_dir_gently() and/or git_default_config()

Re: [PATCH] Documentation/config.txt: denyDeleteCurrent applies to bare repos too

2013-10-17 Thread Brandon Casey
On Thu, Oct 17, 2013 at 3:23 PM, Junio C Hamano gits...@pobox.com wrote: Brandon Casey bca...@nvidia.com writes: From: Brandon Casey draf...@gmail.com The setting of denyDeleteCurrent applies to both bare and non-bare repositories. Correct the description on this point, and expand it to

Re: What's cooking in git.git (Oct 2013, #03; Wed, 16)

2013-10-17 Thread Karsten Blees
Am 17.10.2013 23:07, schrieb Junio C Hamano: Junio C Hamano gits...@pobox.com writes: Karsten Blees karsten.bl...@gmail.com writes: Am 16.10.2013 23:43, schrieb Junio C Hamano: * kb/fast-hashmap (2013-09-25) 6 commits - fixup! diffcore-rename.c: simplify finding exact renames -

[GIT PULL] fr.po translation 100% complete

2013-10-17 Thread Jiang Xin
Hi, Junio The following changes since commit 1d25dd416f08f39042d23340db380f28abb81962: Update draft release notes to 1.8.5 (2013-10-16 12:27:45 -0700) are available in the git repository at: git://github.com/git-l10n/git-po master Jean-Noel Avila (1): l10n: fr.po: 2135/2135 messages