[git-users] install git on solaris

2015-10-01 Thread sudheer
hi all,

How to install git on solaris machine.??

Regards,
sudheer

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] .gitignore ignored?

2015-10-01 Thread Sascha Manns
Hello list,

actually i'm having some trouble by using git. My .gitignore shows:

sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ cat .gitignore 
Index.yml
hoe-manns.gemspec
.yardoc
SetupConfig
SetupReceipt
README.txt
doc
ChangeLog
pkg
.teamcity
.idea
Changelog

But a git status says me:

sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ LANG=C git status
On branch develop
Your branch is up-to-date with 'origin/develop'.
Changes not staged for commit:
  (use "git add ..." to update what will be committed)
  (use "git checkout -- ..." to discard changes in working directory)

modified:   .idea/workspace.xml

no changes added to commit (use "git add" and/or "git commit -a")

Any ideas why it doesn't ignores that file?

Greetings Sascha

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] .gitignore ignored?

2015-10-01 Thread Rustom Mody
On Fri, Oct 2, 2015 at 5:30 AM, Sascha Manns  wrote:
> Hello list,
>
> actually i'm having some trouble by using git. My .gitignore shows:
>
> sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ cat .gitignore
> Index.yml
> hoe-manns.gemspec
> .yardoc
> SetupConfig
> SetupReceipt
> README.txt
> doc
> ChangeLog
> pkg
> .teamcity
> .idea
> Changelog
>
> But a git status says me:
>
> sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ LANG=C git status
> On branch develop
> Your branch is up-to-date with 'origin/develop'.
> Changes not staged for commit:
>   (use "git add ..." to update what will be committed)
>   (use "git checkout -- ..." to discard changes in working directory)
>
> modified:   .idea/workspace.xml

A file that is in the repo (already) needs to be removed first to be
ignored. See:
http://stackoverflow.com/questions/1139762/ignore-files-that-have-already-been-committed-to-a-git-repository

I prefer this for the task (assuming changing history is ok)
https://rtyley.github.io/bfg-repo-cleaner/

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] GITK: Crashes when calling it with a branch name and a Non-English locale

2015-10-01 Thread Konstantin Khomoutov
On Wed, 30 Sep 2015 22:58:23 -0700 (PDT)
Uli He  wrote:

> I upgraded to version 2.6.0 and now I'm observing crashes when
> starting gitk and specifying a branch:
[...]
> $ gitk master # crashes
> Error in startup script: bad menu entry index "Ansicht bearbeiten ..."
> while executing
> ".bar.view entryconf [mca "Edit view..."] -state normal"

http://thread.gmane.org/gmane.comp.version-control.git/278844

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.