[PATCH] 2.15.0.txt: fixed a typo

2017-10-30 Thread Eli Boyarski
--- Documentation/RelNotes/2.15.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt index 248ba70c3dc1c..03792dd9fa28e 100644 --- a/Documentation/RelNotes/2.15.0.txt +++ b/Documentation/RelNotes/2.15.0.txt

Subtree Split Bug - Irrelevant Commits Included in History

2016-12-12 Thread ELI
7-subtree-split-includes-commits-outside-prefix-directory.html Regards, - Harpreet "Eli" Sangha

Re: gitconfig includes

2016-11-30 Thread Eli Barzilay
if > I thought that "--global" was useful in the first place outside of a > few narrow debugging cases. Ok. Perhaps I overestimated the utility of --global anyway, given the above... -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://barzilay.org/ Maze is Life!

Re: gitconfig includes

2016-11-30 Thread Eli Barzilay
barf on my setup, but had it not been my script I'd be stuck. This is all a "FWIW" -- in case anyone thinks about use cases for a possible (future) change of the default. -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://barzilay.org/ Maze is Life!

Re: gitconfig includes

2016-11-29 Thread Eli Barzilay
On Tue, Nov 29, 2016 at 2:46 PM, Junio C Hamano wrote: > Eli Barzilay writes: > >> So this is at least a documentation issue,... > > This already is documented, and I think it is clear enough. > >--[no-]includes > Respect include.* dire

gitconfig includes

2016-11-29 Thread Eli Barzilay
made me even more surprised at the second, especially since the man blurb on --includes says "Defaults to on."... So this is at least a documentation issue, though I hope that #2 is a bug and that it *should* return "more"...? -- ((x=>x(x))(x=>x

Re: Subtree Split Includes Commits Outside Prefix Directory

2016-08-29 Thread ELI
Hey David, Did this give you the repro case that you needed? - Harpreet "Eli" Sangha On Thu, Jun 23, 2016 at 7:32 PM, ELI wrote: > Attempting to resend without HTML... > > - Harpreet "Eli" Sangha > > > On Thu, Jun 23, 2016 at 7:18 PM, ELI wrote: >>

Re: Minor bug: git config ignores empty sections

2016-08-15 Thread Eli Barzilay
if `fn==store_aux`, but it shouldn't), calling it after the last variable in a section is seen so it's added after that. So, will something like this be acceptable? If so, is there anyone who I can ask questions about the code? -- ((x=>x(x))(x=>x(x)))

Minor bug: git config ignores empty sections

2016-08-14 Thread Eli Barzilay
Looks like there's a problem with setting a config with an empty section, making it create a new section. The result is: $ git --version git version 2.9.2 $ git init Initialized empty Git repository in /home/eli/t/.git/ $ t() { git config x.y x; git config --unse

Re: Subtree Split Includes Commits Outside Prefix Directory

2016-06-23 Thread ELI
Attempting to resend without HTML... - Harpreet "Eli" Sangha On Thu, Jun 23, 2016 at 7:18 PM, ELI wrote: > Sorry for the delayed response... your email somehow found it's way into my > Gmail spam folder. > > I've created a simple reproduction case and

Subtree Split Includes Commits Outside Prefix Directory

2016-04-22 Thread ELI
ve not yet reproduced this with a test main project and subprojects, and I cannot make the project I observed it in public. - Harpreet "Eli" Sangha -- 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 GUI - Windows build will open a window on a disconnected display

2015-12-31 Thread Eli Woods
I use a secondary monitor when at the office and I often will have applications open on the second display. The bug happens when I open the Git GUI application without having the second monitor connected. The dialog window that asks for selection is displayed properly but the main window is lost o