[git-users] Why does Git keep forgetting .gitignore?

2014-05-14 Thread Girish Kulkarni
I have a project directory under Git. I am generally extremely happy with Git’s performance. But I have one very annoying issue: every few days Git forgets my .gitignore. Why does this happen and what can I do about? Thanks! -- You received this message because you are subscribed to the Googl

Re: [git-users] Why does Git keep forgetting .gitignore?

2014-05-14 Thread Konstantin Khomoutov
On Wed, 14 May 2014 01:31:58 -0700 (PDT) Girish Kulkarni wrote: > I have a project directory under Git. I am generally extremely happy > with Git’s performance. But I have one very annoying issue: every few > days Git forgets my .gitignore. [...] What does the word "forgets" precisely mean? Do y

Re: [git-users] That's really weird, there is no issue tracking for git, I want to report a bug, git can not check-out files with invalid Windows path.

2014-05-14 Thread Konstantin Khomoutov
On Tue, 13 May 2014 23:04:38 -0700 (PDT) Thomas Ferris Nicolaisen wrote: > > And while we're on it, Thomas could you please update your > > wonderful gist with this additional pointers regarding GfW bug > > tracking? [...] > > 3. https://github.com/msysgit/git/issues > I added a link to their i

Re: [git-users] What is the best way to visualize branch history line?

2014-05-14 Thread Magnus Therning
On Tue, May 13, 2014 at 4:20 AM, Leonardo Petry wrote: > What would be the best command to view a branch history? Right now I use git > show-branch but I get a huge list of commits and branches. Ideally I would > like to see a couple of previous commits and be able to see the which files > where a

Re: [git-users] using pki certificates with git and a https server on RHEL 6.x

2014-05-14 Thread Matthew Polder
On Tuesday, May 13, 2014 10:17:28 AM UTC-4, Konstantin Khomoutov wrote: > > On Tue, 13 May 2014 06:32:28 -0700 (PDT) > Matthew Polder > wrote: > > > I'm trying to use git to connect to a https server that requires PKI > > certificates for authentication. I'm running git on RHEL 6.x, so it > >

Re: [git-users] using pki certificates with git and a https server on RHEL 6.x

2014-05-14 Thread Konstantin Khomoutov
On Wed, 14 May 2014 06:30:32 -0700 (PDT) Matthew Polder wrote: [...] > > * This env. variable is not exported so that it's seen in your > > shell but the Git process does not inherit it which causes libnss > > to use the default value for that path. > > > > What happens if you do > > > > $

Re: [git-users] That's really weird, there is no issue tracking for git, I want to report a bug, git can not check-out files with invalid Windows path.

2014-05-14 Thread Yonggang Luo
I report to here because it's not a problem of msysgit, I was ask git do the following things: when commit newly added files, check the filename if its can be used under multiple environment. such as | for example is illegal under Windows. 2014-05-14 17:14 GMT+08:00 Konstantin Khomoutov < flatw..

Re: [git-users] That's really weird, there is no issue tracking for git, I want to report a bug, git can not check-out files with invalid Windows path.

2014-05-14 Thread Konstantin Khomoutov
On Thu, 15 May 2014 00:32:39 +0800 罗勇刚(Yonggang Luo) wrote: > I report to here because it's not a problem of msysgit, I was ask git > do the following things: > when commit newly added files, check the filename if its can be used > under multiple environment. > such as | for example is illegal u

Re: [git-users] That's really weird, there is no issue tracking for git, I want to report a bug, git can not check-out files with invalid Windows path.

2014-05-14 Thread Yonggang Luo
2014年5月15日 上午2:19于 "Konstantin Khomoutov" 写道: > > On Thu, 15 May 2014 00:32:39 +0800 > 罗勇刚(Yonggang Luo) wrote: > > > I report to here because it's not a problem of msysgit, I was ask git > > do the following things: > > when commit newly added files, check the filename if its can be used > > und

Re: [git-users] Re: git rewrite history for multi module project

2014-05-14 Thread Moataz Elmasry
On Wednesday, May 14, 2014 8:15:25 AM UTC+2, Thomas Ferris Nicolaisen wrote: > > > > On Wednesday, May 14, 2014 7:27:53 AM UTC+2, Moataz Elmasry wrote: >> >> Hi Thomas and thanks for your reply >> >> Why should I slice the main project? it is good the way it is. I need to >> append to it from th

Re: [git-users] Re: git rewrite history for multi module project

2014-05-14 Thread Thomas Ferris Nicolaisen
On Wednesday, May 14, 2014 9:19:37 PM UTC+2, Moataz Elmasry wrote: > > Aha that would be exactly what I'm looking for, how can one define the > first commit in mainrepo as a merge commit of several repositories. Only > using graft point with one child and several parents does not allow me to > f