Re: [git-users] Show first/original version of all files

2012-03-28 Thread Konstantin Khomoutov
On Wed, 28 Mar 2012 06:02:35 -0700 (PDT) dspfun dsp...@hotmail.com wrote: I have made a clone of a git repo. Each file has a number of modifications to it compared to when the files were put into git. I would like to see all the original/first versions of each file, how do I do this in git?

Re: [git-users] Re: git svn fetch

2012-03-08 Thread Konstantin Khomoutov
On Wed, Mar 07, 2012 at 01:46:42PM -0800, AdrianH wrote: [...] H, seems that I just needed --username on initial fetch. Doesn't ask when I do git svn rebase. This is expected behaviour, indeed. A bit confusing. This is my first experience using git-svn. I'd not say it's confusing: it's

Re: [git-users] getting the tag corresponding to a git commit

2012-01-29 Thread Konstantin Khomoutov
On Sun, 29 Jan 2012 21:08:31 +0200 Kevin Wilson wkev...@gmail.com wrote: Hi, I am working with net-next kernel git tree; I want to know to which a certain git commit in this tree belongs. git tag gives all tags; how can I know which tag corresponds to a specified commit when I know the commit

Re: [git-users] Re: What does git clone copy?

2012-01-22 Thread Konstantin Khomoutov
On Sat, 21 Jan 2012 14:43:13 -0800 (PST) dspfun dsp...@hotmail.com wrote: [...] The fact you have a local branch master after cloning a remote repo is because, in essence, `git clone` works like this: 1) Initializes an empty local repository. 2) Fetches into it all the branches the remote

Re: [git-users] Re: What does git clone copy?

2012-01-20 Thread Konstantin Khomoutov
On Fri, 20 Jan 2012 07:01:27 -0800 (PST) dspfun dsp...@hotmail.com wrote: A confusing thing is the difference between: git log master and git log origin/master git log master shows the log of the remote repositorys master branch. git log origin/master shows the log of a _local_

Re: [git-users] Repository temporarily unavailable

2012-01-03 Thread Konstantin Khomoutov
On Tue, 3 Jan 2012 07:05:22 -0800 (PST) Lars Pensjö lars.pen...@gmail.com wrote: The situation is that a team member can not access the common repository for a couple of weeks. However, he will have access to email. What is the best way to send changes back and forth? Using git

Re: [git-users] Change date of tags

2011-12-12 Thread Konstantin Khomoutov
On Mon, 12 Dec 2011 07:53:23 -0800 (PST) Trans transf...@gmail.com wrote: Patching a tag sounds odd for a system which is about keeping immutable objects referencing each other by cryptographic hashes of their contents. Unfortunately, git-tag seems not to support anything like -c or -C

Re: [git-users] Change date of tags

2011-12-11 Thread Konstantin Khomoutov
On Sun, Dec 11, 2011 at 09:50:32AM -0800, Trans wrote: On some project's I've gone back a tagged things I had forgotten to tag when I should have. While I thought all was peachy, I realized later that the tag then have the wrong dates associated with them. Is there any way to change the

Re: [git-users] Change date of tags

2011-12-11 Thread Konstantin Khomoutov
On Sun, Dec 11, 2011 at 10:39:49AM -0800, Trans wrote: Yep. Thanks. I've read it. But it only speaks of creating missing tags. I was wondering if there is a way to adjust the data of an existing tag. I can of course delete the tag and retag --which is what I am doing presently.

Re: [git-users] Git on your local Network

2011-12-06 Thread Konstantin Khomoutov
On Tue, 6 Dec 2011 03:07:00 -0800 (PST) Fgr fabricio.gomesrodrig...@gmail.com wrote: So I have the following doubts, I have a project in my machine, but I want my partner participates, if I do at github, I can, but I want to do this on my internal network. Can someone pass me any tips? My

Re: [git-users] Gitignore

2011-12-02 Thread Konstantin Khomoutov
On Fri, 2 Dec 2011 12:13:43 -0300 Flávio Alencar flavi...@gmail.com wrote: I have two questions: 1 - Do I have to configure the gitignore before running the first commit? No. It's just a way to hide certain files from certain commands operating on files (such as git-status or git-add).

Re: [git-users] Re: Could you please tell me how to fetch a single file?

2011-11-03 Thread Konstantin Khomoutov
On Thu, 3 Nov 2011 04:13:02 -0700 (PDT) tombert tomb...@live.at wrote: [...] @Konstantin: please don't be so harsh - people feel better if they let of steam. Well, while I felt acute dislike about that first spit in the face of Git developers that started the thread, I decided not to flame

Re: [git-users] Re: Could you please tell me how to fetch a single file?

2011-11-02 Thread Konstantin Khomoutov
On Wed, 2 Nov 2011 06:15:44 -0700 (PDT) Rambo demia...@gmail.com wrote: Thanks, your post is more useful than the whole git documentation. I think I get it now. Quit repeating this bullshit already. The fact you're stupid or lazy has nothing to do with Git documentation. And books on it. I

Re: [git-users] syncing two local git repos

2011-10-24 Thread Konstantin Khomoutov
On Mon, Oct 24, 2011 at 02:42:34PM -0700, wkevin wrote: I have two local git repos which basically are the same. the first one is in fact only changed once in a while. I want that the changes in the first repo will be copied to the second repo. When I perform this copy/sync operation, the

Re: [git-users] Re: How to merge two independent projects one commit by one commit?

2011-10-18 Thread Konstantin Khomoutov
On Tue, 18 Oct 2011 05:45:01 -0700 (PDT) www xs...@yahoo.com wrote: [...] However, most--i intend to say all-- git tutotials are half-baked, including some well-cited tutorials. It seems nobody has the patience to write it down and show other people and just let other people--like me-- to

Re: [git-users] Re: How to merge two independent projects one commit by one commit?

2011-10-18 Thread Konstantin Khomoutov
On Tue, 18 Oct 2011 07:17:39 -0700 (PDT) www xs...@yahoo.com wrote: May I ask you one more question just for my learning purpose? If I ask my partner who works in a different company also use git, when he sends me the files he modified and together with .git/ directory. I can put all his

Re: [git-users] git daemon won't run on 64-bit Ubuntu

2011-10-04 Thread Konstantin Khomoutov
On Tue, Oct 04, 2011 at 03:53:09PM -0700, Dean Schulze wrote: I can't get the git daemon to start on Ubuntu 11.04 64-bit. I've followed these instructions https://help.ubuntu.com/community/Git but nothing runs on port 9418. It's hard to tell anything because that page lists at least two

Re: [git-users] Pulling the latest Linux kernel and rebasing the code

2011-09-26 Thread Konstantin Khomoutov
On Sun, Sep 25, 2011 at 08:38:55PM -0700, Prasad wrote: I work in a company where we maintain Linux kernel and make few changes on top of it. I have a public Linux kernel (by public I mean internal to company however, few employees have cloned from the repository). The version of Linux kernel

Re: [git-users] project cloning with url - colon not discarded from host-name

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 01:41:30 -0700 (PDT) tombert tomb...@live.at wrote: Trying to clone from a project with url: name@host:path Real-world example: tom@myserver:/cmdata/git/myproject fails with an error could not resolve hostname myserver:: no address associated with name Take

Re: [git-users] ssh crashes on git clone, version 4.6 seems rather old?

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 01:30:02 -0700 (PDT) tombert tomb...@live.at wrote: Using Git Gui (1.7) to clone a project the ssh unexpectacly crashes with no further error information. Checking the ssh version supplied with Git reveals OpenSSH_4.6p1. The version supplied with MinSYS is 5.4p1. So I

Re: [git-users] Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 07:36:15 -0700 PJ Weisberg pjweisb...@gmail.com wrote: [...] Were you running as root when you checked out? The files are owned by root, and only root has permission to delete them. Not quite correct. On POSIX, right to delete a file is controlled by the permissions on the

Re: [git-users] Re: Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 07:58:25 -0700 (PDT) er arobase...@gmail.com wrote: [...] $ git checkout -b gh-pages origin/gh-pages warning: unable to unlink c_array/doc/html/c_array_HTML.manifest: Permission denied warning: unable to unlink c_array/doc/html/index.html: Permission denied

Re: [git-users] git-users as a newgroup

2011-09-12 Thread Konstantin Khomoutov
On Mon, 12 Sep 2011 08:24:02 -0700 (PDT) er arobase...@gmail.com wrote: I can post any message from Thunderbird, after subscribing to gmane.comp.version-control.git.user. Sending a post is met with this alert: A News (NNTP) error occurred: gmane.comp.version-control.git.user is

Re: [git-users] commit to github fork

2011-09-09 Thread Konstantin Khomoutov
On Fri, 09 Sep 2011 15:28:03 +0200 Johannes Müller dersinndesleb...@gmx.net wrote: I cloned a repository from github, changed my working copy and then forked the repository on github. What is the easiest way to commit my changes to the fork? Add the forked repository as another remote (`git

Re: [git-users] Bring back locally deleted file, leave changes in others

2011-09-06 Thread Konstantin Khomoutov
On Tue, 6 Sep 2011 02:44:18 -0700 (PDT) tombert tomb...@live.at wrote: I perform some changes in several files, then I delete two files because I want to discard those changes. rm myfile1.txt rm myfile2.txt Is there a way of bringing back those files with knowing its name? I could use

Re: [git-users] Re: Git support archives devices

2011-09-01 Thread Konstantin Khomoutov
On Thu, 1 Sep 2011 08:15:58 -0700 (PDT) Thomas Ferris Nicolaisen tfn...@gmail.com wrote: [...] I have no idea what the effect of adding devices, blocks or channels, but symbolic links are just stored as you would expect. [...] I have no idea why you would want to do any of this though. I would

Re: [git-users] git hook for updating slave git repositories

2011-08-26 Thread Konstantin Khomoutov
On Fri, 26 Aug 2011 07:20:02 -0700 (PDT) stefasab stefa...@gmail.com wrote: I want to update a gitorious repo whenever a new commit or tag is applied to a master git repository. [...] May be you'll find this useful: http://thread.gmane.org/gmane.comp.version-control.git/180018/focus=180086 --

Re: [git-users] why git need branches?

2011-08-23 Thread Konstantin Khomoutov
On Tue, 23 Aug 2011 04:47:32 -0700 (PDT) pavan kumar nagubandi...@gmail.com wrote: why git uses branches to work on Git does not need branches, a programmer is free to completely ignore the fact branches exist. and why it creates a default branch master? Since Git supports branches, every

Re: [git-users] git pull origin branch

2011-08-22 Thread Konstantin Khomoutov
On Sun, 21 Aug 2011 13:39:35 -0700 (PDT) Mark Liversedge liverse...@gmail.com wrote: Dumb question. I'm working on a branch locally that is also over at github. I fetch the latest from github with: [...] But when I pull other folks commits I get a merge commit and that gets pushed up to

Re: [git-users] workflow question for central git repo

2011-08-22 Thread Konstantin Khomoutov
On Mon, 22 Aug 2011 04:18:58 -0700 (PDT) Sandeep Mahajan sandeep.d.maha...@gmail.com wrote: 1. Assume I have a central repo containing branches branchA. 2. This repo is cloned by user A and userB. 3. userA creates a new branchB where he merges in branchA. 4. There is a conflict reported, and

Re: [git-users] how to make a email notifications for a branch

2011-08-16 Thread Konstantin Khomoutov
On Tue, 16 Aug 2011 18:45:23 +0530 pavan kumar nagubandi...@gmail.com wrote: can a notification be set for a single branch? Yes, by modifying the script in a suitable way so that it does nothing for any kind of action not involving a branch of interest. -- You received this message because you

Re: [git-users] how to make a email notifications for a branch

2011-08-11 Thread Konstantin Khomoutov
On Thu, 11 Aug 2011 17:28:44 +0530 pavan kumar nagubandi...@gmail.com wrote: hi, have gone through the the information. i tried the examplein : http://wiki.debian.org/Alioth/Git#Commit_mails_with_diff i didnt get any notification while push is made to the repo. what would be problem. can any

Re: [git-users] Smart HTTP cannot push return code 22

2011-08-11 Thread Konstantin Khomoutov
On Thu, 11 Aug 2011 07:55:36 -0700 (PDT) evilpingus evilpin...@gmail.com wrote: I been trying to switch to GIT from SVN, for couple days allready, but cannot overcome this annoying issue with push. I have been googling and trying some suggested ways but still no avail, and I am pretty

Re: [git-users] HELP! git push error!

2011-08-08 Thread Konstantin Khomoutov
On Mon, 8 Aug 2011 10:36:26 +0800 Baoyin Shan shanbao...@gmail.com wrote: error: packfile ./objects/pack/ pack-63e3e1673dc7d59c5ff90615fbf82f10512284e4.pack cannot be accessed missing tree 25b1d39e3736ca5a2ea9b766b549c615a8d19f84 error message shows that some objects missing, but

Re: [git-users] how to make a email notifications for a branch

2011-08-08 Thread Konstantin Khomoutov
On Mon, 8 Aug 2011 07:24:57 -0700 (PDT) pavan kumar nagubandi...@gmail.com wrote: hi every one, i want to set a email notifications for a branch on git. when a push is made a particular branch a notification mail should be made to bunch of people. how to do it? please can any one provide

Re: [git-users] HELP! git push error!

2011-08-07 Thread Konstantin Khomoutov
On Sun, Aug 07, 2011 at 06:39:36PM -0700, Baoyin Shan wrote: [...] error: packfile ./objects/pack/ pack-63e3e1673dc7d59c5ff90615fbf82f10512284e4.pack cannot be accessed missing tree 25b1d39e3736ca5a2ea9b766b549c615a8d19f84 error message shows that some objects missing, but they do exist.

Re: [git-users] git patches

2011-08-05 Thread Konstantin Khomoutov
On Fri, 5 Aug 2011 04:07:32 -0700 (PDT) Thorsten Peters impyna...@googlemail.com wrote: i have some problems with git patches. I have a SVN Trunk and a GIT Trunk. Now i want to add svn changes to git. I do: git svn clone svnTrunk svnTrunkClone git log --oneline git format-patch

Re: [git-users] Basics CVCS DVCS

2011-08-03 Thread Konstantin Khomoutov
On Tue, 2 Aug 2011 11:35:30 -0700 (PDT) Redeux redeu...@gmail.com wrote: Hello, i have Problems understanding the basic idea behind DVCS. In CVCS you commit into central repository, which is up-to-date. In DVCS you use a local repository for commit. If other developers want to use your

Re: [git-users] git clones only one branch?

2011-08-03 Thread Konstantin Khomoutov
On Wed, 3 Aug 2011 11:03:52 -0700 (PDT) Yang Y tedd...@gmail.com wrote: if I do git clone git://git.apache.org/cassandra.git it gives me only the trunk branch, but they have many branches I have to use the -b arg for clone to get the other branches. clone clones a repository,

Re: [git-users] total newbie question

2011-08-03 Thread Konstantin Khomoutov
On Wed, 3 Aug 2011 11:06:11 -0700 (PDT) Michael Hazen michaelsha...@gmail.com wrote: I'm totally new to Git and this may or may not be the place to ask such basic questions. Feel free to redirect me if I chose the wrong door, as it were. This list is specifically intended for end-user

Re: [git-users] Re: total newbie question

2011-08-03 Thread Konstantin Khomoutov
On Wed, Aug 03, 2011 at 12:31:23PM -0700, Michael Hazen wrote: from the master I just uses the defaults in the GUI. Create branch, Name Branch, OK. For Commiting: Edit or add a file to the directory tree . Refresh (making sure I'm in the branch I want to be in. Stage. Commit. If I refresh

Re: [git-users] Git + Windows + ColdFusion Help

2011-07-28 Thread Konstantin Khomoutov
On Thu, Jul 28, 2011 at 02:07:31PM -0700, Cathy Shapiro wrote: I'm running ColdFusion 9 Developer edition on my Windows Vista 64 PC. So my localhost path is C:\ColdFusion9\wwwroot and that's where all my projects live I've installed msysgit and everything works fine. The only problem is my

Re: [git-users] Git very slow

2011-07-27 Thread Konstantin Khomoutov
On Wed, 27 Jul 2011 12:28:37 -0300 Flávio Alencar flavi...@gmail.com wrote: [...] I use GIT in Windows and It always run successful. Now, It is running very slow. When I try execute git status, for example, it wait 5 seconds to respond. My files are last 5 mb. I Just executed the git

Re: [git-users] Tracking # of Users

2011-07-19 Thread Konstantin Khomoutov
On Tue, 19 Jul 2011 11:06:53 -0700 Bill Shoenhair bshoenh...@gmail.com wrote: For anyone who is running their own Git server. Are you tracking the number of individual users on your system? If so how? Please define individual users on your system in more detail. -- You received this message

Re: [git-users] Storing working copy on network drives (windows)

2011-07-08 Thread Konstantin Khomoutov
On Fri, 8 Jul 2011 03:55:15 -0700 (PDT) Craig shadycr...@gmail.com wrote: I'm using svn at my workplace and am looking at git to help with some off-line working issues. Besides off-line working we also have problems with svn when storing local copies on mapped network drives. This is a

Re: [git-users] Re: Storing working copy on network drives (windows)

2011-07-08 Thread Konstantin Khomoutov
On Fri, 8 Jul 2011 05:50:41 -0700 (PDT) Craig shadycr...@gmail.com wrote: There's no accounting for users! (Not that I qualify yet...) The problem with using a VCS to do backup is that you have to rely on the users to do it, backups should run independently of the user. It's guaranteed

Re: [git-users] Merge Hell - need to filter out lines of code

2011-07-02 Thread Konstantin Khomoutov
On Sat, 2 Jul 2011 02:22:44 -0700 (PDT) Sean seanatconne...@gmail.com wrote: An IDE I am using is peppering my external source code files with timestamps and versions. These files will not auto merge which is a total bind. How can I get git to ignore certain lines of code during a merge,

Re: [git-users] GIT checkout with custom code

2011-06-27 Thread Konstantin Khomoutov
On Sun, 26 Jun 2011 23:39:08 -0700 (PDT) Thorsten Peters impyna...@googlemail.com wrote: i need a checkout of a branch with different custom folders for each project. i test submodules and think that this is not the correct way for my problem. (i want to commit and update the custom folder)

Re: [git-users] Issue with migration from Subversion?

2011-06-27 Thread Konstantin Khomoutov
On Fri, 24 Jun 2011 15:33:38 -0700 (PDT) Steph stephenjschaef...@gmail.com wrote: I am attempting to migrate a fairly sizable SVN repo to git, and a little more than a third of the way through I'm getting this: Found possible branch point: [host]/trunk = [host]/branches/interface-

Re: [git-users] git-daemon: “unable to allocate any listen sockets on host (null) port 9418”

2011-06-21 Thread Konstantin Khomoutov
On Tue, 21 Jun 2011 08:33:42 -0300 Vinicius Massuchetto viniciusmassuche...@gmail.com wrote: [...] Yes. It appears to be listening properly. Here's the output of `netstat -ntlp | grep git`: tcp 0 0 0.0.0.0:9418 0.0.0.0:* LISTEN 23528/git-daemon tcp6 0 0 :::9418 :::* LISTEN

Re: [git-users] git-daemon: “unable to allocate any listen sockets on host (null) port 9418”

2011-06-20 Thread Konstantin Khomoutov
On Mon, Jun 20, 2011 at 05:04:12PM -0300, Vinicius Massuchetto wrote: [...] So, both of these actions will log this message into syslog: $sv stop git-daemon; sv start git-daemon $kill -9 git daemon pids So you mean if you kill -9 the git-daemon and then `sv start` it, it logs the above

Re: [git-users] How can i know who deleted git branch?

2011-05-26 Thread Konstantin Khomoutov
On Wed, 25 May 2011 23:32:42 -0700 (PDT) paymaster baekseon...@gmail.com wrote: I want to know history of branch.. if someone deleted branch... or made branch... This is a somewhat complicated topic. First, there's a question about what precisely do you count as creation and deletion of

Re: [git-users] post_receive hook

2011-05-10 Thread Konstantin Khomoutov
On Mon, 9 May 2011 20:04:07 -0700 (PDT) Blu Dragon bludragon...@gmail.com wrote: [...] #strace git push -v $remote $branch 2 /var/log/strace-git.log git push -v $remote $branch done exit 0 I wonder if strace'ing yields something of interest? But for this to work you most probably pass

Re: [git-users] post_receive hook

2011-05-10 Thread Konstantin Khomoutov
On Tue, 10 May 2011 11:36:20 -0400 Blu Dragon bludragon...@gmail.com wrote: [...] #strace git push -v $remote $branch 2 /var/log/strace-git.log git push -v $remote $branch done exit 0 I wonder if strace'ing yields something of interest? But for this to work you most

Re: [git-users] Getting back the latest commit

2011-05-10 Thread Konstantin Khomoutov
On Tue, May 10, 2011 at 02:13:09PM -0700, koshy Koshy wrote: I have done 2 commits commit a then commit b. Then I did a check out of commit a However, I forgot the name of the commit b. Git log does not show the last commit I did It only shows upto current checkout. How can i get back

Re: [git-users] new to git...please help

2011-05-04 Thread Konstantin Khomoutov
On Wed, 4 May 2011 06:32:27 -0700 (PDT) Shreya Pandit shreya.pandi...@gmail.com wrote: Hi to all... I am a totally new user to the concept of git and it's my first project in which i'm using it.I have a few doubts regarding gitand i thought the best place to ask those doubts was

Re: [git-users] which release (non-beta) to download for windows?

2011-05-02 Thread Konstantin Khomoutov
On Mon, May 02, 2011 at 09:20:51AM -0700, Eric wrote: Is there a official release version of git for MS windows? There's no such thing at the moment: the msysgit project strives to provide a native Windows port which is to be merged to the Git's mainline, eventually, but it's not ready for this

Re: [git-users] Re: a simple howto git webserver

2011-04-23 Thread Konstantin Khomoutov
On Sat, Apr 23, 2011 at 08:29:08AM +0200, Tarek Kilani wrote: Making a Git Repository on a machine is not a problem. But how do i access that repository from another machine and is it possible to exhibit the changes on a apache webserver? https://git.wiki.kernel.org/index.php/Gitweb ? In any

Re: [git-users] git-svn --authors-file troubles

2011-04-23 Thread Konstantin Khomoutov
On Sat, Apr 23, 2011 at 12:37:39PM -0700, Duff wrote: I'm trying to import from another company's SVN server (with their permission of course), however some of their SVN user entries have carriage returns in them. It causes git-svn to die when I use the -- authors-file option, because I

Re: [git-users] confused about tortoise git and unix git

2011-04-20 Thread Konstantin Khomoutov
On Wed, 20 Apr 2011 09:16:39 -0700 (PDT) Angelo angelo.more...@gmail.com wrote: [...] Now my setup is: (GIT remote repository server - centos) - (Dev server - centos) - (windows machine through samba) 1 - (windows machine through samba) 2 The windows machines that access to the dev

Re: [git-users] Help with git clone

2011-04-12 Thread Konstantin Khomoutov
On Tue, Apr 12, 2011 at 10:56:44AM +0530, Mohith Thimmaiah wrote: On Mon, 11 Apr 2011 13:43:25 +0100 Antony Male antony.m...@gmail.com wrote: [...] When you clone (or fetch) a repository over the git protocol, a program on your computer (git-fetch-pack) and a similar one on the

Re: [git-users] Help with git clone

2011-04-11 Thread Konstantin Khomoutov
On Mon, 11 Apr 2011 13:43:25 +0100 Antony Male antony.m...@gmail.com wrote: [...] When you clone (or fetch) a repository over the git protocol, a program on your computer (git-fetch-pack) and a similar one on the server (git-upload-pack) coordinate to figure out exactly what commits (roughly

Re: [git-users] git read-tree failure

2011-04-05 Thread Konstantin Khomoutov
On Tue, 5 Apr 2011 06:09:26 -0700 (PDT) Thomas Ferris Nicolaisen tfn...@gmail.com wrote: I'm not really familiar with the read-tree command, nor have I had any use for it the last year of using git :) I think read-tree is more of a lower level plumbing command that normally we do not have

Re: [git-users] git checkout in a subdirectory

2011-04-04 Thread Konstantin Khomoutov
On Mon, 4 Apr 2011 02:20:42 -0700 (PDT) alenoosh hope2...@gmail.com wrote: I have recently converted my svn repository to git repository (A) but I did not convert the svn branches , here is my problem : One of my svn branches is a branch of a subdirectory , I have converted that to a

Re: [git-users] Re: git warning: remote HEAD

2011-03-31 Thread Konstantin Khomoutov
On Thu, 31 Mar 2011 09:01:13 -0700 (PDT) romerve rome...@gmail.com wrote: I am new to Git and been using SVN for a little while. I have set up Git and i am trying to clone a project via http and i am getting: It seems you failed to paste what you're getting. I also setup gitweb

[git-users] Re: git gui equivalent to git checkout -b

2011-03-30 Thread Konstantin Khomoutov
On Mar 29, 10:00 pm, Matt Seitz (matseitz) matse...@cisco.com wrote: What is the git gui equivalent to git checkout -b? I have a working tree with changes that I don't want to commit to master yet.  So I want to create a new branch to contain my changes. If I go to Branch-Checkout, I don't

Re: [git-users] Re: git gui equivalent to git checkout -b

2011-03-30 Thread Konstantin Khomoutov
On Wed, 30 Mar 2011 10:14:05 -0700 (PDT) matseitz_cisco matse...@cisco.com wrote: What is the git gui equivalent to git checkout -b? I have a working tree with changes that I don't want to commit to master yet.  So I want to create a new branch to contain my changes. If I go

Re: [git-users] git revert deleted my files - how to restore

2011-03-16 Thread Konstantin Khomoutov
On Wed, Mar 16, 2011 at 11:33:37AM -0700, pbg wrote: Im a beginner to git . I did a git add directory . It added all the files in the directory some of them are .o and generated files so i did not want to commit . so i did a git revert . After that i see that git revert removed all my

Re: [git-users] How to see branch history?

2011-03-05 Thread Konstantin Khomoutov
On Fri, Mar 04, 2011 at 11:47:22PM -0800, Dmitry wrote: A branch is git a reference to a single commit. So the question is: how can I see what commits it pointed to before? Although we can see all ancestors of any commit we need some way to tell past head revisions apart from any developer

Re: [git-users] How to see branch history?

2011-03-05 Thread Konstantin Khomoutov
On Sat, 5 Mar 2011 11:12:42 +0300 Дмитрий Волочаев mrblack.pp...@gmail.com wrote: ISTR, t's possible to force this via the git config mechanism. Thank you. I see. And then we should distinguish mainline commits by the committer name of some special string in Commit Message, right? gitk does

Re: [git-users] Conflicts from stash

2011-02-22 Thread Konstantin Khomoutov
On Mon, Feb 21, 2011 at 09:18:41PM +, Roddie Grant wrote: git stash list produces stash@{0}: On bucketDisplay: site/css/site.css from which I infer that the only file in the stash is site/css/site.css. But git stash pop lists merge conflicts with 5 other files. What's going on? git-stash

Re: [git-users] Breaking branches out into their own repo - Am I crazy?

2011-02-14 Thread Konstantin Khomoutov
On Mon, 14 Feb 2011 08:34:05 -0800 (PST) Veloz michaelve...@gmail.com wrote: [...] I did a little testing whereby a setup a bare repo on my machine and added an origin to my source repo to point to this bare repo. Then I checked out some branch on my source repo, say desiredbranch tried to do

Re: [git-users] Re: diffs within the whole content of a file

2011-02-11 Thread Konstantin Khomoutov
On Fri, 11 Feb 2011 08:49:47 -0800 (PST) Andrej Khitrov a.n.khit...@gmail.com wrote: May be you meant $ git show HEAD:your_file /tmp/your-file-as-in-HEAD $ git show HEAD^:your_file /tmp/your-file-as-in-HEADs-parent ? No. But OK, I have realized that my problem concerns rather diff

Re: [git-users] Need help using Gitosis

2011-02-11 Thread Konstantin Khomoutov
On Fri, 11 Feb 2011 10:27:09 -0800 (PST) hujiko artife...@gmx.de wrote: i have set up a git server on ubuntu, and everthing works fine :) Now i want to use the current sourcecode to be linked in my apache www directory. So when i push to the server, i want a symlink in my apache-dir linking

Re: [git-users] unknown revisions of software

2011-02-10 Thread Konstantin Khomoutov
On Thu, Feb 10, 2011 at 02:20:15PM -0800, Jason Brooks wrote: I am not sure what I am asking, so I thought I would start here. If I knew the name of this operation, I would look for it. :) I have a software deployment that was copied out of a git repository but without the .git

Re: [git-users] Recursively export files for n commits?

2011-02-07 Thread Konstantin Khomoutov
On Mon, Feb 07, 2011 at 06:20:49PM -0800, Mark (my words) wrote: Being new to git, and cvs in general, I lack the vocabulary to describe what I want to do. Here’s my best shot at articulating it: I have, let's say 10, versions of a file in a git repository that I would like to save out as

Re: [git-users] Pushing a specific commit

2011-02-01 Thread Konstantin Khomoutov
On Mon, 31 Jan 2011 21:25:31 +0100 Karel Vervaeke ka...@vervaeke.info wrote: (Formatting sanitized.) I have a repository with commits A B C D E and a remote repository with commits A B C previously pushed and merged. Now I want to push D to the remote, but not E. I can see

Re: [git-users] Splitting Git Repository

2011-01-31 Thread Konstantin Khomoutov
On Sun, 30 Jan 2011 17:19:28 -0800 (PST) harlan har...@bloomenterprises.org wrote: I'm trying to split out a directory, and subdirectories, into a separate repository. I can split (copy) my local repository, but so far haven't been able to make anything save to it correctly. Looks like it's a

Re: [git-users] Pushing a specific commit

2011-01-31 Thread Konstantin Khomoutov
On Mon, 31 Jan 2011 18:07:07 + Roddie Grant gitl...@myword.co.uk wrote: I have a repository with commits A B C D E and a remote repository with commits A B C previously pushed and merged. Now I want to push D to the remote, but not E. I can see various possible ways this might work,

Re: [git-users] fatal: No existing author found with

2011-01-24 Thread Konstantin Khomoutov
On Mon, Jan 24, 2011 at 04:38:05PM -0800, ats wrote: I did not have the global user.name and user.email not set and hit the commit first. I am now trying to amend the username with the below command now git commit --amend --author=ats@X I have tried above with both the old use.email

Re: [git-users] Cherry-pick behaving strangely?

2011-01-23 Thread Konstantin Khomoutov
On Sun, Jan 23, 2011 at 08:10:00PM -0800, Zach Bailey wrote: I am leading a subversion to git migration where I work and things are going OK so far. One weird thing we are noticing is when we're cherry- picking old commits from the an old subversion integration branch into several separate

Re: [git-users] libgit2 usage in git project

2011-01-11 Thread Konstantin Khomoutov
On Tue, Jan 11, 2011 at 02:43:35AM -0800, itroot wrote: Is there any plan to use libgit2 inside git ? Looks like [1] might answer your question (in the short term). 1. http://lwn.net/Articles/420373/ -- You received this message because you are subscribed to the Google Groups Git for human

Re: [git-users] git-svn setup advice for newbie

2011-01-02 Thread Konstantin Khomoutov
On Sun, Jan 02, 2011 at 11:39:36PM +, graham wrote: [...] Hence, the course of action for you would probably be: 1) Prepare the authors file. 2) git-svn clone the Subversion repo. 3) Fork its master branch to your two local branches. Is there a best way to do the fork? For longstanding

[git-users] Re: Merge log about same user.

2010-12-10 Thread Konstantin Khomoutov
Marcello Henrique wrote: I have a git repository, I commited by diferent accounts just that same people. How merge historic into logs? I can't quite parse this. Do you mean you have a line (or lines) of commits made by different committers which are, in fact, the same person, and now you want

[git-users] Re: Forcing a non-fastforward push

2010-12-06 Thread Konstantin Khomoutov
On Dec 5, 11:43 pm, Roddie Grant gitl...@myword.co.uk wrote: [...] Oops, the sequence $ git checkout nowork $ git reset --hard dev/mybranch will make the nowork branch be the same as dev/mybranch branch, of course. -- You received this message because you are subscribed to the Google Groups

[git-users] Re: Looking up SHA1s

2010-11-16 Thread Konstantin Khomoutov
Martin Fick wrote: This might be a silly question, but I can't figure it out: is there a way to get all the tags and branches whose tip includes a certain blob (by SHA1) in its tree object? I doubt there is any ready-made solution for this corner case, but you could roll your own using

[git-users] Re: Looking up SHA1s

2010-11-16 Thread Konstantin Khomoutov
On Nov 17, 4:12 am, Martin Fick mf...@codeaurora.org wrote: This might be a silly question, but I can't figure it out: is there a way to get all the tags and branches whose tip includes a certain blob (by SHA1) in its tree object? I doubt there is any ready-made solution for this

[git-users] Re: How do you download only the necessary part of a repository?

2010-11-16 Thread Konstantin Khomoutov
On Nov 16, 2:20 am, vfclists vfcli...@gmail.com wrote: If you want to work with only a few of the branches of a remote repository, how to you clone it in a way which does not bring down everything? I think it's impossible. But you should maybe rethink your approach to this. First, what you

[git-users] Re: applying and un-applying the same commit

2010-11-13 Thread Konstantin Khomoutov
On Nov 12, 10:59 pm, ruud r.grosm...@gmail.com wrote: [...] I work on several project on two sites: the site the software wil run on eventually and on my laptop. The two sites differ: the operating system is different, the installed software is a bit different and the file system has another

[git-users] Re: Command not found

2010-11-04 Thread Konstantin Khomoutov
On Nov 5, 12:10 am, Gareth gareth.b.fos...@gmail.com wrote: I've installed git using 'apt-get install git' - and ran fine. However - it doesnt seem to work. If I do a whereis git it returns nothing. And if I do a dpkg -s git I get this: Package: git Status: install ok installed Priority:

[git-users] Re: Git push error

2010-10-27 Thread Konstantin Khomoutov
On Oct 27, 11:22 am, Prashant Shirbhate prashantshirbh...@gmail.com wrote: While pusing my filed to  my your public repository i got below error. Please suggest for the same C:\private\prashantgit push To c:\lmg_test\public_prashant.git  ! [rejected]        master - master

[git-users] Re: svn repository URL and git

2010-10-27 Thread Konstantin Khomoutov
On Oct 27, 5:06 pm, hetchkay hetch...@gmail.com wrote: We have started using git and git-svn. I was thrilled to see that two people cloning using git svn clone from the same repository got the same sha1 IDs for the commits which meant that each of us could sync with svn independently while

[git-users] Re: Git Merge Conflict

2010-10-26 Thread Konstantin Khomoutov
On Oct 26, 11:26 am, Chandu80 chandu.she...@gmail.com wrote: I have two files rpc-devexprcpseq-nav.rb and readme.txt. My workflow is as follows. [...] Auto-merging lib/rpc-devexprcpseq-nav.rb CONFLICT (content): Merge conflict in lib/rpc-devexprcpseq-nav.rb Auto-merging readme.txt CONFLICT

[git-users] Re: Are private blobs/trees possible?

2010-10-25 Thread Konstantin Khomoutov
On Oct 25, 11:24 pm, kj kyn...@gmail.com wrote: There are some files that I want to keep under local git control, but never push to any remote repositories. What's the best way to implement this idea with git? The best solution I can think of is to put these files in some git-controlled

[git-users] Re: Push Problems

2010-10-22 Thread Konstantin Khomoutov
On Oct 22, 9:23 pm, Ravi D r...@haasiniventures.com wrote: I followed the instructions on git book and set up a private git repository. The idea is that all the developers in our company should be able to push to this git repo. However, it seems that i am getting permission errors. Short of

[git-users] Re: Need Help - CONFLICT (add/add)

2010-10-13 Thread Konstantin Khomoutov
On Oct 13, 8:44 pm, Ken kohud...@gmail.com wrote: Thank you very much for your help Konstantin!!  I submitted the first command: git checkout --theirs public/images/NewMexico_jul_1.jpg And received the following error: error: pathspec 'public/images/NewMexico_jul_1.jpg' did not match any

[git-users] Re: diff-ing branches

2010-10-12 Thread Konstantin Khomoutov
On Oct 12, 9:17 pm, David Doria daviddo...@gmail.com wrote: Here is my setup: MasterRepo: branch 'master' - this is the live copy SecondRepo: branch 'mybranch' - cloned from MasterRepo's master branch a long time ago. Changes have been made. What I want to do is see which files are

[git-users] Re: git pull error

2010-10-07 Thread Konstantin Khomoutov
On Oct 7, 11:05 am, Chandu80 chandu.she...@gmail.com wrote: I fetched a remote repository(git fetch) and pulled(git pull) the contents from it successfully. Now I change a file in the working directory,stage it(git add) and commit(git commit) it  and then  push(git push) it back to the remote

[git-users] Re: Corrupted repository ?

2010-10-07 Thread Konstantin Khomoutov
On Oct 7, 10:43 am, Simon Lipp slo...@gmail.com wrote: Very interesting. What happens if you clone on the same host? $ cd /tmp/foo $ git clone /path/to/test or $ git clone file:///path/to/test ? If it fails, try looking at `git fsck`. On the local side, git clone works and git

[git-users] Re: Corrupted repository ?

2010-10-06 Thread Konstantin Khomoutov
On Oct 6, 1:11 pm, Simon Lipp slo...@gmail.com wrote: I'm not sure why later cloning the new repository fails, but I would suggest using more sensible approach to putting the repository to another machine in the first place: [...] $ git push --mirror foo Doesn’t change anything : on my

<    9   10   11   12   13   14   15   >