Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Konstantin Khomoutov
On Mon, 9 Nov 2015 15:08:37 +0300 Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: [...] > > In ~/src/my-repo-branch/master running git log will show the latest > > commits to master, but the working directory will be out of date. > > > > Is it possible

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-10 Thread Konstantin Khomoutov
On Mon, 9 Nov 2015 22:11:04 +0100 Gergely Polonkai wrote: [...] > > In case you "kind of heard" exchanging histories between non-bare > > repos is a no-no, I can assure you that's nonsense -- while you > > obey certain simple rules. Actually, the single rule: don't try to >

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Konstantin Khomoutov
On Mon, 09 Nov 2015 17:59:13 + phillip.l...@newcastle.ac.uk (Phillip Lord) wrote: [...] > I was trying something slightly evil > though, which breaks this. I've been using unison to sync > > ~/src/my-repo > > between machines. [...] But why? If you have unison working between those

Re: [git-users] git fsck error - duplicate file entries - different then existing stackoverflow scenarios

2015-11-12 Thread Konstantin Khomoutov
On Wed, 11 Nov 2015 14:30:40 -0800 (PST) Wind Over Water wrote: > I have a repo that is giving a 'git fsck --full' error that seems to > be different from the existing questions and answers on stackoverflow > on this topic. For example, in our fsck error it is not obvious >

Re: [git-users] Re: git fsck error - duplicate file entries - different then existing stackoverflow scenarios

2015-11-13 Thread Konstantin Khomoutov
On Thu, 12 Nov 2015 15:37:15 -0800 (PST) Wind Over Water wrote: Hi! > Some more info: > > Looking deeper into the first reported duplicate: [...] Did you see the Jeff King's response on the main Git list (he Cc'd you)? If yes, did it help? If no, please consider

Re: [git-users] Re: git fsck error - duplicate file entries - different then existing stackoverflow scenarios

2015-11-13 Thread Konstantin Khomoutov
On Fri, 13 Nov 2015 18:27:35 +0300 Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: [...] > Did you see the Jeff King's response on the main Git list (he Cc'd > you)? If yes, did it help? [...] > You can check the fate of your messages here [1] ;-) > > 1.

[git-users] git on windows - unable to create file.exe during install

2015-11-14 Thread Konstantin Khomoutov
I'd say this file is either kept opened (being executed counts as this) by some other program or — less likely, I admit — have some weird permissions set on it so that you really have no permissions for deleting it (Windows ACLs are powerful but very complicated). So I'd first get the

Re: [git-users] contaminated git log

2015-11-16 Thread Konstantin Khomoutov
On Mon, 16 Nov 2015 08:28:37 -0800 (PST) Daniel Doron wrote: > > > see screen capture here: http://postimg.org/image/esgjyhk9j/ > > > had to black out some parts because of proprietary info...but I > > > hope you get the gist. > > > > This "remote" stuff seems to be

Re: [git-users] contaminated git log

2015-11-16 Thread Konstantin Khomoutov
On Mon, 16 Nov 2015 05:52:22 -0800 (PST) Daniel Doron wrote: > see screen capture here: http://postimg.org/image/esgjyhk9j/ > had to black out some parts because of proprietary info...but I hope > you get the gist. This "remote" stuff seems to be reachable from two

Re: [git-users] contaminated git log

2015-11-16 Thread Konstantin Khomoutov
On Mon, 16 Nov 2015 05:17:11 -0800 (PST) Daniel Doron wrote: > I have a local repository to which I added a remote so I can cherry > pick some commits. > now, I removed the remote and any related branches, as I no longer > need it. my problem is that "git log --all"

Re: [git-users] CApath: none ????

2015-11-16 Thread Konstantin Khomoutov
On Mon, 16 Nov 2015 05:56:31 -0800 (PST) Maurizio wrote: > I am rather new to git. > > Suddenly I get this error message when I try to add (or push) to > remote: > > Add Remote Repository: unable to access > 'https://mau...@bitbucket.org/mauvia/libro_arc.git/':

Re: [git-users] contaminated git log

2015-11-17 Thread Konstantin Khomoutov
On Tue, 17 Nov 2015 00:06:19 -0800 (PST) Daniel Doron wrote: > >> > see screen capture here: http://postimg.org/image/esgjyhk9j/ > >> > had to black out some parts because of proprietary info...but I > >> > hope you get the gist. > >> > >> This "remote" stuff seems

Re: [git-users] How to handle a longrunning branch

2015-11-17 Thread Konstantin Khomoutov
On Tue, 17 Nov 2015 10:02:03 -0800 (PST) mike wrote: > I have had a branch, feature_xyz, for a long time ( yes I know I > should not but it was not my call). Problem is I have not updated it > with changes from master. So I started to do a regular rebase ( i > want

Re: [git-users] "Index file" -- what is it?

2015-11-03 Thread Konstantin Khomoutov
On Tue, 3 Nov 2015 14:42:33 +0300 Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: [...] > [1] and [2] -- in this order -- are good at explaining what the > staging area is all about. [...] > 1. https://jwiegley.github.io/git-from-the-bottom-up/ > 2. https://git-sc

Automatic download at git-scm.com does not work (Was: [git-users] Cant download Git)

2015-11-03 Thread Konstantin Khomoutov
On Tue, 3 Nov 2015 04:55:22 -0800 (PST) M Hendrickson wrote: > I am trying to download Git. When I click download for Mac OS X it > says "download starting" but the download doesn't start. > > There is a manual download option from sourceforge. But some have > warned me that

Re: [git-users] "Index file" -- what is it?

2015-11-03 Thread Konstantin Khomoutov
On Sun, 1 Nov 2015 12:31:59 -0800 Michael wrote: > So I'm starting to be aware that the "index file" isn't a file, but > effectively a full commit that isn't finalized. > > Can someone point me to a good explanation of what the index actually > is, and is not, so I'm not

Re: [git-users] Detect destructive changes betweeen two file versions

2015-10-30 Thread Konstantin Khomoutov
On Fri, 30 Oct 2015 05:06:00 -0700 (PDT) Ivan Švaljek wrote: > >> Is it possible to automate an C# app using git, so I get a flag > >> whether the changes in the new file version are destructive or > >> non-destructive? Bonus question: is there a functionality in git > >>

Re: [git-users] Return values of git commands

2015-11-06 Thread Konstantin Khomoutov
On Fri, 6 Nov 2015 08:26:25 -0800 (PST) Wink Saville wrote: > git config alias.sdiff '!'"git diff && git submodule foreach 'git > diff'" [...] > Thus, the alias.sdiff makes sense, but is there documentation on the > return values? I don't think these return values are

Re: [git-users] Detect destructive changes betweeen two file versions

2015-10-30 Thread Konstantin Khomoutov
On Fri, 30 Oct 2015 10:59:49 -0700 (PDT) Ivan Švaljek wrote: > Yes I would like to get the diff state in a C# program of mine, Git > is one candidate if it's the easiest way to get such a state. > Git is also a candidate because it has some merge functionality if > I'm

Re: [git-users] How do I tell git to use openssl in /usr/local

2015-10-14 Thread Konstantin Khomoutov
On Wed, 14 Oct 2015 07:56:29 -0700 (PDT) Greg Ramos wrote: > I am trying to build git from source. I have new versions of openssl > and libcurl. When I type 'make', the build wants to use libcryto > in /usr/lib64. How do I tell the build to use what's in /usr/local? Usually

Re: [git-users] Exit Code 128 - ssl3_check_cert_and_algorithm:dh key too small

2015-10-20 Thread Konstantin Khomoutov
On Mon, 19 Oct 2015 23:14:27 -0700 (PDT) Kunal Kishan wrote: > OS - Windows 7 Enterprise , Intel Xeon CPU , 16GB RAM > Git Version : 2.6.2.window.1 > Git Command -> *git ls-remote --tags --heads > https://github.com/zurb/bower-foundation.git* > Behind Proxy : YES > >

Re: [git-users] Git Software Architecture

2015-10-21 Thread Konstantin Khomoutov
On Tue, 20 Oct 2015 20:02:54 -0700 (PDT) Aravind Ganesan wrote: > I am doing an architecture analysis of Git and I want the > prescriptive architecture of the system ( or the architectures for > the earlier versions ). I searched all over but couldnt get any > material

Re: [git-users] how to git clone/pull/push another PC without entering password ?

2015-10-18 Thread Konstantin Khomoutov
On Sat, 17 Oct 2015 02:45:28 -0700 (PDT) liu wen wrote: > I have two laptop A and B, I want to create a shared repository on A, > and I can clone/pull/push the shared repo on B. > is it possible? if so, what are the clone command like? > > and do I need to enter

Re: [git-users] HELP git cant recognize ANY commands

2015-10-12 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 08:01:41 -0700 (PDT) Tzahalla Sircher wrote: > So I run windows 8.1, and Im using Gitbash on it. The line that > appears now before Typing any command is bash.exe"-3.1$ Yes, that's weird. What's your version of Git for Windows? Where did you downloade

Re: [git-users] HELP git cant recognize ANY commands

2015-10-12 Thread Konstantin Khomoutov
On Sat, 10 Oct 2015 20:58:47 -0700 (PDT) Tzahalla Sircher wrote: > I know its because I have " Before the command line (blabash32": $) > but I dont know how to change it so the quotation marks arent there > anymore cause its been canceling any command. HELP. Also, changing >

Re: [git-users] Two repositories in one Visual studio project

2015-10-07 Thread Konstantin Khomoutov
On Wed, 7 Oct 2015 12:32:49 +0200 Magnus Therning wrote: > > No I like to do a copy with history from a repository into a > > directory of another repository > > > > git T8Suite TrionicSuites/T8Suite > > > > Both T8Suite and TrionicSuites are repros > > I suspect

Re: [git-users] HELP git cant recognize ANY commands

2015-10-13 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 23:10:52 +0200 Magnus Therning wrote: > > > > This is what I got...(Hope I did it right...). The git version is > > 2.6.1.windows.1 > > All we see

Re: [git-users] Re: Undefined symbols for architecture x86_64: "_reencode_string_iconv"

2015-10-13 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 12:54:20 -0700 (PDT) mham...@sandia.gov wrote: > FWIW, I'm doing a farily straightforward build from source > > tar zxf git-2.6.1.tar.gz > cd git-2.6.1 > export NO_APPLE_COMMON_CRYPTO=1 > make configure > ./configure --prefix=/blah/blah/blah > make As usually, is [1] what

Re: [git-users] Clone sub-directory in the main repository

2015-10-06 Thread Konstantin Khomoutov
On Tue, 6 Oct 2015 03:39:30 -0700 (PDT) Anand Aravind wrote: > I had pushed my code in the structure below: > > Source: > >Win32 >Win64 >Ubunutu64 >Ubuntu32 > > I had to clone the code form Win32 Folder only. That's impossible due to the data model

Re: [git-users] An unbelievably newby question

2015-10-13 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 11:19:21 -0700 Kenoli Oleari wrote: > Thanks for these replies. I will jump in and try them out. > > For all the cheers about GIT, If find it incredibly difficult to use > (or to even understand) > > I appreciate the support. I wonder if you have any

Re: [git-users] error: unknown type name 'SecTransformRef'

2015-10-09 Thread Konstantin Khomoutov
On Thu, 8 Oct 2015 16:37:54 -0700 (PDT) mham...@sandia.gov wrote: > We've been using git-1.7.3 for some time, and decided to bite the > bullet and bring it up-to-date. git-2.6.1 built fine on all of our > linux-type machines, but failed with the error shown below on our Mac > OS X 10.9 systems: >

Re: [git-users] Pushing a rebased branch without --force

2015-09-03 Thread Konstantin Khomoutov
On Thu, 3 Sep 2015 19:16:23 +0300 Ram Rachum wrote: [...] > > Yes, since some version `git push` learned the --force-with-lease > > command-line option which does just what you want: makes sure the > > tip of the existing branch is exactly what you expect it to be. > > I

Re: [git-users] Git push URL encoding issue

2015-09-03 Thread Konstantin Khomoutov
On Thu, 3 Sep 2015 10:01:01 -0700 (PDT) Bideep Bezbaruah wrote: > This is a service consumed by many users and there is a validation > requirement where every user trying to use this service, needs to be > authenticated against the repo that is passed. For ex: User

Re: [git-users] Git push URL encoding issue

2015-09-03 Thread Konstantin Khomoutov
On Thu, 3 Sep 2015 09:24:40 -0700 (PDT) Bideep Bezbaruah wrote: > I have a use case to push files to git using command like: > > git push https://:github.company.com/abcd/devrepo > > master:master > > But, if the password contains special characters like ‘@’ and ‘$’, I

Re: [git-users] Pushing a rebased branch without --force

2015-09-03 Thread Konstantin Khomoutov
On Thu, 3 Sep 2015 05:17:34 -0700 (PDT) Ram Rachum wrote: > I've been using Git for years, but only recently I started working > for a big company where they use `git rebase` to maintain a linear > history. > > One problem I have with this is that when I rebase a branch, I

Re: [git-users] Pushing a rebased branch without --force

2015-09-03 Thread Konstantin Khomoutov
On Thu, 3 Sep 2015 19:45:11 +0300 Ram Rachum wrote: [...] > I'm really lost in your reply. I had a problem: I want to have a push > command that (1) works even after a rebase and (2) refuses to push > when there's a new commit in the remote branch that doesn't exist in >

Re: [git-users] Bug in handling special characters in GIT SVN

2015-09-08 Thread Konstantin Khomoutov
On Tue, 8 Sep 2015 02:16:51 -0700 (PDT) Sergiy Barlabanov wrote: > We have recently a problem my dcommiting renamed files containing $ > character in their names. GIT SVN crashed with the error: > > Assertion failed: (svn_uri_is_canonical(child_uri, NULL)),

Re: [git-users] How to use deploy keys

2015-09-02 Thread Konstantin Khomoutov
On Tue, 1 Sep 2015 16:55:39 -0700 (PDT) widgetla...@gmail.com wrote: > I've created a deploy key to use for our build server and associated > the public key with the repos. I cannot, however, for the life of me, > figure out how to connect and clone the repo using the private deploy > key. I have

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 13:37:32 +0200 Gergely Polonkai wrote: [...] > [1] https://github.com/jedbrown/git-fat > [2] https://github.com/alebedev/git-media > [3] http://www.jfrog.com/artifactory/ Another two projects to possibly look at are git-annex and git-lfs. I'm sill

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 00:23:09 -0700 (PDT) pozzu...@gmail.com wrote: > I'm very new to VCS and git, so I have some difficulties to use them. > > I'd like to use git for my embedded projects. I consider a must have > feature the possibility to retrieve the binary files of an old > release. In this

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 16:04:43 +0300 Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: [...] > The basic idea is like this: once the release build is done, you > > 1) Archive the necessary binary files (that's really > platform-dependent: on Windows, I'd use plain zip

Re: [git-users] git-http-backend nearly works

2015-09-14 Thread Konstantin Khomoutov
On Mon, 14 Sep 2015 05:23:19 -0700 (PDT) Niklaas Baudet von Gersdorff wrote: > I (nearly) successfully set up `git-http-backend`. Pulling is no > problem but pushing hangs at this stage (just an example git push): > > $ git push > Username for '': niklaas > Password

Re: [git-users] Question about local files

2015-09-14 Thread Konstantin Khomoutov
On Mon, 14 Sep 2015 09:45:26 -0700 (PDT) Najgit wrote: > If (locally) in gitbash I > create a new branch e.g. 'dev' >then create a new file: eg touch style.css > then git add, git commit -m "..." > > and then switch back to master and type ls > >

Re: [git-users] help me about the branch creation time

2015-09-11 Thread Konstantin Khomoutov
On Fri, 11 Sep 2015 17:03:01 +0800 lei yang wrote: > I want to know the branch creation time, any help ( I don't have > master branch) This information is not stored anywhere in any form. The closest approximation of it you can get is the commit time of the first commit

Re: [git-users] How to get install bits

2015-09-15 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 13:09:09 -0700 (PDT) Gary Foster wrote: > I work for a large company and our firewalls won't allow for the > downloads attempted after the initial installer is executed. > > How can we get a package with all the bits required for the install? Yes. The

Re: [git-users] Question about local files

2015-09-15 Thread Konstantin Khomoutov
On Tue, 15 Sep 2015 08:05:01 +0200 Gergely Polonkai wrote: > > > If (locally) in gitbash I > > > create a new branch e.g. 'dev' > > >then create a new file: eg touch style.css > > > then git add, git commit -m "..." > > > > > > and then switch back to master and

Re: [git-users] git pull/merge without committing local changes

2015-09-17 Thread Konstantin Khomoutov
On Thu, 17 Sep 2015 07:22:27 -0700 (PDT) Machiel Kolstein wrote: > I am a newbie with GIT. I previously only had experience with CVS and > SVN. As happens quite commonly, this experience is actively hurting you ;-) But we'll try to help this. > I am working with some other

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 11:34:32 -0700 (PDT) pozzu...@gmail.com wrote: > > The simplest solution I can think of, which does not involve any > > tools outside of Git (well, almost), is using the lesser-known fact > > Git's object database is able to store arbitrary data -- not > > necessarily bound to

Re: [git-users] Git commit was done twice and then git review - does not work

2015-09-29 Thread Konstantin Khomoutov
On Tue, 29 Sep 2015 05:31:07 -0700 (PDT) nmh wrote: > I cloned a git repository, made some changes.. i did git commit .. > forund that changes are not complete , made some more changes > to the same files, and now i did git commit again. > Now i did git review to submit

Re: [git-users] Spacing changes and applying patches/diffs

2015-09-28 Thread Konstantin Khomoutov
On Sun, 27 Sep 2015 23:47:23 -0700 Michael wrote: > So how do you deal with patches that are mostly wrecked by spacing > changes? Try `git merge -s recursive -X ignore-space-change `? Please search the git-merge manual page for the "white" keyword. [...] -- You received

Re: [git-users] Two repositories in one Visual studio project

2015-10-02 Thread Konstantin Khomoutov
On Fri, 2 Oct 2015 06:52:33 -0700 (PDT) Meindert Oldenburger wrote: > Good point. What left is how to make a distinction in the repository > of the different projects? For example I move T7Suite and T8SuitePro > to CommonSuite. Are the following actions a good approach?: >

Re: [git-users] GITK: Crashes when calling it with a branch name and a Non-English locale

2015-10-01 Thread Konstantin Khomoutov
On Wed, 30 Sep 2015 22:58:23 -0700 (PDT) Uli He wrote: > I upgraded to version 2.6.0 and now I'm observing crashes when > starting gitk and specifying a branch: [...] > $ gitk master # crashes > Error in startup script: bad menu entry index "Ansicht bearbeiten ..."

Re: [git-users] Is git rebase same as ClearCase rebase?

2015-09-24 Thread Konstantin Khomoutov
On Thu, 24 Sep 2015 08:06:23 -0700 (PDT) Jirong Hu wrote: > Hi All > > I am new to git but familiar with ClearCase. I think the git merge is > same as the ClearCase merge/deliver, but is the git rebase same as > ClearCase rebase? Any different? I think after reading [1],

Re: [git-users] Does companies hire git administrators?

2015-09-24 Thread Konstantin Khomoutov
On Thu, 24 Sep 2015 08:24:49 -0700 (PDT) Jirong Hu wrote: > I am new to git, and was a clearcase administrator. Just wondering > for companies using git, do they usually have a git administrator or > the development team is doing all themselves? A "git administrator" is a

Re: [git-users] Silent install?

2015-09-22 Thread Konstantin Khomoutov
On Tue, 22 Sep 2015 03:48:30 -0700 (PDT) Will Lucas wrote: > I was wondering if there are any install flags for git to be > installed silently and to be able to pre-choose the install options > to make it completely silent? Using the standard '/S' flag for > the .exe just

Re: [git-users] Re: git pull/merge without committing local changes

2015-09-21 Thread Konstantin Khomoutov
On Fri, 18 Sep 2015 01:46:14 -0700 (PDT) Machiel Kolstein wrote: [...] > Just after reading it for the first time, I see that there is not > only one, but two very well explained answers to my question (I am > not sure yet which one I will chose, because it will take some time

Re: [git-users] Is there a problem with Git 2.5.3 "Start In" folder location?

2015-09-21 Thread Konstantin Khomoutov
On Sun, 20 Sep 2015 10:11:13 -0700 (PDT) Patrick Piché wrote: > Hi, I just downloaded the latest Git release; 2.5.3 and I can't seem > to make the Git Bash open in my correct projects folder. > > I go to Properties > Start in and add a valid Path: C:\Users\*me* >

Re: [git-users] How can I ignore insignificant change during merge ?

2015-10-06 Thread Konstantin Khomoutov
On Mon, 5 Oct 2015 05:11:29 -0700 (PDT) Jens Brejner wrote: > I need to merge a branch, +100k changes. The vast majority of changes > are insignificant, because they only represent a screen position in > the editor, so these changes should never have been in git - but but >

Re: [git-users] untracked files not shown when using 'git status'

2015-11-27 Thread Konstantin Khomoutov
On Fri, 27 Nov 2015 08:16:30 -0800 (PST) Kurt Vermeiren wrote: > In our project we have 4 untracked files, for local development. > > Output of *git status *: > > Untracked files: > (use "git add ..." to include in what will be committed) > >

Re: [git-users] Windows GIT install PATH

2015-12-03 Thread Konstantin Khomoutov
On Thu, 3 Dec 2015 10:25:41 -0800 (PST) ra la wrote: > I use GIT a long time and I updated now from 1.9.x to 2.6.x. > I noticed that IntelliJ doesn't find my git.exe anymore. > Now I found it in AppData. > > Why is it there? > Can I *move it back* to Program Files?

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] Updating the working set without updating the index?

2015-12-16 Thread Konstantin Khomoutov
On Tue, 15 Dec 2015 13:33:56 -0800 (PST) Ryan Milligan wrote: > Hello all, I’m not really sure how to quickly sum up the scenario I’m > trying to achieve here, so this is going to run a little bit long. > > Basically, I’ve run into several situations where I want to be able >

Re: [git-users] Git for Windows (10)

2015-12-22 Thread Konstantin Khomoutov
On Tue, 22 Dec 2015 06:45:33 -0800 (PST) Mark Allen wrote: > Thanks for the reply. > > No - it's not anything being blocked. I've tried it on a fresh, clean > install of Windows 10 (with only updates applied) and with Windows > Firewall turned off. > > Looks like I'm

Re: [git-users] Fairly new to GIT questions

2015-12-23 Thread Konstantin Khomoutov
On Wed, 23 Dec 2015 10:03:49 -0800 (PST) Lou Elston wrote: > I am a Windows user. I do not know BASH, so I am using GIT-CMD, and > am working my way through the LinkedIn\Lynda, GIT Beginners course. > Why (it does not happen every single time), do I have to do a Cntrl\C

Re: [git-users] Fairly new to GIT questions

2015-12-23 Thread Konstantin Khomoutov
On Thu, 24 Dec 2015 07:58:38 +1300 Charles Manning wrote: > > > I am a Windows user. I do not know BASH, so I am using GIT-CMD, > > > and am working my way through the LinkedIn\Lynda, GIT Beginners > > > course. Why (it does not happen every single time), do I have to > >

Re: [git-users] Git for Windows (10)

2015-12-22 Thread Konstantin Khomoutov
On Tue, 22 Dec 2015 05:28:15 -0800 (PST) Mark Allen wrote: > I just installed Git for Windows on Windows 10. If I try to open Git > Bash, I get the error "Failed to fork child process: No such file or > directory.". > > It looks like Mintty hasn't installed (despite that

Re: [git-users] Re: Fairly new to GIT questions

2015-12-23 Thread Konstantin Khomoutov
On Wed, 23 Dec 2015 11:48:25 -0800 (PST) Lou Elston wrote: > I am going to stick with the GIT-CMD. As far as I can tell, the only > way to get out of 'less' is to cntrl\C, and I am getting used to > doing that. Are you positive it's 'less' then? I mean, are you able to

Re: [git-users] Re: Fairly new to GIT questions

2015-12-24 Thread Konstantin Khomoutov
On Wed, 23 Dec 2015 13:25:42 -0800 (PST) Lou Elston wrote: > You get to the point where you try so any different things (when > things are new to you), that you are no longer aware of what you > originally had. Less appears to be the >

Re: [git-users] Question about when to merge master into my feature branch

2015-12-29 Thread Konstantin Khomoutov
On Mon, 28 Dec 2015 22:07:38 +0100 Magnus Therning wrote: [...] > 2. I've chosen a prefix for published branches that may be rebased, > "devo/". I then make sure to communicate to the rest of the team that > it's not safe to base any work on branches named liked that. Just

Re: [git-users] Newbie question on git home server setup

2015-12-29 Thread Konstantin Khomoutov
On Tue, 29 Dec 2015 03:14:46 -0800 (PST) Timothy Murphy wrote: > I've never used git, > and I want to install it on my CentOS home server, > to use with a personal project in LaTeX. [...] > Here are a couple of questions that I have: > Is there any standard or

Re: [git-users] Create a new repo from a branch in another repo

2015-11-30 Thread Konstantin Khomoutov
On Mon, 30 Nov 2015 07:52:19 -0800 (PST) Anthony Hunter wrote: > I'm new to git and looking into its usage and am responsible for the > teams that will be using the repos. > > As development goes on within a repo and time passes, the repo will > start to get large just do to

Re: [git-users] Re: Where to start coding?

2015-11-30 Thread Konstantin Khomoutov
On Sun, 29 Nov 2015 01:54:57 -0800 (PST) amey jain wrote: > Thanks for your reply. I was working on git-scm. I have the clone of > its repository. I will sure read the complete docs. I am in beginning > of Open source software. Actually I wanted to know whether there are >

Re: [git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-30 Thread Konstantin Khomoutov
On Mon, 30 Nov 2015 21:23:24 +0530 rajdeep mondal wrote: > I tried something like > > git push local-remote -u 'refs/*:refs/$TREE_BRANCH/*' > > it did not work as expected. I wonder what was expected then. To me, your invocation looks strange at best. Can you try to

Re: [git-users] Re: untracked files not shown when using 'git status'

2015-11-30 Thread Konstantin Khomoutov
On Mon, 30 Nov 2015 02:00:02 -0800 (PST) Kurt Vermeiren wrote: > I would agree with Matthew on this. I understand the rationale to not > show the files because of the possible very big directories... but > the documentation clearly states "directories and files" I don't. Not

Re: [git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-30 Thread Konstantin Khomoutov
On Sat, 28 Nov 2015 06:48:35 -0800 (PST) justrajdeep wrote: > I want to push my entire local repo(present only with me) to a shared > git repo as a branch in that. > > I can do something like > > git remote add local-remote $PATH_TO_REPO_LOCATION > git push local-remote

Re: [git-users] Re: Where to start coding?

2015-11-30 Thread Konstantin Khomoutov
On Mon, 30 Nov 2015 09:06:29 -0800 (PST) amey jain wrote: > Thanks that you wrote here. Yes that's right that I am new to all of > it. Actually I want to go to GSoC and for that I started contributing > to Open source. I am already running Ubuntu and subscribed to the >

Re: [git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-30 Thread Konstantin Khomoutov
On Mon, 30 Nov 2015 23:15:32 +0530 rajdeep mondal wrote: > 1. i have repos: > A with branches A1, A2, A3 > B with branches B1, B2, B3 etc > > 2. i want to push these 2 independent repo to a central repo MY_REPO > > as branch A and branch B > > > 3. The

Re: [git-users] How to handle a longrunning branch

2015-11-18 Thread Konstantin Khomoutov
On Tue, 17 Nov 2015 23:47:13 -0800 (PST) mike wrote: > > > I have had a branch, feature_xyz, for a long time ( yes I know I > > > should not but it was not my call). Problem is I have not updated > > > it with changes from master. So I started to do a regular rebase

Re: [git-users] How do I use GIT to download latest version of a project

2016-06-08 Thread Konstantin Khomoutov
On Wed, 8 Jun 2016 07:47:08 -0700 (PDT) Tony Girgenti wrote: > I don't want to create a repository or contribute to any repository > or make any commits or do anything that involves using GIT as a > version control system. > > I simply want to download the latest software

Re: [git-users] trouble with submodule paths

2016-06-08 Thread Konstantin Khomoutov
On Wed, 8 Jun 2016 08:24:10 -0700 (PDT) Derell Licht wrote: > Here at my company, we are moving from Subversion to Git. I have > converted several of our projects over to Git, with submodules, and > all is working fine... > > for me, on Windows 7 64-bit... > > However,

Re: [git-users] master reset to current develop branch

2016-06-07 Thread Konstantin Khomoutov
On Tue, 7 Jun 2016 09:11:21 -0700 (PDT) Lance Kastel wrote: > New to Git, I have been using bitbucket for my Git repo (as my > current application used to involve off shore development), looks > like my master was not synced up with the current development branch. > How

Re: [git-users] master reset to current develop branch

2016-06-07 Thread Konstantin Khomoutov
On Tue, 7 Jun 2016 09:52:52 -0700 (PDT) Lance Kastel wrote: > what is difference between git merge ..theirs and rebase, why would I > want to consider rebase? [...] > > 1. https://git-scm.com/book/en/v2/Git-Branching-Rebasing I have provided the link cited above in the

Re: [git-users] trouble with submodule paths

2016-06-12 Thread Konstantin Khomoutov
On Wed, 8 Jun 2016 09:40:15 -0700 (PDT) Derell Licht wrote: > > Before we begin, is there any real pressing reason to keep things > > this way? > > Only that I'm new to Git and have never done a conversion like this > before. At my previous company they used Atlassian

Re: [git-users] Issues with some files in Windows platform

2016-06-12 Thread Konstantin Khomoutov
On Fri, 10 Jun 2016 00:29:30 -0700 (PDT) Maheshwaran A N wrote: > I am facing a serious problem in GIT Bash for some files. These files > are showing as 'modified' in git status, even it is not modified. [...] To those who's interested in this issue, it was reported by

Re: [git-users] Adding copyright right notice to Git repository

2016-06-10 Thread Konstantin Khomoutov
On Fri, 10 Jun 2016 09:03:37 -0700 (PDT) Jack Poon wrote: > I am interested in adding a copyright notice and some meta-tagging to > all source files and all revisions in an existing git repository. > Essentially, creating an entire new Git repository from the old one, > but

Re: [git-users] checkout does not move HEAD

2016-05-25 Thread Konstantin Khomoutov
On Wed, 25 May 2016 20:41:46 +0300 Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: [...] > > remotes/origin/HEAD -> origin/master > > remotes/origin/develop > > remotes/origin/master > > > > I even made a c

Re: [git-users] checkout does not move HEAD

2016-05-25 Thread Konstantin Khomoutov
On Wed, 25 May 2016 11:06:26 -0700 (PDT) Derell Licht wrote: [...] > I'm actually trying to solve a somewhat different issue, but cannot > figure out what is going wrong. > > I'm converting some projects at my company, from Subversion to Git. > Mostly all has been going

Re: [git-users] Git log for specific branch

2016-06-14 Thread Konstantin Khomoutov
On Tue, 14 Jun 2016 03:47:45 -0700 (PDT) Maheshwaran A N wrote: > How to list all the commits done in a specific branch. As you all > know, git log list the commits from all the branches (actual commits > in that branch+ topic branches which got merged into). No, the `git

Re: [git-users] Is 'git-add' thread safe?

2016-06-14 Thread Konstantin Khomoutov
On Mon, 13 Jun 2016 21:24:55 -0700 (PDT) Jack Poon wrote: > I am trying to parallelize git activities for a large git repository. > Would like to know if the inner core of git-add is thread-safe? For > example, > > % git add file1 & > % git add file2 & > % git add file3 &

Re: [git-users] compactionHeuristic=true is not used by interactive staging

2016-06-14 Thread Konstantin Khomoutov
On Tue, 14 Jun 2016 05:53:46 -0700 (PDT) Alex Prengère wrote: > I just did a fresh clone of git from Github and installed the version > 2.9. > > I tried the new compactionHeuristic = true, which is awesome. > The only thing that struck me was that this option was not

Re: [git-users] Re: Setup Git to have security based on sub folders

2016-06-15 Thread Konstantin Khomoutov
On Tue, 14 Jun 2016 07:33:22 -0700 (PDT) arjun dhar wrote: > I have a project with multiple sub-modules and some common build file > @ the root level of the project. > > Ideally I want to have each module as a separate repo, but they are > all part of the same repo. >

[git-users] Git Ignore File

2016-05-31 Thread Konstantin Khomoutov
Isn't the manual page you linked to absolutely explicit about why your pattern does not match anywhere in the directory tree? It even gives an example. For further details, google for man+3+fnmatch and read on its behaviour. If you need the pattern to match anywhere in the tree, prepend "**/"

Re: [git-users] How to clone a particular revision?

2016-05-26 Thread Konstantin Khomoutov
On Thu, 26 May 2016 08:44:03 -0700 Michael wrote: > > Impossible with `git clone` as it's tailored for the most common > > case which is "get everything". > > You need a two-step operation: > > > > git init vlc > > cd vlc > > git fetch https://github.com/videolan/vlc.git

Re: [git-users] Remote site setup

2016-06-02 Thread Konstantin Khomoutov
On Thu, 2 Jun 2016 06:52:33 -0700 (PDT) Craig Boldy wrote: > Yes I have ssh access and git is also installed. Well, OK, so there are two parts to this: a simple one and a complex one. The simple one is that serving Git repos on an SSH-enabled machine is a no-brainer.

Re: [git-users] Remote site setup

2016-06-02 Thread Konstantin Khomoutov
On Thu, 2 Jun 2016 05:39:55 -0700 (PDT) Craig Boldy wrote: > Hello everyone. I'm wanting to start using git on my new projects but > I'm a total noob. > So I have installed git on my Linux server my question is how do I > create the repository of an existing site? What

Re: [git-users] git clone returns error 500

2016-05-26 Thread Konstantin Khomoutov
On Thu, 26 May 2016 05:15:00 -0700 (PDT) Boaz Feldbaum wrote: > Hello, > I'm novice to git. I installed the windows 64 bit version and opened > the git command window. Typed as the instructions say: > git config --global user.name "xyz" > then: > git clone url folder >

Re: [git-users] git status

2016-06-01 Thread Konstantin Khomoutov
On Wed, 1 Jun 2016 08:30:55 -0700 (PDT) Sharan Basappa wrote: > I need some help on git status. > > When I do git status in my project directory, I see 3 categories as > follows: > > 1) Changes to be committed: > 2) Changed but not updated: > 3) Untracked files: > >

Re: [git-users] pushing referenced librarys

2016-05-30 Thread Konstantin Khomoutov
On Sat, 28 May 2016 17:19:34 -0700 (PDT) "'dev_aka' via Git for human beings" wrote: > I am having trouble pushing my referenced library to git, I am > working on eclipse and i am using a jar file which is inside lib > package (Project/src/lib). When i push the

Re: [git-users] recover added file

2016-05-31 Thread Konstantin Khomoutov
On Tue, 31 May 2016 08:13:15 -0700 (PDT) Sharan Basappa wrote: > As I make changes to my files, I have been adding them to git repo > but haven't been committing them. > Today, due to an incorrect switch to the tool, I ended up overwriting > a file I was working on. >

Re: [git-users] Submodules list from a mirror.

2016-06-22 Thread Konstantin Khomoutov
On Wed, 22 Jun 2016 06:28:34 -0500 Anand Desai wrote: > If the superproject knows it's submodules( which it does), is there a > way to extract that info from a mirror of the super project? Yes. Fetch the revision of interest from that "mirror of the super project" and

<    5   6   7   8   9   10   11   12   13   14   >