[git-users] git-http-backend: anonymous read, authenticated write

2013-04-09 Thread Magnus Therning
, but then pushing doesn't succeed either. With this type of configuration I'm walking into the unknown on two fronts, lighty configuration and git, so with this email I'm hoping to eliminate one of the unknowns. Thanks in advance for any and all help. /M -- Magnus Therning OpenPGP

Re: [git-users] GIT on windows 7 - Two user accounts

2013-04-13 Thread Magnus Therning
. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Perl is another example of filling a tiny, short-term need, and then being a real problem in the longer term

Re: [git-users] GIT on windows 7 - Two user accounts

2013-04-13 Thread Magnus Therning
before contributing to non-work projects such as any FLOSS ones. In many places there are rules set down in employment contracts that influence what kind of projects you may contribute in your free time. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org

Re: [git-users] GitMinutes - a podcast for Git users

2013-05-07 Thread Magnus Therning
indeed. Lots of food for thought relating to git (especially from the discussion on branching), and quite a few concrete pointers to stuff worth researching (bfg and subtrees are the most interesting ones for me). Please keep it up. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4

Re: [git-users] Branches and workflow

2013-05-22 Thread Magnus Therning
manager, can answer. But hopefully it aids in thinking about the trade-offs of your options. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus I invented the term

Re: [git-users] Workflow help

2013-05-22 Thread Magnus Therning
from your needs. Since you are basing it on http://nvie.com/posts/a-successful-git-branching-model/ I'm guessing you work on a product that's released fairly infrequently and you only plan on providing support for the latest released version. Is that right? /M -- Magnus Therning

Re: [git-users] Git rebase for cleanup, after pushing

2013-06-01 Thread Magnus Therning
though, I very rarely keep those work-in-progress branches after they have been merged into master. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Most software today

Re: [git-users] Incremental Git Push

2013-06-19 Thread Magnus Therning
of manual record keeping, right? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Most software today is very much like an Egyptian pyramid with millions of bricks piled

Re: [git-users] Incremental Git Push

2013-06-20 Thread Magnus Therning
On Thu, Jun 20, 2013 at 11:54 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Thu, 20 Jun 2013 06:37:12 +0200 Magnus Therning mag...@therning.org wrote: Any ideas if it would be possible for Git to create a delta changeset that we could burn to DVD? Yes, this feature

Re: [git-users] Help on move the git repo directory from /opt/git to /passdev/git on unix server

2013-06-25 Thread Magnus Therning
repo from a client? Or run 'remote add' and 'fetch' in an existing work area. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Most software today is very much like

Re: [git-users] newbie questions

2013-06-28 Thread Magnus Therning
those: % vim my-file % git add my-file % git commit And finally you push back changes to the central repo: % git push /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http

Re: [git-users] newbie questions

2013-06-28 Thread Magnus Therning
roll back to the state before the last merge? How do i do this? In the repo on the web server you can simply roll back to a specific point using `git reset --hard ref`. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org

Re: [git-users] newbie questions

2013-06-28 Thread Magnus Therning
a great thing, and I'm sure that once you get used to it you'll miss it whenever you are forced to work with a VCS that doesn't work like Git. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http

Re: [git-users] ANNOUNCE: git-imerge -- Incremental merge and rebase for git

2013-07-17 Thread Magnus Therning
, visit https://groups.google.com/groups/opt_out. -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Perl is another example of filling a tiny, short-term need

Re: [git-users] On license type of a product which utilizes Git

2013-07-17 Thread Magnus Therning
should think carefully whether it would be better to use a commonly used OSI-approved license with a suggestion to donate to a charity of your choice. Basically something along of the license of Vim. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber

Re: [git-users] How to boost git performance on Windows

2013-07-22 Thread Magnus Therning
*why*, but if the machines you are using are in a domain it might worth a shot to just pull them out temporarily. If it makes a significant difference you'll have to dig more into the system settings to find out why that is. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] Git-SCM, create Repository

2013-07-28 Thread Magnus Therning
On Jul 27, 2013 9:12 AM, david.makg...@gmail.com wrote: Good day How do you create a new repository on git-SCM (ver 1.8.3) or where if the button to create one? If you are using git from the command line then use 'git unit's to create a new repo. To find out more about creating repos run 'git

Re: [git-users] Workflow from personal to local to remote?

2013-08-01 Thread Magnus Therning
/ -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Perl is another example of filling a tiny, short-term need, and then being a real problem in the longer term. -- Alan Kay

Re: [git-users] GIT Server On Ubuntu

2013-08-09 Thread Magnus Therning
Bonobo.Git.Server on windows it is working well on it. Why not just use it then? Is it not fulfilling all your needs for a git server? What is it missing? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] setup git server/web with lighttpd: gives …git-upload-pack not found

2013-08-13 Thread Magnus Therning
On Sun, Aug 11, 2013 at 01:22:29PM +0200, Lucas Calje wrote: thnx, the solution discussed there worked for me! Glad to hear it helped you. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] prune during fetch, can I make it default for a remote?

2013-08-19 Thread Magnus Therning
the following in my ~/.gitconfig, which I think works the way you want ;) [alias] fetch = fetch -p /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Most

Re: [git-users] Branch level authentication

2013-08-19 Thread Magnus Therning
solution' you can much more easily break the rule when the need arises. The day will come when you are facing a critical bug, that has to be pushed to `master`, but no-one authorized is available. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] Can Git run for commercial purposes?

2013-08-22 Thread Magnus Therning
of course there is no commercial license to acquire for git itself, you can just start to use it. If you make no changes to the git source code there are no obligations to fulfil, all participation in the community (e.g. answering questions on this list) are completely voluntary. /M -- Magnus Therning

Re: [git-users] Re: Multiple clones of the same remote repo

2013-09-03 Thread Magnus Therning
you drop into a shell and test what git on the command line says. Many of the GUIs for git are great, but they sometimes make it /very/ difficult to understand what the exact state of a clone is. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber

Re: [git-users] Migrate multi-repository setup form SVN to GIT

2013-09-03 Thread Magnus Therning
` or `git cherrypick` as needed). /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus The British have the perfect temperament to be hackers--technically skilled, slightly

Re: [git-users] SVN Git

2013-09-14 Thread Magnus Therning
with the SVN folder structure so it becomes easier to help you out. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Programs should be written for people to read

Re: [git-users] gmane

2013-09-16 Thread Magnus Therning
On Sun, Sep 15, 2013 at 11:07:23PM -0700, THUFIR HAWAT wrote: does this group allow posting through gmane? I believe so, yes. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http

Re: [git-users] gmane

2013-09-17 Thread Magnus Therning
On Mon, Sep 16, 2013 at 12:05:32PM +0200, Magnus Therning wrote: On Sun, Sep 15, 2013 at 11:07:23PM -0700, THUFIR HAWAT wrote: does this group allow posting through gmane? I believe so, yes. My bad, I wasn't reading your question properly... it is possible to post through the Google Groups

Re: [git-users] Working with diferent computers

2013-09-25 Thread Magnus Therning
with SVN? Put a bare repo where you can reach it both from your production and your development machine. Clone from it onto each machine and then commit+push and pull in git, just like you would commit and update in SVN. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] Easy question about merging

2013-10-12 Thread Magnus Therning
a bit of thinking to understand the theory behind it, but once I started using it it's made merges a bit easier. /M [1]: https://github.com/mhagger/git-imerge -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] Re: error when runing push

2013-10-16 Thread Magnus Therning
On Wed, Oct 16, 2013 at 12:06 PM, shlo.af...@gmail.com wrote: git 1.8.4 output of 'git remote -v' origin user@gitservre:/path/to/dir/projectd.git (fetch) origin user@gitservre:/path/to/dir/projectd.git (push) I saw now that you send me another email, and I tried 'git push origin master'

Re: [git-users] Switching to another hash on branch

2013-10-16 Thread Magnus Therning
... (say eee...) I know I can use the HEAD~# or whatever, but I'd like to find out how to do it based only on a hash... I might be misunderstanding you completely, but haven't you tried `git checkout hash`? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org

Re: [git-users] How to merge seperate repositories as branches in new repository?

2013-10-19 Thread Magnus Therning
gives you lots of control over merging, so this merges the history into the master branch every time is confusing, maybe it'd help seeing what you have before, the command you use, what you expect would happen, and finally what actually happens. /M -- Magnus Therning

Re: [git-users] Error 403: HTTP request failed

2013-10-20 Thread Magnus Therning
: Status code 403 responses are the result of the web server being configured to deny access, for some reason, to the requested resource by the client. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] GIT with large projects

2013-10-20 Thread Magnus Therning
the fundamental problems. Well, many of the issues you mention can be solved by using a build system that can take advantage of a shared cache of build objects. Connect a CI system that builds each branch regularly and you can largely get around those large local re-builds. /M -- Magnus Therning

Re: [git-users] GIT with large projects

2013-10-20 Thread Magnus Therning
On Sun, Oct 20, 2013 at 11:05:30AM -0700, Blake McBride wrote: See inline comments below: On Sunday, October 20, 2013 12:34:32 PM UTC-5, Magnus Therning wrote: On Sun, Oct 20, 2013 at 12:59:21AM -0700, Blake McBride wrote: Not sure what you mean about designed well, but in order to switch

Re: [git-users] GIT with large projects

2013-10-21 Thread Magnus Therning
Another option might be to have a single work area, and then have several build areas, one for each long-lived branch. Of course that only works if you can build out-of-tree. /M On Oct 20, 2013 7:33 PM, Blake McBride blake1...@gmail.com wrote: Yes. That is what I do, and it works. The

Re: [git-users] Restricting access to a portion of a repo?

2013-11-13 Thread Magnus Therning
to see parts of it. Split the files into several repos instead, then you can script, or use sub{modules,trees} when you need to bring them all together. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] Branching with dependencies

2013-11-15 Thread Magnus Therning
it basically just be to 1. branch off A at the point you want 2. merge in from B up till the point you want Otherwise, there's always cherry-pick. How would you accomplish what you ask for in the VCS you currently use? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] Git repo inside IGNORED subfolder of another Git repo

2013-11-19 Thread Magnus Therning
in $HOME/devo/proj1 only affects the git repo rooted there: % cd $HOME % git ls-files | wc -l 190 % cd $HOME/devo/proj1 % git ls-files | wc -l 32 /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] About GIT installation

2013-11-23 Thread Magnus Therning
/master-toc.html It might be worth pointing out that for a light-weight client-server setup it's enough to just put a bare Git repo on shared storage, e.g. a mapped Windows share. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag

Re: [git-users] branch from an old commit

2013-12-14 Thread Magnus Therning
://stackoverflow.com/questions/3329943/git-branch-fork-fetch-merge-rebase-and-clone-what-are-the-differences /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Good powers

Re: [git-users] Bundle as a single class

2013-12-26 Thread Magnus Therning
checkout my-branch % touch new-file [edit file to heart's content] % git add new-file % git commit -m 'Added the new-file.' As for the second part of the question I simply don't understand since git doesn't have any concept called a 'class'. /M -- Magnus Therning

Re: [git-users] how to generate pull request numbers using commit hash

2013-12-30 Thread Magnus Therning
[1]: https://github.com/contact [2]: https://help.github.com/ [3]: http://stackoverflow.com/questions/tagged/github -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus

Re: [git-users] Git for windows behind a proxy: no address associated with name

2014-01-06 Thread Magnus Therning
On Mon, Jan 6, 2014 at 1:32 PM, Steven Masfaraud stevenmasfar...@gmail.com wrote: Le lundi 6 janvier 2014 11:23:28 UTC+1, Magnus Therning a écrit : It seems to me you have configured an HTTP proxy and then try to clone via SSH. This is unlikely to work well. I suspect you need to configure

Re: [git-users] Git for windows behind a proxy: no address associated with name

2014-01-06 Thread Magnus Therning
On Mon, Jan 6, 2014 at 3:41 PM, Magnus Therning mag...@therning.org wrote: On Mon, Jan 6, 2014 at 1:32 PM, Steven Masfaraud stevenmasfar...@gmail.com wrote: Le lundi 6 janvier 2014 11:23:28 UTC+1, Magnus Therning a écrit : It seems to me you have configured an HTTP proxy and then try to clone

Re: [git-users] Re: Git for windows behind a proxy: no address associated with name

2014-01-20 Thread Magnus Therning
on git for Windows. Problem solved! I'm glad it worked out for you, but did you try following the guide on using git with putty that I sent earlier? I'd like to know whether it's worth sending that link to colleagues who find themselves in the same situation as you. /M -- Magnus Therning

Re: [git-users] rebase remove ignored files

2014-01-22 Thread Magnus Therning
-roberto-tyley-on.html Please come back and let us know what you ended up using and how it went. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus -- You received

Re: [git-users] gitignore change for tracked / untracked files

2014-01-22 Thread Magnus Therning
at `git clean`. By default it just lists the files it would delete, you have to pass it '-f' to actually remove stuff. You can also control whether you want it to deal with ignored files or not. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber

Re: [git-users] Git and SVN Repo sharing possible ?

2014-01-31 Thread Magnus Therning
`: http://www.tfnico.com/presentations/git-and-subversion [2]: http://www.subgit.com/ [3]: http://www.catb.org/esr/reposurgeon/ and if you are interested there's a Git Minutes episode on Blender's use of it http://episodes.gitminutes.com/2013/12/gitminutes-26-campbell-barton-on-tricky.html -- Magnus

Re: [git-users] Re: git can't find remote helper for https (but it's there)

2014-02-12 Thread Magnus Therning
, instead of $HOME/bin. This sounds like it could be a bug in the git build system, but judging if it is would require the exact build steps you ran. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] Any commercial products for GIT?

2014-02-25 Thread Magnus Therning
up the repos, a webserver. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus As long as there are ill-defined goals, bizarre bugs, and unrealistic schedules

Re: [git-users] Confused regarding master repo.

2014-03-13 Thread Magnus Therning
On Tue, Mar 11, 2014 at 03:27:39PM -0500, Chuck wrote: Err.. disregard I figured out how to use this in the manner we desire. Do you mind describing how you ended up using Git? It might help others to have your setup as an example. /M -- Magnus Therning OpenPGP

[git-users] Controlling where submodules are recorded?

2014-03-27 Thread Magnus Therning
. -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus In a hierarchy, every employee tends to rise to his level of incompetence. -- The Peter Principle pgp_HyMdNWmEk.pgp

Re: [git-users] Re: Controlling where submodules are recorded?

2014-03-28 Thread Magnus Therning
On Fri, Mar 28, 2014 at 7:58 AM, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Thursday, March 27, 2014 8:04:00 PM UTC+1, Magnus Therning wrote: I've just started taking a closer look at vcsh for keeping my dot-files in git. Currently I'm keeping them all in a single git repo, which

Re: [git-users] Colemak in Git Bash

2014-04-04 Thread Magnus Therning
and Qwerty is the layout, but Git Bash uses its own third variant. Any idea's on this? I think you might want to cross post this question to the mingw/msys mailing list: http://www.mingw.org/mailing_lists Git for Window comes with a bundled msys, and it's msys that provides bash. /M -- Magnus

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

2014-04-04 Thread Magnus Therning
://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt git-repo : https://code.google.com/p/git-repo/ myrepos : http://myrepos.branchable.com/ There are numerous options, if I understand your question. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] advice for migration

2014-04-08 Thread Magnus Therning
On Tue, Apr 8, 2014 at 1:16 AM, Phil Cruz philc...@gmail.com wrote: On Thursday, April 3, 2014 12:46:41 PM UTC-7, Magnus Therning wrote: On Thu, Apr 03, 2014 at 10:28:12AM -0700, Phil Cruz wrote: I need some guidance on how to import our existing SVN repo to Git. The structure of the repo

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

2014-04-09 Thread Magnus Therning
was the same developer implementing both sides. The teams were in charge of their own planning so it would have been neigh impossible to get the implementations of both sides into the same changeset anyway. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber

Re: [git-users] advice for migration

2014-04-10 Thread Magnus Therning
On Thu, Apr 10, 2014 at 12:11 AM, Phil Cruz philc...@gmail.com wrote: On Tuesday, April 8, 2014 1:24:08 AM UTC-7, Magnus Therning wrote: On Tue, Apr 8, 2014 at 1:16 AM, Phil Cruz phil...@gmail.com wrote: On Thursday, April 3, 2014 12:46:41 PM UTC-7, Magnus Therning wrote: On Thu, Apr 03

Re: [git-users] Git working with other SCM tools

2014-04-16 Thread Magnus Therning
. Merge from repoB:integration - repoB:trunk 2. Merge from repoB:trunk - repoB:integration After this repoB:trunk and repoB:integration should contain the same code. I hope this is an understable description, and that it helps. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email

Re: [git-users] How to refresh my local repo copy.

2014-04-17 Thread Magnus Therning
are looking for `git pull` (or possibly `git fetch`), but these commands are both prominently featured in every single tutorial I've read as well as obviously named that you simply can't have missed them! /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber

Re: [git-users] Creating a new branch

2014-04-22 Thread Magnus Therning
-- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe

[git-users] Bare clone with remote.origin.fetch set?

2014-04-26 Thread Magnus Therning
fetch = +refs/heads/*:refs/remotes/origin/* Or am I left to first cloning and then using `git config`? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Heuristic

Re: [git-users] Re: Bare clone with remote.origin.fetch set?

2014-04-27 Thread Magnus Therning
for pointing it out, that solved it nicely. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Perl is another example of filling a tiny, short-term need, and then being a real

Re: [git-users] Re: Using both personal and company SSH keys on BitBucket

2014-05-05 Thread Magnus Therning
it ;) No, seriously, that is a very neat trick; using different aliases for the same machine. I use it extensively for things like using different SSH keys / port forwardings / etc. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-06 Thread Magnus Therning
has to be exposed to the internet in order for the tests to pass. No? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Goto labels should be left-aligned in all caps

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-07 Thread Magnus Therning
feedback by turning to a mailing list dedicated to web programming, or to the specific framework you are using. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus -- You

Re: [git-users] worlds slowest git repo- what to do?

2014-05-15 Thread Magnus Therning
into a DVCS is a bad idea since every clone will control ALL versions of ALL files. That makes for a lot of used space! Maybe a backup is what you actually need: https://github.com/bup/bup Then take another look at git-annex and how it can be used as a client to bup. /M -- Magnus Therning

Re: [git-users] Which version of .gitattributes does git checkout use?

2014-05-15 Thread Magnus Therning
that .gitattributes file to a commit that it is part of? Same question for .gitignore. That ought to be rather easy to test with an experiment. Please let us know what you find, I'm curious too :) /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag

Re: [git-users] Git tags and information as file header

2014-05-15 Thread Magnus Therning
too? I'd be very interested in hearing your use case for having that info in the file. I'd love to be convinced that all those other VCSs haven't wasted effort on implementing a rather useless feature :) /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org

Re: [git-users] Git tags and information as file header

2014-05-15 Thread Magnus Therning
On Thu, May 15, 2014 at 11:21:25PM +0100, Andy Hardy wrote: On 15/05/2014 22:48, Magnus Therning wrote: - version: doesn't make sense in git, would it be the hash? what does that tell me? I find an identifier useful when investigating problems and wanting to confirm what files

Re: [git-users] Git tags and information as file header

2014-05-16 Thread Magnus Therning
On Fri, May 16, 2014 at 8:22 AM, Andy Hardy a...@hardyfamily.org.uk wrote: On 15/05/2014 23:39, Magnus Therning wrote: On Thu, May 15, 2014 at 11:21:25PM +0100, Andy Hardy wrote: On 15/05/2014 22:48, Magnus Therning wrote: - version: doesn't make sense in git, would it be the hash? what does

Re: [git-users] git commit -a ... I changed my mind

2014-05-22 Thread Magnus Therning
be easier to start over on a new repo instead. It depends on the nature of the changes you made... /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus -- You received

[git-users] About the spam

2014-05-23 Thread Magnus Therning
numbers on it. Is any admin of the list even on it any more? If so, would she/he/they please weigh in on the issue of spam getting through? Please!!! /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe

Re: [git-users] Re: git repository versioned .config file?

2014-06-03 Thread Magnus Therning
containing calls to `git config --local`. Yes, it's then a two-step procedure, and people might forget to perform the second step, but *I* am in control and a `git pull` will not silently cause any config changes. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] Re: git repository versioned .config file?

2014-06-03 Thread Magnus Therning
On Tue, Jun 03, 2014 at 07:34:10AM -0500, John McKown wrote: On Tue, Jun 3, 2014 at 7:12 AM, Magnus Therning mag...@therning.org wrote: On Tue, Jun 03, 2014 at 04:24:43AM -0700, Pierre-François CLEMENT wrote: I want to extend git commands set on per-repository basis and therefore

Re: [git-users] git.exe hangs in Windows 7

2014-06-06 Thread Magnus Therning
-- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural

Re: [git-users] Re: A password for cloning a git server

2014-06-08 Thread Magnus Therning
serving some web-based way of inspecting the git repo (or serving it using the https protocol) you can read the man-page of git-http-backend on how to set up read-only access via http://. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag

Re: [git-users] git diff -w --name-only does not work

2014-06-10 Thread Magnus Therning
to play well together either: % git diff --name-status -w M foo It also seems `-b` suffers from similar problems when combined with `--name-{only,status}`. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org

Re: [git-users] Looking for Suggestions

2014-06-13 Thread Magnus Therning
I'd rather point the beginner towards hg. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Code as if whoever maintains your program is a violent psychopath who knows

Re: [git-users] Git Changed File set

2014-07-13 Thread Magnus Therning
-only -r origin/master HEAD /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus I invented the term Object-Oriented, and I can tell you I did not have C++ in mind

Re: [git-users] Remove files and folders permanently from commit history and pack files

2014-07-15 Thread Magnus Therning
. Say that you were to rewrite a changeset manually using `git rebase -i` and marking it 'e', what shell commands would you use to modify the changeset? 2. Exactly what arguments did you pass to `git filter-branch`? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag

Re: [git-users] Remove files and folders permanently from commit history and pack files

2014-07-16 Thread Magnus Therning
running the command above? Does `git filter-branch` complete successfully? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Heuristic is an algorithm in a clown suit

Re: [git-users] Remove files and folders permanently from commit history and pack files

2014-07-16 Thread Magnus Therning
On Wed, Jul 16, 2014 at 09:34:32AM +0200, Magnus Therning wrote: On Wed, Jul 16, 2014 at 12:11:49AM -0700, cemico wrote: 2. We did this: git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch DIRECTORY/' --prune-empty --tag-name-filter cat -- --all and afterwards

Re: [git-users] Remove files and folders permanently from commit history and pack files

2014-07-16 Thread Magnus Therning
such a file is). Surely you'd have to modify it using some command in order to shrink to a size you're more happy with, no? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus

Re: [git-users] Remove files and folders permanently from commit history and pack files

2014-07-16 Thread Magnus Therning
like you should explore `git repack` and `git unpack-objects`. I haven't played around with that myself yet, but hopefully someone else will be able to help if you have further questions. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag

Re: [git-users] Unable to open previous versions of my project in GIT

2014-07-16 Thread Magnus Therning
/text document. But its not doing the same for excel/.xls file. Git works out of the box with text files (source code) if you put other kinds of files in and want diff/merge you need to tell git how to do it. It's all controlled using attributes, see `man gitattributes`. /M -- Magnus Therning

Re: [git-users] Git and binary files ... once more

2014-07-17 Thread Magnus Therning
-- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus In a hierarchy, every employee tends to rise to his level of incompetence. -- The Peter Principle pgpYfwQnY7o40.pgp

Re: [git-users] Git and binary files ... once more

2014-07-17 Thread Magnus Therning
. Of course you may completely disregard anything I write :) /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Any fool can write code that a computer can understand. Good

Re: [git-users] Git Diff

2014-08-03 Thread Magnus Therning
On 3 Aug 2014 01:52, Anonymous prasanna.sreepa...@gmail.com wrote: Hi All, I'm new to Git. I generated a patch using git diff patch command and submitted the patch for one of the open source projects. The automated tool which applies these patches and tests them, returned with below

Re: [git-users] repo init at GIT BASH

2014-08-08 Thread Magnus Therning
you install git? 3. What do shell do you use to run git? 4. In what location are you running the command? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus -- You

Re: [git-users] repo init at GIT BASH

2014-08-08 Thread Magnus Therning
On Fri, Aug 8, 2014 at 2:03 PM, Magnus Therning mag...@therning.org wrote: On Thu, Aug 7, 2014 at 3:00 PM, scmmanage scmman...@gmail.com wrote: $ repo init sh.exe: /c/Users/username/bin/repo: /usr/bin/env: bad interpreter: Permission denied I would love to help you, but I simply can't

Re: [git-users] Merge only one commit from a straight branch

2014-08-10 Thread Magnus Therning
. Also, I tried git-reset (without --hard) to achieve my goal, but it - of course - modified my index, too. I was wondering if reset is the correct thing to do in this case? while you CAN use `git reset --hard` I would suggest you look at `git merge --ff-only`. /M -- Magnus Therning

Re: [git-users] Breakage in UMTSFemto GIT repository

2014-08-15 Thread Magnus Therning
path, hopefully it's a script so you can read what it attempts to do. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus Most software today is very much like an Egyptian

Re: [git-users] issues with downloading project files from git

2014-08-18 Thread Magnus Therning
://github.com/laravel/laravel.git /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus I invented the term Object-Oriented, and I can tell you I did not have C++ in mind

Re: [git-users] Review changes in a concrete line of code

2014-08-19 Thread Magnus Therning
as well. Is there a command to compare all the changes between two given commits a file has suffered, in a given set of lines of code? AFAIK you'll always see all changes to a file. The command is `git diff commit0 commit1 -- file name`. /M -- Magnus Therning OpenPGP

Re: [git-users] git clean vs git status re .gitignore

2014-08-19 Thread Magnus Therning
workspace that are considered ignored by git status? How does `git clean -fdx` behave? I've never really understood the difference between -x and -X, but I've always used only -x and it behaves exactly the way I expect it to. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email

Re: [git-users] git clean vs git status re .gitignore

2014-08-22 Thread Magnus Therning
Would remove SRC/SOMELIB.dir/ That is, `git clean -ndX` won't remove ignored files located in ignored folders! I would argue that raising a bug on this is called for. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org

Re: [git-users] git clean vs git status re .gitignore

2014-08-22 Thread Magnus Therning
On Fri, Aug 22, 2014 at 07:41:46AM -0400, Paul Smith wrote: On Fri, 2014-08-22 at 10:05 +0200, Magnus Therning wrote: On Thu, Aug 21, 2014 at 10:16:08PM -0400, Paul Smith wrote: Does it seem incorrect to anyone else that git clean -X doesn't delete all the files in your workspace

  1   2   3   4   >