[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2012-10-24 Thread Thomas Ferris Nicolaisen
On Tuesday, October 23, 2012 9:35:23 PM UTC+2, Diego A. Torres wrote: > Well, I have more info for the group: > > we can execute on server: > > # GIT_TRACE=1 git repack > > and will receive detailed information about the way of the command: > > trace: exec: 'git-repack' > trace: run_command: 'git-

Re: [git-users] Re: Checkout a remote branch

2012-10-24 Thread Konstantin Khomoutov
On Wed, 24 Oct 2012 12:47:12 +0900 Max Hodges wrote: > I think the best way to get more efficient with using Git is to simply > start using a GUI. Then these operations are all just a matter of a > few clicks. > > I use SmartGit myself. some others are listed here > http://git-scm.com/downloads/

Re: [git-users] Re: Checkout a remote branch

2012-10-24 Thread Max Hodges
we are using https://bitbucket.org/ for our server. it's definitely much faster than command-line operations for adding files, staging, commits, merges, conflict solving, switching branches, etc. but I understand some people are just purists or enjoy commands because it makes them feel like a hack

Re: [git-users] Re: Checkout a remote branch

2012-10-24 Thread Konstantin Khomoutov
On Wed, 24 Oct 2012 23:05:25 +0900 Max Hodges wrote: > we are using https://bitbucket.org/ for our server. > > it's definitely much faster than command-line operations for adding > files, staging, commits, merges, conflict solving, switching > branches, etc. but I understand some people are just

Re: [git-users] Re: Checkout a remote branch

2012-10-24 Thread Max Hodges
>As to "much faster than ...", you sound like a religious zealot, sorry. why calls someone a nut (because they think a few clicks is faster than typing dozens of characters) and then say sorry? You sound passive-aggressive. On Thu, Oct 25, 2012 at 12:09 AM, Konstantin Khomoutov < flatw...@users

Re: [git-users] Beginner trying to understand the stash - how pop and apply affect the current branch you are on.

2012-10-24 Thread Konstantin Khomoutov
On Tue, 23 Oct 2012 10:56:21 -0700 (PDT) Kayatta Schmidt wrote: [...] > This is where I get confused. My intuition tells me there is no > reason to stash pop until I've checked out *branchA *again, but there > seems to be very little clarification on how the pop affects the > branches I am curre

[git-users] Perforce Fusion

2012-10-24 Thread Bill Shoenhair
Hello, Is anyone looking at Perforce Fusion? It's a new product from Perforce that blends Git with Perforce. Thanks, -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.c

[git-users] alternatives to git instaweb?, want to show uncommited changes

2012-10-24 Thread Joe Cabezas
hello! i want to show uncommited changes using git instaweb, but instaweb only shows commited changes... i just want to show the git diff output to someone easy..., there is any alternatives to git instaweb?, thank you -- You received this message because you are subscribed to the Google Groups

Re: [git-users] Re: Checkout a remote branch

2012-10-24 Thread Gabriel Lau
> > *...enjoy commands because it makes them feel like a hacker or something > ;)* It's true. The feeling of writing a few lines of code and see the "magic" happen is much more enjoyable than pushing a few buttons. =) I believe that before using a GUI or something that make life easier in schedu

[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2012-10-24 Thread Diego A. Torres
Great! that worked. I had zlib installed, but I was missing: $ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH Thank you! Diego. On Tuesday, October 23, 2012 10:14:03 AM UTC-6, Diego A. Torres wrote: > > Hello there, > > May some of you help me to troubleshoot this one?: >