Re: [git-users] Using git for multiple projects

2014-04-08 Thread Maurizio Vitale
I've never used multiple git repositories in large scale multi-committer projects (the closest is a new language frontend for llvm that uses submodules for beinging in clang and llvm, but I'm the only committer). I see people advocating splitting large code bases into multiple git repository and t

Re: [git-users] Mixed binaries and non-binaries in a repository

2014-06-28 Thread Maurizio Vitale
keeping binaries in a separate repositories only helps if in most cases you clone and work just on the sources. This avoid having everybody's repositories (in a dvcs a normal clone gives you a full copy of the repository and its history). there're other ways for dealing with large files in git (gi

[git-users] format used in Documentation/*txt

2014-08-02 Thread Maurizio Vitale
somebody knows what it is? Thanks -- 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:/

Re: [git-users] how corporates handle git repositories?

2014-09-09 Thread Maurizio Vitale
On Sat, Sep 6, 2014 at 5:23 AM, Roman Neuhauser wrote: > # madhan.dhanikacha...@gmail.com / 2014-09-04 21:26:59 -0700: > > I see github is a place to hold repositories so multiple people can work > on > > a project. > > my question would be, I know for sure my company won't be OK with hosting > >

Re: [git-users] how corporates handle git repositories?

2014-09-10 Thread Maurizio Vitale
On Wed, Sep 10, 2014 at 2:37 AM, Roman Neuhauser wrote: > # mrz@gmail.com / 2014-09-09 12:27:03 -0400: > > On Sat, Sep 6, 2014 at 5:23 AM, Roman Neuhauser > wrote: > > > you seem to be unaware that if you pay some money you can have > "private" > > > repos in github. those are accessible on

[git-users] examples of particularly bad merges

2014-10-29 Thread Maurizio Vitale
Hi all, recently I've seen a very bad (perforce) merge at work, where we had to reconcile two branches that have diverged for more than a year. Perforce, I don't care much. In the process of helping with that merge, I created many partial git repositories (and in some cases used git-imerge. That

Re: [git-users] Do you use Git for co-working others than development ?

2014-12-29 Thread Maurizio Vitale
On Tue, Dec 23, 2014 at 1:55 PM, Florian Coste wrote: > Hello, > > Thank you for your answer ;) Other people said me yesterday on Git irc > channel that .odt files are binary, and Git will not handle them correctly. > I don't know DocBook XML, or Markdown, but after some research, I don't > thin

Re: [git-users] Offering bounty: Help me use git5 to keep GitHub / Piper in sync

2015-05-18 Thread Maurizio Vitale
internal Google tools. git5 is a git insulation layer on top of perforce. piper I won't tell, because until I was at Google I couldn't and I don't know what the status is now. Maybe some current Googler can do that. the peer bonus is also only internal to Google, so in short nothing to see here O

Re: [git-users] Strict, domain-based read/write vs. read-only access.

2016-01-07 Thread Maurizio Vitale
you can have multiple ssh credentials and unless users share the same home directory (and hence .ssh directory) you can still have different permissions "per domain" w/ gitolite. On Thu, Jan 7, 2016 at 6:17 AM, David Barr wrote: > Hi, Magnus, > > The Enterprise I'm working at has separated its

Re: [git-users] Keeping Timestamps

2017-06-06 Thread Maurizio Vitale
Everybody else manage without restoring the timestamps, so it would be probably easier if you described what you want to achieve. Because when you clone a repository clearly the time of the last write is when the files are written into your workspace. Pretending that is some other date in the past

Re: [git-users] Re: git5 submit bypassing tap

2013-10-04 Thread Maurizio Vitale
those may or may not be names of internal google tools On Sat, Sep 21, 2013 at 5:08 PM, Thomas Ferris Nicolaisen wrote: > On Friday, September 20, 2013 11:34:14 AM UTC+2, Rajnish Kumar wrote: > >> Hi, >> >> Just tried submitting a CL using TAP, which ran 422 test cases and had 7 >> failures. The