Re: [git-users] How can I unregister Git VCS root?

2015-03-30 Thread Konstantin Khomoutov
On Sun, 29 Mar 2015 01:23:16 -0700 (PDT) Natalija Yakovleva wrote: > I would like to use java project from GitHub. I'd like to write and > compile it using Idea Community Edition 14.0, on my machine, and to > perform Pull/Push etc to Git. To synchronize the project with Git, I > have performed th

Re: [git-users] git svn remote add/set-url, please?

2015-03-30 Thread Konstantin Khomoutov
On Fri, 27 Mar 2015 09:00:47 -0700 (PDT) Andrew Pennebaker wrote: > Could git-svn please include a remote add / set-url command, so that [...] Hi! Unfortunately, this list has nothing to do with adding features to Git -- only to helping users deal with problems they have when using Git. Please

Re: [git-users] Git conflict issue

2015-03-25 Thread Konstantin Khomoutov
On Mon, 23 Mar 2015 17:47:47 -0700 (PDT) wrote: [...] > Remote "sample.txt" has been chanaged bellow, > ---sample.txt@remote--- > line1: > line2: > line3:SERVER > line4: > line5: > ---(EOF)--- > > Local "sample.txt" has been changed like bellow, > ---sample.txt@remote--- > line1: > line2: > line

Re: [git-users] Git remote only features one of the two branches it's supposed to have...

2015-03-23 Thread Konstantin Khomoutov
On Sun, 22 Mar 2015 16:20:24 -0700 (PDT) Xtian Simon wrote: [...] > 4) Next I pushed to origin (site.git) to make sure I have the latest > and greatest of both Live and Test: > `test$ git push -u origin test` > `live$ git push -u orign live` > > 5) I updated the server info > $git update-s

Re: [git-users] GIT command/plugin to create archive to send it for the code review

2015-03-16 Thread Konstantin Khomoutov
On Wed, 11 Mar 2015 04:54:36 -0700 (PDT) Raluca Popa wrote: > Is there a plugin to integrate with GIT in order to have the chance > to create an archive with the local changes? > > For instance I want to create an archive (zip/jar - I am coding in > Java) with the files I changed in order to sen

Re: [git-users] Adding directories

2015-03-16 Thread Konstantin Khomoutov
On Mon, 16 Mar 2015 19:07:16 +0530 Rustom Mody wrote: [...] > Finally I added a dummy-file to downloads; add-commited it and then > ignored downloads. > > Seems convoluted and unsure (to me). > Is there a better way? No, there isn't. Git does not track directories directly -- only as a byprodu

Re: [git-users] Git workflow with MySQL scripts

2015-03-03 Thread Konstantin Khomoutov
On Tue, 3 Mar 2015 07:17:31 -0800 (PST) Michael Sheaver wrote: > I am using MySQL on my local Windows laptop to compile data and > produce reports for my enterprise related to PIV issuance. [...] > The challenge that I have is that although all of these scripts > loosely relate to the PIV project

Re: [git-users] Newbie in Git

2015-03-03 Thread Konstantin Khomoutov
On Tue, 3 Mar 2015 06:50:45 -0800 (PST) Prudhvee Narasimha Sadha wrote: What is your intent when you call git -C '' cmd ? I mean, what this command is supposed to do? Please describe this as precise as possible. -- You received this message because you are subscribed to the Google Groups "

Re: [git-users] How to use git to store large files without keeping track of versions?

2015-02-24 Thread Konstantin Khomoutov
On Sun, 22 Feb 2015 07:51:59 -0800 (PST) pengyu...@gmail.com wrote: > I have some data files that need to be stored along with source code. > These data files are large, but I don't need to keep their versions. > I only need to keep the versions of the source code. > > git-annex is mainly for lar

Re: [git-users] Copyright on wildmatch.c

2015-02-24 Thread Konstantin Khomoutov
On Tue, 24 Feb 2015 09:02:21 +0100 Guilherme wrote: [...] > The problems at hand is that I'd like to use wildmatch.c and some > dependencies (hex.c, some portions of compat-util.h) but it seems that > git is GPL whereas tss is Apache2 licensed. > > Is there any possibility to re-license the file

Re: [git-users] Tag dependency on Submodules in a project

2015-02-06 Thread Konstantin Khomoutov
On Fri, 6 Feb 2015 07:46:00 -0800 (PST) Wilson Ren wrote: > Is there a way to keep track/update which submodule commits used in a > project? > > From what I have read and tried, the sub module is pointed at the > commit it has in its HEAD when it's first time added in the main > project. If we

Re: [git-users] gitk recent msysgit build no longer shows full tag text. Instead it shows '2 tags' or 'n tags'

2015-01-26 Thread Konstantin Khomoutov
On Tue, 20 Jan 2015 01:27:52 -0800 (PST) gary lucas wrote: Hi! > See attachment. > > I updated recently and this behaviour is driving me crazy, our CI > environment tags our builds and it's hard to see at a glance in gitk > what happened where. > > $ git version > git version 1.9.5.msysgit.0

Re: [git-users] Debian7.7 ssl sertificate problem

2014-12-29 Thread Konstantin Khomoutov
On Sat, 27 Dec 2014 13:44:14 -0800 (PST) Z Morar wrote: > After two months of use without any problem, now I can't push my > developer-work over git to bitbucket server. The error message ssl > sertificate.. etc. How to solve this problem? > Thank you very much > > p.s. Debian 7.7 32 bit Sor

Re: [git-users] Just downloaded my first repo

2014-12-18 Thread Konstantin Khomoutov
On Thu, 18 Dec 2014 04:25:14 -0800 (PST) McDouglas Perez wrote: > I downloaded my first repo. The name of the directory is 'template' > how to open this directory in git? Git comes as a set of command-line tools. Those tools which are supposed to access an existing Git repository (no matter --

Re: [git-users] Upgrading git from version 1.7.12.4 to 2.2.0 on Centos 6.5

2014-12-16 Thread Konstantin Khomoutov
On Mon, 15 Dec 2014 12:43:44 -0800 (PST) Ashish Yadav wrote: > I would like to upgrade my current git from version 1.7.12.4 to 2.2.0 > on Centos 6.5. > > Can I upgrade directly to 2.2.0 or or do I need an intermediate > version to upgrade to first? AFAIK, Git's object store format did not chang

Re: [git-users] rolling back to the first commit in a repository

2014-12-15 Thread Konstantin Khomoutov
On Mon, 15 Dec 2014 09:50:31 -0500 wor...@alum.mit.edu (Dale R. Worley) wrote: [...] > As far as I know, there is no syntax to identify the oldest commit on > the current branch. But > > git log --pretty=tformat:"%h %ai %s" > > will list all the commits that are part of the current branch,

Re: [git-users] post-merge hook not working

2014-12-15 Thread Konstantin Khomoutov
On Thu, 11 Dec 2014 02:29:27 -0800 (PST) Dharshan Bharathur wrote: > Hi all, > > i enabled post-merge hook with following shell script > #/usr/bin/env bash > echo "==> following are changes made to local repo <==" > > git fetch && git log ..origin/master --pretty=format:"%s - %ar by %an

Re: [git-users] rolling back to the first commit in a repository

2014-12-15 Thread Konstantin Khomoutov
On Mon, 15 Dec 2014 08:46:46 +0200 Kevin Wilson wrote: > Is there a command to roll back to the first commit in a repository? I think you need to think about what you want to achieve a bit harder: to roll back what exactly? All the commits in any Git repository form one or more (directed, acycl

Re: [git-users] Git 2.X for Windows

2014-12-15 Thread Konstantin Khomoutov
On Sun, 14 Dec 2014 13:57:11 -0800 (PST) TiborM wrote: > how it is with Git 2.x for windows? It's in the works. > Will it be release Supposedly. > and when? No one knows. [1] might give you a clear understanding of how vanilla Git and Git for Windows relate, and why they have different sche

Re: [git-users] Hook for controlling owner, group, and permissions?

2014-12-15 Thread Konstantin Khomoutov
On Tue, 9 Dec 2014 10:32:28 -0800 (PST) leam hall wrote: > Is there a HOWTO or tutorial for how to control owner, group, and > permissions on files as they get checked in? The ideal is that the > owner and group change to "X" and "Y" and the permissions are set to > 770. I'd like to figure out h

Re: [git-users] git add doesn't display anything

2014-12-13 Thread Konstantin Khomoutov
On Fri, 12 Dec 2014 21:51:09 +0100 "s.cel...@gmail.com" wrote: > $ git version > git version 2.2.0 > > type again > $ git add -v foo.txt > no message will display > > with verbose flag we could have a message similar to SVN > > svn: warning: W150002: 'foo.txt' is already under version control

Re: [git-users] git add doesn't display anything

2014-12-12 Thread Konstantin Khomoutov
On Fri, 12 Dec 2014 18:24:34 +0100 "s.cel...@gmail.com" wrote: > I could expect verbose flag will made git become more verbose... but > that's no so easy Well, works for me: ~% cd /tmp tmp% mkdir foo tmp% cd foo foo% git init Initialized empty Git repository in /tmp/foo/.git/ foo% touch foo.txt

Re: [git-users] Regarding reviewer for git

2014-12-12 Thread Konstantin Khomoutov
On Fri, 12 Dec 2014 04:03:19 -0800 (PST) Priya K wrote: [...] > We are looking for a reviewer to review the outline, scripts and > video tutorials on *git* (version control system). Reviewer should > be either a faculty member of an institution/university or a person > with 2-3 years of working

Re: [git-users] git add doesn't display anything

2014-12-12 Thread Konstantin Khomoutov
On Fri, 12 Dec 2014 00:45:45 -0800 (PST) scls wrote: > I'm new to Git so please excuse me if what I'm saying is wrong. > I'm trying to move from SVN to GIT > > I did $ git add filename > but nothing appears. > > I also try to add verbose flag (-v) > but nothing else appears. > > I think a mess

Re: [git-users] no .git folder when creating new repository

2014-12-05 Thread Konstantin Khomoutov
On Fri, 5 Dec 2014 08:18:20 - "Philip Oakley" wrote: > - Original Message - > From: Aafaq Mateen > To: git-users@googlegroups.com > Sent: Thursday, December 04, 2014 3:22 PM > Subject: [git-users] no .git folder when creating new repository > > > Hi > I down loaded

Re: [git-users] Different behaviour for git add with ignored files

2014-12-02 Thread Konstantin Khomoutov
On Tue, 2 Dec 2014 14:42:27 +0100 Guilherme wrote: > In my .git/info/exclude i have the patterns: > > !COM/config/Project.gny > (...) other ignores > /COM/config > (...) more ignores > > When i do > > git add -- COM/config/Project.gny > > I get no warnings or abort about the ignored path (as

Re: [git-users] How to clear history of all repo url that has been accessed from local machine?

2014-12-01 Thread Konstantin Khomoutov
On Mon, 1 Dec 2014 12:35:38 -0500 wor...@alum.mit.edu (Dale R. Worley) wrote: > > From: OC0915566 > > > My company is upgrading the laptops and so, they're selling the old > > ones. The problem is, we've been using the old laptops to access > > remote git repos and the employer would like to cle

Re: [git-users] How to clear history of all repo url that has been accessed from local machine?

2014-12-01 Thread Konstantin Khomoutov
On Mon, 1 Dec 2014 08:25:03 -0600 John McKown wrote: [...] > > ​You should really ask this sort of question on a "data destruction" > group. It really isn't a git thing.​ > > But since I'm already flapping my jaws: Personally, I would use > something like a "disk wipe utility". I am not really a

Re: [git-users] How to clear history of all repo url that has been accessed from local machine?

2014-12-01 Thread Konstantin Khomoutov
On Sun, 30 Nov 2014 15:32:45 -0800 (PST) OC0915566 wrote: > My company is upgrading the laptops and so, they're selling the old > ones. The problem is, we've been using the old laptops to access > remote git repos and the employer would like to clean all possible > traces of repo URLs that have b

Re: [git-users] Upload data to Git Server using Magento 1.9 and NETBeans Version8.0

2014-11-19 Thread Konstantin Khomoutov
On Tue, 18 Nov 2014 12:46:56 -0800 (PST) Fernando Lucas wrote: > To whom it may concern, we are using GIT to perform code versioning > when developing an e-commerce in Magento Community 1.9 with NETBeans > version 8.0 as a development tool. > > The synchronization to download (pulling) the code

Re: [git-users] Merge without replacing the outdated data.

2014-11-18 Thread Konstantin Khomoutov
On Tue, 18 Nov 2014 05:26:08 -0800 (PST) Dmitry Moscow wrote: > I have some special task which is definitely out of everyday git > practices scope. Please let me know if its possible to accomplish > this with some hacks. > > I have two branches of development of a single product. These two > bra

Re: [git-users] Re: git 1.9.4‏ for window prompt sh.exe: /dev/null No such file or dirctory

2014-11-15 Thread Konstantin Khomoutov
On Fri, 14 Nov 2014 23:59:27 -0800 (PST) Vasily Makarov wrote: > There is no /dev/null on windows indeed. > You may use Git for windows or Github for > windows to access git CLI on windows. git-1.9.4-preview20140929 is Git for Windows.

[git-users] how to fetch .git repo and additional changes for an existing project

2014-11-13 Thread Konstantin Khomoutov
Well, two things here. First, is how to get your repo to the server. You can either fetch (clone) it from another machine or initialize an empty repo and then push to it from another machine. For the first method, you have to have network connection on the server, and the machine holding the sourc

Re: [git-users] Searching for a changing in a history of a file

2014-11-13 Thread Konstantin Khomoutov
On Thu, 13 Nov 2014 05:50:18 -0800 (PST) pep...@googlemail.com wrote: > I have to know, if a method in a source file was changed in the past. > I cannot search for the commit messages because I do not know, if a > good commit messages was written. Typically you want `git blame` for this task but

Re: [git-users] Git to FTP Location

2014-11-11 Thread Konstantin Khomoutov
On Mon, 10 Nov 2014 14:26:42 -0800 (PST) Johan Lijffijt wrote: > Is it possible to use a ftp location as a git repository? > What are the commands to do this? It was possible some long long time ago but it's not anymore (due to locking issues etc). Note that if you for some reason want to use

Re: [git-users] what is manifest file?

2014-11-11 Thread Konstantin Khomoutov
On Mon, 10 Nov 2014 03:00:34 -0800 (PST) Naveen Shreevatsa wrote: > What is manifest file? what does it contain? what is it use? > is it same as .plf file in perforce? Git does not have anything named "manifest file" among its concepts, so what are you talking about? We need more context. --

Re: [git-users] Tracking Remote Branch Scenario

2014-11-09 Thread Konstantin Khomoutov
On Fri, 7 Nov 2014 14:30:05 -0800 (PST) Baus wrote: [...] > *Then I run the command* > $ git branch -u origin/master > Branch rel_010115 set up to track remote branch master from origin. [...] > Local branches configured for 'git pull': > master merges with remote master > rel_01011

Re: [git-users] http access

2014-11-09 Thread Konstantin Khomoutov
On Fri, 7 Nov 2014 13:03:08 -0800 (PST) Craig White wrote: > My final target is actually https and likely using mod_authz_ldap but > I am doing baby steps. This is an RHEL 6.5 box [...] > Configuration that is working looks like this but it is clumsy - what > am I doing wrong? [...] You did not

Re: [git-users] Email Usage

2014-11-07 Thread Konstantin Khomoutov
On Fri, 7 Nov 2014 06:48:39 -0800 (PST) Rodrigo Narvaez Leuridan wrote: > Hi, I was looking around the documentation trying to find for what > and how does git uses my email address, and how it can be helpful for > me this feature. > > I am reading the git documentation, for setup is recommendab

Re: [git-users] fatal unresolved deltas error

2014-11-05 Thread Konstantin Khomoutov
On Wed, 5 Nov 2014 08:06:49 -0800 (PST) Anjib Mulepati wrote: > I am getting delivery error for git at vger.kernel.org > Is that the correct email address(i did replace at) Yes, see [1] and [2] (which actually references [1]). What's the DSN? Could you please provide an error message? (You can

Re: [git-users] fatal unresolved deltas error

2014-11-05 Thread Konstantin Khomoutov
On Wed, 5 Nov 2014 07:13:05 -0800 (PST) Anjib Mulepati wrote: > I was able to push and pull from the git remote till yesterday. I > don't know (or remember) what I did today suddenly I can't push to > remote git repo. I am getting following error > > $ git push [...] > remote: fatal: unresolved

Re: [git-users] Re: How to recover from a "Detached Head"

2014-11-04 Thread Konstantin Khomoutov
On Mon, 3 Nov 2014 13:53:51 -0800 (PST) Anthony Berglas wrote: > > For instance, you take for granted that everyone would use > > `git commit -a` for a start and then may be try using "advanced" > > stuff. But as one example, here at my $dayjob a bunch of webdevs > > hired about 2-3 month ago us

Re: [git-users] Re: How to recover from a "Detached Head"

2014-11-03 Thread Konstantin Khomoutov
On Sun, 2 Nov 2014 18:26:15 -0800 (PST) Anthony Berglas wrote: > Thank you for all your very considered replies. The solution I end > ed up using (without the complex explanations) was > > git push > # fail > git pull > git merge origin/master This step is not needed: `git pull`, when you're o

Re: [git-users] Git ancestor/descendant terminogy clarification

2014-11-03 Thread Konstantin Khomoutov
On Mon, 3 Nov 2014 06:42:56 -0800 (PST) Vasily Makarov wrote: > Git documentation defines commit ancestry as "reachability" of one > commit from another. > Formally, this might mean that every commit is ancestor and > descendant of itself. > I've also checked git merge-base --is-ancestor and fou

Re: [git-users] How to recover from a "Detached Head"

2014-10-31 Thread Konstantin Khomoutov
On Wed, 29 Oct 2014 23:41:42 -0700 (PDT) Anthony Berglas wrote: > I am trying to do something really simple. I want to commit local > changes to a remote repository. But along the way other developers > modified the remote. This appears to be very difficult to do in Git. > > When I finished m

Re: [git-users] examples of particularly bad merges

2014-10-29 Thread Konstantin Khomoutov
On Wed, 29 Oct 2014 13:35:45 -0400 Maurizio Vitale wrote: > recently I've seen a very bad (perforce) merge at work, where we > had to reconcile two branches that have diverged for more than a > year. Perforce, I don't care much. > In the process of helping with that merge, I created many parti

Re: [git-users] git revision number

2014-10-29 Thread Konstantin Khomoutov
On Tue, 28 Oct 2014 17:49:55 -0700 (PDT) guru prasad wrote: [...] > Now my question is if the project version is 1.2.3.4 > > then I can put this 1.2.3.4 in the archive version so I can see it on > the runtime but I also want to be able to correlate the version of > the config file. The config fi

Re: [git-users] git-filter-branch : How to filter all commits from an given commit ?

2014-10-23 Thread Konstantin Khomoutov
On Thu, 23 Oct 2014 01:36:11 -0700 (PDT) Alcolo Alcolo wrote: > I want to change something to only one commit C: > I can do > git filter-branch --X-filter 'test $GIT_COMMIT = CHash && > do-something' > -- --all > But it's an useless heavy work: only descendants of C (including C) > need to b

Re: [git-users] Git objects and user permissions

2014-10-23 Thread Konstantin Khomoutov
On Wed, 22 Oct 2014 09:23:18 -0700 (PDT) Jon Zeolla wrote: > I have some pretty stringent permissions in git (via posix extended > file attributes), as we attempt to delegate access to pushing certain > directory structures to certain groups of individuals within our > team. > > We had an issu

Re: [git-users] Excluding "Makefile" from a git repo (also for git reset --hard)

2014-10-21 Thread Konstantin Khomoutov
On Mon, 20 Oct 2014 14:29:58 -0700 (PDT) Konstantin Khomoutov wrote: > That's what `git update-index --assumed unchanged is for. Sorry, that was meant to be git update-index --assume-unchanged (I'm not much into typing on the phone). > See [1] for more info. Also check if

[git-users] Excluding "Makefile" from a git repo (also for git reset --hard)

2014-10-20 Thread Konstantin Khomoutov
That's what `git update-index --assumed unchanged is for. See [1] for more info. 1. https://www.kernel.org/pub/software/scm/git/docs/git-update-index.html -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group an

Re: [git-users] Connection Error While trying to Clone from STASH

2014-10-17 Thread Konstantin Khomoutov
On Fri, 17 Oct 2014 05:00:48 -0700 (PDT) Suman M wrote: > I'm using GIT to clone one of my repository into local, I'm using cmd > prompt to do this. > > I'm under netwrok firewall ofmy org, when I try to clone it showing > an *Error Received HTTP code 407 from proxy after CONNECT.* HTTP statu

Re: [git-users] Beginner

2014-10-16 Thread Konstantin Khomoutov
On Thu, 16 Oct 2014 06:22:42 -0700 (PDT) Massoud Yeganeh wrote: > I am new in git and not a hands-on person > A freelance is developing a website (Joomla) for me. > What should I ask him on how to deliver the complete source code in > git (without Joomla)? > Should he install git on his PC, impor

Re: [git-users] Git Issue/Bug Help Please!

2014-10-16 Thread Konstantin Khomoutov
On Thu, 16 Oct 2014 04:19:22 -0700 (PDT) Joe Baldwin wrote: > When I try to launch git on windows 7 64bit, I keep getting this > error. Any help guys? What error? (Please note that you can copy from the Windows command prompt using its context menu, and in pop-up error windows you can just pres

Re: [git-users] Combining multiple repositories into one

2014-10-16 Thread Konstantin Khomoutov
On Thu, 16 Oct 2014 05:54:32 -0700 (PDT) Pierre-François CLEMENT wrote: > > > I have a set of about a dozen git repositories, side by side in > > > the same folder. But they aren't separate projects, conceptually > > > they're one project. [...] > > You can use `git subtree add` to achieve this.

Re: [git-users] Combining multiple repositories into one

2014-10-16 Thread Konstantin Khomoutov
On Tue, 14 Oct 2014 08:11:04 -0700 (PDT) Richard Kennaway wrote: > I have a set of about a dozen git repositories, side by side in the > same folder. But they aren't separate projects, conceptually they're > one project. > > This is an obviously insane arrangement, but never mind how it got > li

Re: [git-users] authenticated push / pull with Apache

2014-10-13 Thread Konstantin Khomoutov
On Fri, 10 Oct 2014 00:37:17 -0700 (PDT) j...@norricorp.f9.co.uk wrote: [...] > [vobadm@centos64 git_repos]$ ls -l > total 20 > drwxrwxrwx. 7 vobadm users 4096 Oct 9 17:53 csg2.git > drwxrwsr-x. 7 vobadm users 4096 Jan 30 2013 dev_maven.git > -rw-r--r--. 1 vobadm users 47 Oct 9 13:42 groups >

Re: [git-users] Setting up Git for Closed Source.

2014-10-13 Thread Konstantin Khomoutov
On Mon, 13 Oct 2014 04:18:38 -0700 (PDT) Simon Earnshaw wrote: > Ahh thanks for that - I think I had come to that conclusion that all > you need do is install Git on a server in that is in effect your > central store. Well, in a sense, you do not even need to have Git on the server: Git for Wind

Re: [git-users] git rm

2014-10-13 Thread Konstantin Khomoutov
On Mon, 13 Oct 2014 07:03:58 -0700 (PDT) Tom Avey wrote: > I had some files that apache was keeping > in /public_html/logs/rewrite_log and that was being tracked by git. > Files were too large to push so I deleted them and stopped the > logging feature (I think it was a log of rewrites). But I a

Re: [git-users] Setting up Git for Closed Source.

2014-10-09 Thread Konstantin Khomoutov
On Thu, 9 Oct 2014 01:37:12 -0700 (PDT) Simon Earnshaw wrote: > I want to use Git. I need to read up a bit more on it as I did some > tutorials about a year ago and have forgotton some of the details. > But before I take the plunge I need to know if and how I can do the > following: > > I want

Re: [git-users] Newbie Needs help with using and desgning Git

2014-10-08 Thread Konstantin Khomoutov
On Wed, 8 Oct 2014 05:19:01 -0700 (PDT) "'Joe Green' via Git for human beings" wrote: > I'm new to Git and here is my situation. I'm the only developer who > uses Dreamweaver to update files on the server. Dreamweaver has a > built-in FTP, so that I can download/upload files from server. I > modi

Re: [git-users] how to test git branch ? Can I test a branch in the browser address bar ?

2014-10-06 Thread Konstantin Khomoutov
On Sun, 5 Oct 2014 09:03:49 -0700 (PDT) Oliur Chowdhury wrote: > Hi, this is a more of a guidance question: > > I've a local git repo which I then push to public_html/stage in > siteground server. > > for each feature or bug issue I create a different branch and merge > it with the master branc

Re: [git-users] Git issue or bug list

2014-10-03 Thread Konstantin Khomoutov
On Fri, 3 Oct 2014 05:44:21 -0700 (PDT) garni Khodaverdian wrote: > May git have command to list a change you want add to your project in > the past Something like bug log If you mean integrated bug tracker then no, Git does not have one. But you might have an "orphan" (originating from nowher

Re: [git-users] submodule : sharing git objects

2014-10-03 Thread Konstantin Khomoutov
On Fri, 3 Oct 2014 04:53:54 -0700 (PDT) Alcolo Alcolo wrote: > Because I want to handle a lot of projects with there own life cycle: > I project to use git submodules. > > Each projects/submodules have very a similar contents: then a lot of > git objects are identical between submodules. > I can

Re: [git-users] Prevent Committing or Pushing build files

2014-10-02 Thread Konstantin Khomoutov
On Tue, 30 Sep 2014 11:20:06 -0700 (PDT) Jawahar Babu wrote: > I want to prevent developers from pushing build related files to the > central server. Sometimes, the developers accidentally make changes > to some the build script and push it to the central server which > makes the build to fail.

Re: [git-users] Re: File dates after CHECKOUT

2014-10-01 Thread Konstantin Khomoutov
On Tue, 30 Sep 2014 21:51:12 +0200 Gergely Polonkai wrote: > That said, it still can be done, although it is not natively > supported, you may do it with some custom tool. By finding the last > commit a specific file was modified in, you may apply the date of the > commit to that file. However, i

Re: [git-users] File dates after CHECKOUT

2014-09-30 Thread Konstantin Khomoutov
On Tue, 30 Sep 2014 08:17:10 -0700 (PDT) Tom Green wrote: > I am working in Windows with GIT. > > When I need to fix an older released version of our system I CHECKOUT > that version. GIT restores the files in my working directory to the > *contents* they had on that time. But it does not resto

Re: [git-users] any suggestions for pruning all upstream branches after a github fork?

2014-09-30 Thread Konstantin Khomoutov
On Mon, 29 Sep 2014 22:34:55 -0700 Sam Roberts wrote: [...] > github, for reasons lost to me, gives you a snapshot of all upstream > branches at time of fork, but not any new branches created upstream, > nor does it ever delete them when upstream deletes, or give any way to > synchronize... not t

Re: [git-users] Can't clean "untracked changes."

2014-09-29 Thread Konstantin Khomoutov
On Sun, 28 Sep 2014 03:18:17 -0700 (PDT) Chris Carter wrote: > Windows 8.1 64-bit > git version 1.9.4.msysgit.0 > > I think I found a bug, but want to make sure before I actually say so. > > Background: I've been trying to compile Qt, and after doing so > decided I wanted to do it differently.

Re: [git-users] blob command not supproted ?

2014-09-26 Thread Konstantin Khomoutov
On Fri, 26 Sep 2014 01:58:41 -0700 (PDT) Sabri LABBENE wrote: > I'm trying to using fast-import. > My git version is "git version 1.9.4.msysgit.0" > I'm on a windows platform "Windeow Seven Entreprise SP1" > > I have CRLF as end line caracter in my fast-import stream. > Here is the fast-import c

Re: [git-users] How to make sharing directories instead of duplicating?

2014-09-25 Thread Konstantin Khomoutov
On Thu, 25 Sep 2014 07:54:39 -0700 (PDT) Віктор Невідомий wrote: > Very good explanation. It clarifies something. I read some comments > about using "subtree" vs "submodules". In most places people give a > bad score to "submodules". I dunno. Both are well supported, and IMO submodules is usual

Re: [git-users] How to make sharing directories instead of duplicating?

2014-09-25 Thread Konstantin Khomoutov
On Thu, 25 Sep 2014 04:28:16 -0700 (PDT) Віктор Невідомий wrote: > > you have to turn each of these directories into separate > > repositories and either use the so-called "subtree merging" or > > submodules. > > I was going to do so. Maybe it was not clear from my scheme in > original question.

Re: [git-users] How to make sharing directories instead of duplicating?

2014-09-25 Thread Konstantin Khomoutov
On Thu, 25 Sep 2014 00:08:24 -0700 (PDT) Віктор Невідомий wrote: > Hello. I have some question about advanced git usage. I ask it > on stackoverflow, but receive only one not very extensive answer. I > post only link to avoid duplicating question here. > http://stackoverflow.com/questions/259912

Re: [git-users] Sort specific hash ids in reverse chronological order..

2014-09-22 Thread Konstantin Khomoutov
On Thu, 18 Sep 2014 07:45:38 -0700 (PDT) Kumar wrote: > New to git, I've a branch from which I need to revert some 40 hashs. > These 40 sha ids are not in the right order to revert. > > Example A - B - C - - Z. > > I've got C, F, Z , Y to revert. I need to have the recent id first, > like

Re: [git-users] .git/index & .git/HEAD corrupted after power surger

2014-09-19 Thread Konstantin Khomoutov
On Tue, 16 Sep 2014 05:57:30 -0700 (PDT) "muhammad.iqbal dwi.cahyo" wrote: > Hello everyone, I'm relatively new to git :) git awesome, lightweight > and compatible with windows environment :) I start developing my > project under git dvcs, unfotunately I had this problem a while ago > T___T > >

Re: [git-users] Needc explanation of the differences between GIT and SVN

2014-09-18 Thread Konstantin Khomoutov
On Wed, 17 Sep 2014 22:25:50 +0400 Konstantin Khomoutov wrote: I was in a hurry writing my response, so it requires a number of minor corrections which are inlined. [...] > >Sometimes, Git tells me something like this: > > > >Cannot switch to another branch because

Re: [git-users] Needc explanation of the differences between GIT and SVN

2014-09-17 Thread Konstantin Khomoutov
On Wed, 17 Sep 2014 05:52:29 -0700 (PDT) Dmitry Moscow wrote: > I come from an SVN background, and I have a hard time grasping Git's > philosophy. In particular, I'm confused by the following. > >1. > >Imagine I have made some changes in my working dir. If I switch to >another

Re: [git-users] ssh keys

2014-09-15 Thread Konstantin Khomoutov
On Tue, 9 Sep 2014 01:48:23 -0700 (PDT) j...@norricorp.f9.co.uk wrote: > I have run ssh-keygen to generate a rsa key which I pasted to the > authorized_keys file fore the git user on the git server. And all > works, I can run git pull and push commands without being asked for a > password. But if

Re: [git-users] Re: git checkout -t: better error

2014-09-15 Thread Konstantin Khomoutov
On Mon, 15 Sep 2014 07:41:58 -0700 (PDT) Pierre-François CLEMENT wrote: > > Could we improve the error message for `git checkout -t`? Sometimes > > I forget to type the remote name. Something like: > > > > "Missing remote or branch name; try -b" [...] > That said, here's the error I get > when ru

[git-users] Re: Is there a short-hand for referring to the first commit?

2014-09-13 Thread Konstantin Khomoutov
On Friday, September 12, 2014 11:36:05 PM UTC+4, Sam Roberts wrote: > > There are shorthands for going back from HEAD, but not for the initial > commit, AFAICT. > > I often want to do this when rebasing, and have come to tagging the > initial commit in my repos with INITIAL. > > Is there a bett

Re: [git-users] Git Push Error(invalid old id sent)

2014-09-09 Thread Konstantin Khomoutov
On Fri, 5 Sep 2014 04:44:06 -0700 (PDT) chethan jain wrote: > GIT Extensions: > When we try to push into a feature branch we get the following error. > ! [remote rejected] branch -> branch (invalid old id sent) > error: failed to push some refs to server > > It was working all fine, all of a sud

Re: [git-users] Collect Spanish translation

2014-09-09 Thread Konstantin Khomoutov
On Fri, 5 Sep 2014 04:43:01 -0700 (PDT) Curioso wrote: > Hello, I see on the web have the book translated into Spanish by > Scott Chacon version, but it is not in pdf and epub version. > > The book is licensed under the "Creative Commons Attribution Non > Commercial Share Alike 3.0 license." I

Re: [git-users] git and filename case sensitivity

2014-09-05 Thread Konstantin Khomoutov
On Thu, 28 Aug 2014 00:48:22 -0700 (PDT) Alcolo Alcolo wrote: [...] > > As to the problem at hand: try messing with the core.ignorecase > > Git configuration variable [1]. > > > > Note that NTFS (the file system used by default in Windows) is > > case *preserving* but case insensitive. That i

Re: [git-users] Re: Understanding Cherry-Pick

2014-09-04 Thread Konstantin Khomoutov
On Wed, 3 Sep 2014 02:03:11 -0700 (PDT) Syed Safi wrote: > Need your help at earliest , i am getting following error while push > commnad , [...] > $LD_LIBRARY_PATH bash-3.00$ git pull [...] > /usr/local/libexec/git-core/git: symbol deflateBound: referenced > symbol not found [...] What you did

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

2014-09-04 Thread Konstantin Khomoutov
On Wed, 3 Sep 2014 02:00:24 -0700 (PDT) Syed Safi wrote: > I am facing the similar kind of issue , request to help soon, [...] > /usr/local/libexec/git-core/git: symbol deflateBound: referenced > symbol not found [...] Have you read and understood the thread you're replying to? This error means

Re: [git-users] Confusion about Key-based SSH authentication

2014-09-03 Thread Konstantin Khomoutov
On Wed, 3 Sep 2014 09:09:39 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: > > Key-based SSH authentication usually enforces security by requiring > > restricted rights on the involved files. To prevent SSH from > > refusing to work, type this: > > > > $ chmod -R go= ~/.ssh > > --

Re: [git-users] git and filename case sensitivity

2014-08-27 Thread Konstantin Khomoutov
On Wed, 27 Aug 2014 07:44:11 -0700 (PDT) Alcolo Alcolo wrote: > There is a way to configure my git-scm to be case sensitive ? [...] > I can use cygwin git, but I'd like to use tortoiseGit based on > git-scm. Then I would like to have the same behaviour. There's no such thing as "git-scm": "Git"

Re: [git-users] Making repacking faster

2014-08-27 Thread Konstantin Khomoutov
On Tue, 26 Aug 2014 16:24:28 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: > 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

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 ou

Re: [git-users] Commit Refactoring: Best Practice

2014-08-19 Thread Konstantin Khomoutov
On Tue, 19 Aug 2014 01:22:24 -0700 (PDT) Sverre Moe wrote: > What is the preferred Git best practice when it comes to commit > refactoring? > > When I refactor some Java files in Eclipse, Git recognizes it has > been renamed and places the file under "Changes to be committed". > I addition becau

Re: [git-users] asking some question

2014-08-18 Thread Konstantin Khomoutov
On Mon, 18 Aug 2014 05:27:18 -0700 (PDT) eamira...@gmail.com wrote: > so we have a master source and some different sources > for different projectsfor example our bank organization project > has some parts different from our university project > 1.Could we have different branches for every

Re: [git-users] post-merge hook not running

2014-08-18 Thread Konstantin Khomoutov
On Fri, 15 Aug 2014 07:55:36 -0700 (PDT) Etienne Pouliot wrote: > > > I'm trying to get my post-merge hook to run but I can't get it to > > > work. > > [...] > > > #git pull [...] > > The merge did not happen because `git merge` (which was run as a > > part of the `git pull` work flow) perfo

Re: [git-users] post-merge hook not running

2014-08-15 Thread Konstantin Khomoutov
On Fri, 15 Aug 2014 07:06:51 -0700 (PDT) Etienne Pouliot wrote: > I'm trying to get my post-merge hook to run but I can't get it to > work. [...] > #git pull > remote: Counting objects: 5, done. > remote: Compressing objects: 100% (4/4), done. > remote: Total 4 (delta 2), reused 0 (delta 0) > Unp

Re: [git-users] Using git

2014-08-15 Thread Konstantin Khomoutov
On Wed, 13 Aug 2014 05:09:13 -0700 (PDT) Akhilesh Yadav wrote: > I am new to git. I was thinking to setup local git repository.I have > Centos 6.5 server where I am planning to install git.There will be 5 > person pushing and pulling data from the git repository.I am confused > about it how they

[git-users] Re: Squash first two commits together

2014-07-22 Thread Konstantin Khomoutov
On Wednesday, July 23, 2014 3:44:15 AM UTC+4, Gergely Polonkai wrote: > I have a fresh repository, with only three commits. I made a mistake, as the > first two commits should be one. Normally I would do that with an interactive > rebase, but in this case I cannot use origin/master (as there are

Re: [git-users] Sinhronizing two sources and two git reposititories

2014-07-21 Thread Konstantin Khomoutov
On Mon, 21 Jul 2014 06:34:08 -0700 (PDT) Mirko Gogic wrote: > I have a following problem for a long time we had two separate > projects on two separate git origins. > server A and server B > Now code is getting very similar, and am trying to push updates > automatically. > Me and few of my frie

Re: [git-users] Clone the git without tags.

2014-07-21 Thread Konstantin Khomoutov
On Thu, 17 Jul 2014 02:57:59 -0700 (PDT) "seonguk.baek" wrote: > I want to create bare git project without tags using clone. > > But there is no option like "--no-tags". > > Is there any way to clone without tags like below? > > $ git clone {path}/test.git --no-tags --mirror That would have

Re: [git-users] Feature Request: `git remote prune --all`

2014-07-18 Thread Konstantin Khomoutov
On Fri, 18 Jul 2014 07:48:40 -0700 (PDT) Travis Carden wrote: [...] > I'd like to see the addition of a `git remote prune --all` command > option, or something similar. This list is for helping Git newbies solve their problems with Git. To propose a feature request or report a bug, please consid

Re: [git-users] git branch does not rev-parse its arguments

2014-07-16 Thread Konstantin Khomoutov
On Wed, 16 Jul 2014 13:41:29 +0100 Daniel Fanjul wrote: > In the command: > git branch (--set-upstream-to= | -u ) > [] > > is 'rev-parsed' but > is not. [...] Unfortunately, it's futile to report bugs on this list: here, we're merely helping newbies solve their problems with Git. Please try

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

2014-07-16 Thread Konstantin Khomoutov
On Wed, 16 Jul 2014 05:21:50 -0700 (PDT) Dominik Rauch wrote: [...] > Main question: > The existence of tools like git-annex, git-fat, git-media, etc. hints > that Git has problems with binary files in some way. Although I've > studied as much internal docs as I could find, I could not find a >

<    3   4   5   6   7   8   9   10   11   12   >