Re: [git-users] whats the difference?

2014-08-26 Thread Konstantin Khomoutov
On Sat, 23 Aug 2014 00:08:49 -0700 (PDT) eamira...@gmail.com wrote: would you please tell me what advantages will I get if I change our source control system from sourcesafe to git? I know about the differences but please tell me about the branching part!!!if we change similar files in our

Re: [git-users] Cherry picking fails for obscure reasons

2014-08-26 Thread Philip Oakley
- Original Message - From: Torsten Bronger To: git-users@googlegroups.com Sent: Friday, August 22, 2014 12:24 PM Subject: [git-users] Cherry picking fails for obscure reasons Hallöchen! I try to merge two repos, yielding a flat (aka interleaved) history. I do this

Re: [git-users] strange histories from git filter-branch

2014-08-26 Thread Dale R. Worley
From: Bernard Clark berniecla...@gmail.com I've been running the git filter-branch described here http://stackoverflow.com/questions/14759345/how-to-split-a-git-repository-and-follow-directory-renames. . But the resulting history includes at least two extraneous commits, i.e., commits

[git-users] What happens when the repository is bigger than gc.autopacklimit * pack.packSizeLimit?

2014-08-26 Thread Dale R. Worley
A number of commands invoke git gc --auto to clean up the repository when there might be a lot of dangling objects and/or there might be far too many unpacked files. The manual pages say: git gc: --auto With this option, git gc checks whether any housekeeping is

[git-users] Making repacking faster

2014-08-26 Thread Dale R. Worley
I've got a Git repository that I use to log updates to system files. Not things in /var that change every day, but configuration files in /etc, binaries in /usr, etc. Of course, the repository is large, 9 or 10 GB now. I've just discovered that setting core.bigFileThreshold = 10k speeds up

[git-users] Git rebase command!

2014-08-26 Thread Gopi Naidu
getting the issue with git rebase command on HPIA machine bash-4.0$ git version git version 2.0.4 bash-4.0$ uname -a HP-UX machine-name B.11.31 U ia64 1660207278 unlimited-user license bash-4.0$ git rebase fatal: Uh oh. Your system reports no Git commands at all. bash-4.0$ please help -- You

Re: [git-users] Git rebase command!

2014-08-26 Thread Philip Oakley
- Original Message - From: Gopi Naidu To: git-users@googlegroups.com Sent: Monday, August 25, 2014 10:29 AM Subject: [git-users] Git rebase command! getting the issue with git rebase command on HPIA machine bash-4.0$ git version git version 2.0.4 bash-4.0$ uname -a HP-UX machine-name

Re: [git-users] Cherry picking fails for obscure reasons

2014-08-26 Thread Torsten Bronger
Am Dienstag, 26. August 2014 20:38:56 UTC+2 schrieb Philip Oakley:  - Original Message - *From:* Torsten Bronger javascript: *To:* git-...@googlegroups.com javascript: *Sent:* Friday, August 22, 2014 12:24 PM *Subject:* [git-users] Cherry picking fails for obscure reasons