Re: [git-users] Best practices: Derived Files

2015-01-23 Thread Mark Janssen
Hi Owen, The suggestion from Dale Worley is correct. There is a third case: 3) the derived files are difficult to derive without special knowledge or procedures. In which case, documentation is only sometimes the superior method. Mark, sf_x On Thu, Jan 22, 2015 at 1:19 AM, Gergely Polonkai

[git-users] Re: Path nomenclature in Git

2015-01-23 Thread Rick Umali
Hi John, On Wednesday, January 21, 2015, John McWilliam wrote: > > > 1. I am a total beginner here and am constantly seeing referals to > "~/FileName" This is obviously shorthand for something but what? Is it the > location of the Git program directory or perhaps my working tree. How can I > de

[git-users] Namespaces, git-remote-ext and http

2015-01-23 Thread Thomas Schulte
Hello, I'm struggling with a repository that contains some namespaces. The following basically shows what I'm trying: --8<-- $ git init --bare myrepo.git Initialized empty Git repository in d:/test/myrepo.git/ $ git clone myrepo.git/ Cloning into 'myrepo'... warning: You appear to have cloned

[git-users] best open source git diff viewer

2015-01-23 Thread Jatin Sahu
Could someone please tell me, which is the best open source diff tool having supporting multiple file formats like beyond compare. How to configure git to use such tools. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe f

[git-users] can git log --graph indicate which branch HEAD is on?

2015-01-23 Thread Wolfram Volpi
Is there a way git log --graph could indicate the current branch? This would be a nice feature. Currently I am using git status to see which branch HEAD is on. In this example, I use git status to see if HEAD is on topic_branch or master: >git log --oneline --graph --decorate --all * 1e4f996 (HE

[git-users] HELP

2015-01-23 Thread Stephanie Gonzalez
I'm looking for someone in sanbernardino county ca to help me figure out who is using my email and this site to clone my phone and spy on me I'm not computer smart at all and this has been going on for 2 years, phone after phone laptop after laptop ,apple and android and 4 home computers I have

[git-users] gitk showing tags n instead of actual tags

2015-01-23 Thread gary lucas
See attachment, $ git version git version 1.9.5.msysgit.0 I'd like to be able to see the actual tags, this didn't happen under a previous version. Any ideas? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this

[git-users] gitk recent msysgit build no longer shows full tag text. Instead it shows '2 tags' or 'n tags'

2015-01-23 Thread gary lucas
See attachment. I updated recently and this behaviour is driving me crazy, our CI environment tags our builds and it's hard to see at a glance in gitk what happened where. $ git version git version 1.9.5.msysgit.0 Is there a way to set this back to the prior default of not collapsing the tags

[git-users] Path nomenclature in Git

2015-01-23 Thread John McWilliam
1. I am a total beginner here and am constantly seeing referals to "~/FileName" This is obviously shorthand for something but what? Is it the location of the Git program directory or perhaps my working tree. How can I define this? 2. Is the use of SSH keys necessary or can this be bypassed. To

[git-users] Namespaces and HTTP

2015-01-23 Thread Thomas Schulte
Hello, I'm struggling with a repository that contains some namespaces. The following basically shows what I'm trying:   --8<-- $ git init --bare myrepo.git Initialized empty Git repository in d:/test/myrepo.git/ $ git clone myrepo.git/ Cloning into 'myrepo'... warning: You appear to have clone

[git-users] Re: git svn fails to dcommit multiple commits

2015-01-23 Thread Bicen Zhu
Hi Thomas, Thanks for the reply, > Are you using a large corporate SVN server which is spread across offices/countries? Yes, right. Maybe I should try the patch showed on the original question. On Friday, January 23, 2015 at 5:27:02 PM UTC+8, Thomas Ferris Nicolaisen wrote: > > On Thursday,

[git-users] Re: git svn fails to dcommit multiple commits

2015-01-23 Thread Thomas Ferris Nicolaisen
On Thursday, January 22, 2015 at 2:02:26 PM UTC+1, Bicen Zhu wrote: > > Hi All, > > I have met the exactly same problem as describled at > http://stackoverflow.com/questions/4238876/git-svn-fails-to-dcommit-even-after-clean-checkout > >

[git-users] Re: git svn fails to dcommit multiple commits

2015-01-23 Thread Thomas Ferris Nicolaisen
On Thursday, January 22, 2015 at 2:02:26 PM UTC+1, Bicen Zhu wrote: > > Hi All, > > I have met the exactly same problem as describled at > http://stackoverflow.com/questions/4238876/git-svn-fails-to-dcommit-even-after-clean-checkout > > But the question was asked 4 years ago, the answer was relate