[git-users] registering copyrights in software from Git?

2015-12-17 Thread David Fligor
I'm researching whether or not any companies or developers that use Git would be interested in a service that helped with copyright registration of source code. Registration gives you the ability to sue if someone violates your chosen license and provides additional remedies. Even if you

[git-users] How do we completely backup a git repository ?

2015-12-17 Thread mkjkec2005
Hi All , I am looking for a mechanism to completely backup my git repository . The final goal is to take a backup on Tape . I know we have many alternatives like creation of a git bundle or git archive , but could you please suggest the best way wherein all references ( remote branchs, tags )

[git-users] Re: Combine two repositories - older and newer

2015-12-17 Thread Rainer M Krug
Quentin Neill writes: > On Saturday, December 5, 2015 at 1:49:29 PM UTC-6, Rainer M Krug > wrote: > > Quentin Neill writes: > > > On Friday, December 4, 2015 at 7:00:20 AM UTC-6, Rainer M Krug > wrote: > > > >> Hi >

Re: [git-users] How do we completely backup a git repository ?

2015-12-17 Thread Konstantin Khomoutov
On Thu, 17 Dec 2015 04:40:34 -0800 (PST) mkjkec2...@gmail.com wrote: > I am looking for a mechanism to completely backup my git repository . > The final goal is to take a backup on Tape . I know we have many > alternatives like creation of a git bundle or git archive , > but could you please

Re: [git-users] How do we completely backup a git repository ?

2015-12-17 Thread mkjkec2005
How is this different from git clone with --mirror option ? On Thursday, December 17, 2015 at 9:46:23 PM UTC+5:30, Konstantin Khomoutov wrote: > > On Thu, 17 Dec 2015 04:40:34 -0800 (PST) > mkjke...@gmail.com wrote: > > > I am looking for a mechanism to completely backup my git repository .

Re: [git-users] Git checkout visual issue in CMD

2015-12-17 Thread Philip Oakley
Deigo, If you look carefully, the "*" asterisk is missing as well as the colourisation. This can be traced to builtin/branch.c#L423 which does an exact compare of the two ascii strings. The HEAD checked out branch name doesn't match any of the ref/heads However that's not the root cause.

Re: [git-users] Git checkout visual issue in CMD

2015-12-17 Thread Philip Oakley
[added in Konstantin] It looks like the checkout code does try to cope with the case (in terms of internally noting what was checked out), but it's not clear what git status shows for you. Does 'git status' show the the true branch name or the requested name? The checkout code is quite