Re: EOL handling (EGit/svn/Windows)

2015-02-11 Thread Piotr Krukowiecki
| xargs -0 dos2unix --keepdate 2/dev/null -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: EOL handling (EGit/svn/Windows)

2015-02-11 Thread Piotr Krukowiecki
On Tue, Feb 10, 2015 at 4:32 PM, Torsten Bögershausen tbo...@web.de wrote: On 2015-02-10 11.52, Piotr Krukowiecki wrote: So far: 1. msysgit can't checkout a one file (saying filename too long, the relative path has 215 bytes) - probably not related to EOL issue. Cygwin git works ok. So I did

Re: EOL handling (EGit/svn/Windows)

2015-02-10 Thread Piotr Krukowiecki
in master/settings.gradle -- Piotr Krukowiecki -- 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/majordomo-info.html

EOL handling (EGit/svn/Windows)

2015-02-09 Thread Piotr Krukowiecki
explanation here: http://thread.gmane.org/gmane.comp.version-control.git/174413 Thanks, -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: Recording the current branch on each commit?

2014-04-29 Thread Piotr Krukowiecki
. Hi, one out of how many? (How many proposed important changes were rejected?) Thanks, -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: git-svn Rewrites Some Commits, but not All

2014-04-29 Thread Piotr Krukowiecki
A' will have a different parent than A (will be automatically rebased on top of current branch tip). Other refs pointing to A might be used as bookmarks, and moving them from A to A' would be a significant change. -- Piotr Krukowiecki -- To unsubscribe from this list: send the line unsubscribe

Re: Limiting disk usage

2013-10-30 Thread Piotr Krukowiecki
On Tue, Oct 29, 2013 at 3:45 PM, Jakub Narębski jna...@gmail.com wrote: On 2013-10-29 14:50, Piotr Krukowiecki wrote: Lot of code isn't problem, see Linux kernel or GCC, or LibreOffice.org OK, it depends on how much code is too much for you. I'm not talking about performance of git, just disk

Limiting disk usage

2013-10-29 Thread Piotr Krukowiecki
. But maybe I am wrong? I don't have much experience with submodules, repo tool (what else?) Thanks -- Piotr Krukowiecki -- 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/majordomo

Re: Limiting disk usage

2013-10-29 Thread Piotr Krukowiecki
[resending as sent previous version as HTML, sorry about that] On Tue, Oct 29, 2013 at 9:21 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Piotr Krukowiecki piotr.krukowie...@gmail.com writes: Hi, What can be done to limit amount of space occupied on clone and checkout? I know

git grep: search whole tree by default?

2013-10-23 Thread Piotr Krukowiecki
/168063/focus=168188) and it says it's not going to be changed :( -- Piotr Krukowiecki -- 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/majordomo-info.html

git-svn: rewrite git-svn-id to something else on cherry-picking

2013-10-10 Thread Piotr Krukowiecki
://branch_url@41986 some-hash-id' and I was not sure if dcommit would work correctly (would it strip them and commit to trunk and not to the branch?) and even if it would, there would be no information that the commit was merged from the branch.) -- Piotr Krukowiecki -- To unsubscribe from this list

Re: [PATCH] git-compat-util: Avoid strcasecmp() being inlined

2013-09-20 Thread Piotr Krukowiecki
Jeff King p...@peff.net napisał: On Thu, Sep 19, 2013 at 11:47:51AM +0200, Piotr Krukowiecki wrote: it still ends up as a single function call). The downside is that it has to be remembered at each site that uses strcasecmp, but we do not use pointers to standard library functions very

Re: [PATCH] git-compat-util: Avoid strcasecmp() being inlined

2013-09-19 Thread Piotr Krukowiecki
is not used? -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: [PATCH] git-compat-util: Avoid strcasecmp() being inlined

2013-09-19 Thread Piotr Krukowiecki
On Thu, Sep 19, 2013 at 9:37 AM, Junio C Hamano ju...@pobox.com wrote: On Sep 18, 2013 11:08 PM, Piotr Krukowiecki piotr.krukowie...@gmail.com wrote: On Wed, Sep 11, 2013 at 9:16 PM, Jeff King p...@peff.net wrote: I would prefer the static wrapper solution you suggest, though

Re: RFC: git bisect should accept paths-to-be-excluded

2013-09-17 Thread Piotr Krukowiecki
and the last option that matches specifies the result? -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: RFC: git bisect should accept paths-to-be-excluded

2013-09-17 Thread Piotr Krukowiecki
On Tue, Sep 17, 2013 at 9:04 PM, Junio C Hamano gits...@pobox.com wrote: Piotr Krukowiecki piotr.krukowie...@gmail.com writes: What about simply iterating over options in order in which they are specified and the last option that matches specifies the result? But isn't it very

Re: Officially start moving to the term 'staging area'

2013-09-04 Thread Piotr Krukowiecki
C as well. You add it. Now files A,B, and C are staged, and Z is still unstaged. You commit the staged changes only. [...] --- Sorry for not responding to your comments Drew, no time at the moment. -- Piotr

Re: Officially start moving to the term 'staging area'

2013-08-29 Thread Piotr Krukowiecki
edges). Explaining what that has to do with distributed version control is the hard part. -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: [PATCH 2/2] howto: Eliminate all tabs

2013-08-03 Thread Piotr Krukowiecki
Junio C Hamano gits...@pobox.com napisał: Besides, the tab width of our source is 8, period. Get over it. Isn't the howto documentation intended (mainly/also) for the users of git, not the developers? -- Piotr Krukowiecki -- To unsubscribe from this list: send the line unsubscribe git

Re: [PATCH v2 00/16] First class shallow clone

2013-07-24 Thread Piotr Krukowiecki
. -- Piotr Krukowiecki -- 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/majordomo-info.html

Re: [PATCH v2 00/16] First class shallow clone

2013-07-24 Thread Piotr Krukowiecki
Duy Nguyen pclo...@gmail.com napisał: On Wed, Jul 24, 2013 at 3:30 PM, Piotr Krukowiecki piotr.krukowie...@gmail.com wrote: (resending, as my phone mail client decided to send it in html, sorry about that) On Wed, Jul 24, 2013 at 3:57 AM, Duy Nguyen pclo...@gmail.com wrote: On Wed, Jul 24

Re: [RFC] git rm -u

2013-01-21 Thread Piotr Krukowiecki
weeks ~ 1/2 year. The second step would be to forbid git add -u, and keep the advise. That will make it in-line with git rm -u. Do you mean git add will be disallowed without . or :/ argument? Or will this change in future and git add without argument will me whole tree, same as :/ ? -- Piotr

Re: [RFC] git rm -u

2013-01-21 Thread Piotr Krukowiecki
checkout -- file... to discard changes in working directory) # # modified: ../file.txt # piotr@PIOTR-X73 ~/dv/test/dir1 (master) $ git --version git version 1.8.0.msysgit.0 -- Piotr Krukowiecki -- To unsubscribe from this list: send the line unsubscribe git in the body of a message

Re: [RFC/PATCH] add: warn when -u or -A is used without filepattern

2013-01-21 Thread Piotr Krukowiecki
it frequently and never had any problem with it. So, from me +1 on making all commands work on whole tree. -- Piotr Krukowiecki -- 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

Re: Announcing git-reparent

2013-01-14 Thread Piotr Krukowiecki
commit_to_reparent cp -r * ../snapshot/ git reset --hard new_parent rm -r * cp -r ../snapshot/* . git add -A (assumes 1 parent, does not cope with .dot files, and has probably other small problems) -- Piotr Krukowiecki -- To unsubscribe from this list: send the line unsubscribe git in the body

Re: git-svn with non-standard repository layout

2012-12-05 Thread Piotr Krukowiecki
On Tue, Dec 4, 2012 at 10:19 PM, Carsten Fuchs carsten.fu...@cafu.de wrote: Hi Piotr, Am 2012-12-04 18:29, schrieb Piotr Krukowiecki: Is there a way to handle svn repository with following layout? repo/trunk repo/branches/branch1 repo/branches/branch2 repo/branches/work/developer1

Re: git-svn with non-standard repository layout

2012-12-05 Thread Piotr Krukowiecki
On Wed, Dec 5, 2012 at 5:44 PM, Stephen Bash b...@genarts.com wrote: - Original Message - From: Piotr Krukowiecki piotr.krukowie...@gmail.com Sent: Wednesday, December 5, 2012 11:26:54 AM Subject: Re: git-svn with non-standard repository layout On Tue, Dec 4, 2012 at 10:19 PM

Re: git-prompt.sh vs leading white space in __git_ps1()::printf_format

2012-11-28 Thread Piotr Krukowiecki
Re-sending mail. On Wed, Nov 28, 2012 at 7:02 PM, Piotr Krukowiecki piotr.krukowie...@gmail.com wrote: On Wed, Nov 28, 2012 at 2:20 PM, Simon Oosthoek s.oosth...@xs4all.nl wrote: * Piotr Krukowiecki piotr.krukowie...@gmail.com [2012-11-28 11:03:29 +0100]: Hi, when I set

git-svn fetch shows merge-base help

2012-07-09 Thread Piotr Krukowiecki
and 6112c8ea3e8352d8c7511064faf013116e8a383e. Ignoring merge info. [repeated several times] r228807 = c70f12894de2e3278a8cf534f565cbf11533c170 (refs/remotes/tags/TAG_NAME) $ git --version git version 1.7.11.1.104.ge7b44f1 -- Piotr Krukowiecki -- To unsubscribe from this list: send the line unsubscribe git in the body