Re: [git-users] Gitsu: User management and pairing for Git

2014-02-16 Thread Konstantin Khomoutov
On Fri, 14 Feb 2014 22:21:37 -0800 (PST) dr...@gmail.com wrote: I've created a Git plugin called Gitsu that makes it easier to switch between Git users. Briefly, it adds a git su command that updates your configured user name and email address. It also supports switching to multiple

Re: [git-users] git stash and --skip-worktree files

2014-02-12 Thread Konstantin Khomoutov
On Sun, 9 Feb 2014 13:52:20 -0800 (PST) Mickey Killianey mickey.killia...@gmail.com wrote: My team is starting to use the --skip-worktree flag on files to allow them to keep modified files in their working directories. Ideally, they'd like an option for git-stash to apply to skip-worktree

Re: [git-users] hook file encoding for text files

2014-02-12 Thread Konstantin Khomoutov
On Wed, 5 Feb 2014 23:41:51 -0800 (PST) Philipp Kraus philipp.kr...@flashpixx.de wrote: I try to write a pre-push hook in a bare repo. I would like to check the file encoding on all text files, so how can I get all file types that are handled as text file from git. I have defined some types

Re: [git-users] problem with $git pull command

2014-02-11 Thread Konstantin Khomoutov
On Tue, 11 Feb 2014 04:46:52 -0800 (PST) srinivas thanneeru srinuqis...@gmail.com wrote: I have git remote repository for my project work, i cloned that from system 1, edited some file called examle.java and then i added it to stag area, then commited, then push the

Re: [git-users] Git build

2014-02-09 Thread Konstantin Khomoutov
On Sun, 9 Feb 2014 02:37:06 -0800 (PST) ishan chawla ishan.chawla...@gmail.com wrote: I am trying to build git from its source code in windows,Im not able to do it.Some cache.h error is coming .Could you please suggest me what to do? Git is not directly buildable on Windows because its

Re: [git-users] change encoding and text replace

2014-02-05 Thread Konstantin Khomoutov
On Wed, 5 Feb 2014 05:51:38 -0800 (PST) Philipp Kraus philipp.kr...@flashpixx.de wrote: can I use gitattributes for change the encoding of text file? I would like to encode all text file with UTF-8 and replace the \t to 4 spaces. How can I do this? Well, in theory, you can -- using the

Re: [git-users] change encoding and text replace

2014-02-05 Thread Konstantin Khomoutov
On Wed, 5 Feb 2014 13:39:47 -0800 (PST) Philipp Kraus philipp.kr...@flashpixx.de wrote: It is more a social problem and I don't want to fix encoding errors manually. Mostly user does not configurate their editors correct and I get after a commit encoding errors within the files, so I

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

2014-02-04 Thread Konstantin Khomoutov
On Mon, 3 Feb 2014 17:47:02 -0800 (PST) George Chester georgechstr...@gmail.com wrote: Currently we use SVN and VisualSVN allows you to specify users with access for each folder! This come in particularly handy because we have certain people work on only specific plugins which are located in

Re: [git-users] pull vs branch to branch merge

2014-02-03 Thread Konstantin Khomoutov
On Sun, 2 Feb 2014 23:35:33 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: I would like to run git rev-list with --no-merges to exclude the pull merge commits, but to still be able to see regular branch merges and their changes. is there a way to do this or there is no way to

Re: [git-users] pull vs branch to branch merge

2014-02-02 Thread Konstantin Khomoutov
On Sun, 2 Feb 2014 14:38:11 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: I would like to run git rev-list with --no-merges to exclude the pull merge commits, but to still be able to see regular branch merges and their changes. is there a way to do this or there is no way to tell

Re: [git-users] Avoid commit error when using attribute filters for Variable expansion

2014-01-31 Thread Konstantin Khomoutov
On Fri, 31 Jan 2014 08:16:05 -0800 (PST) GS_gitnew neldo...@gmail.com wrote: i'm using the .gitattributes with a script filter to expand the SHA1 and last commit date with the smudge and clean actions of the filter. The clean filter removes this changes and makes the file exactly like the

Re: [git-users] gitk: file name too long

2014-01-30 Thread Konstantin Khomoutov
On Thu, 30 Jan 2014 02:19:55 -0800 (PST) Tom Steynen tom_s...@hotmail.com wrote: I'm using git on windows 7 and lately I've been getting the following message whenever I try to refresh my gitk view: Error executing git log: couldn't execute git: file name too long After some research

Re: [git-users] Subsequent signing of tags, is it possible?

2014-01-30 Thread Konstantin Khomoutov
On Thu, 30 Jan 2014 22:59:12 -0800 (PST) Tom Wieczorek t...@bibbu.net wrote: I'd like to sign git commits with my GPG key after they have been committed. I know that I can sign them at commit time using git -S. But, is it possible to sign a single commit afterwards? I use an IDE that doesn't

Re: [git-users] content of pushed files

2014-01-29 Thread Konstantin Khomoutov
On Wed, 29 Jan 2014 06:51:48 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: it might be an easy one but somehow I am not sure how to get my hands on it. I want to have a hook which checks the content of the a file and to decide whether to deny or accept the push by some validation on the

Re: [git-users] What's the process GIT runs on Linux?

2014-01-27 Thread Konstantin Khomoutov
On Mon, 27 Jan 2014 06:54:46 -0800 (PST) Jirong Hu jirong...@gmail.com wrote: I am trying to find the process GIT runs on Linux, as well as on Windows. Or there is no such thing? Please try to narrow your question down. What is the process? An executable binary file which is started by an OS

Re: [git-users] I've got strange error when I run cherry-pick.

2014-01-22 Thread Konstantin Khomoutov
On Tue, 21 Jan 2014 23:19:00 -0800 (PST) seonguk.baek baekseon...@gmail.com wrote: I've got strange error when I run cherry-pick. While cherry-picking I ran into the conflict error. Usually, I can find unmerged files when I run git status. But there is no unmerged files. I can find

Re: [git-users] Checking out Revisions

2014-01-17 Thread Konstantin Khomoutov
On Fri, 17 Jan 2014 05:08:15 -0800 (PST) nbalka...@gmail.com wrote: I need to check out a revision from a repository, that supports only git. I don't know much about git, but I am used to svn. It seems that git first needs s clone before doing anything. And that clone would be the current

Re: [git-users] Checking out Revisions

2014-01-17 Thread Konstantin Khomoutov
On Fri, 17 Jan 2014 16:00:24 +0200 Nikos Balkanas nbalka...@gmail.com wrote: I need to check out a revision from a repository, that supports only git. I don't know much about git, but I am used to svn. It seems that git first needs s clone before doing anything. And that clone would

Re: [git-users] fixed string check in git

2014-01-14 Thread Konstantin Khomoutov
On Tue, 14 Jan 2014 02:13:18 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: I am looking for a way to check for the existence in an exact format of some string in xml files, and if this string is changing in *any way*, to reject the push. I was thinking of checking the diff to check if

Re: [git-users] Re: fixed string check in git

2014-01-14 Thread Konstantin Khomoutov
On Tue, 14 Jan 2014 18:26:18 +0400 Konstantin Khomoutov flatw...@users.sourceforge.net wrote: [...] Basically that encantation involving xmlstarlet will make it run the XPath query boolean(//version[text()!='2.0']) against your file and output true iff it contains at least one

Re: [git-users] commit amend, how to remove files

2014-01-13 Thread Konstantin Khomoutov
On Mon, 13 Jan 2014 13:11:13 +0100 Valerio Pachera siri...@gmail.com wrote: 'git rm' without option will remove the file from the working tree. I need the file to stay there. The option I need to remove the file only from the index by the option '--cached'. Yes, that's exactly what you

Re: [git-users] git config on Mac - can't even get git config user.name to work

2014-01-08 Thread Konstantin Khomoutov
On Wed, 8 Jan 2014 07:07:29 -0800 (PST) kameron cole kc0...@gmail.com wrote: Having trouble from the git go. I installed git on my Mac OSX 10.7.5. Can't seem to git going. All of the git config commands in the documentation fail with the error Illegal instruction 4. What is this? I'd say

Re: [git-users] git svn dcommit: Your client is too old

2014-01-07 Thread Konstantin Khomoutov
On Tue, 7 Jan 2014 09:04:49 -0800 (PST) Sebastian Bürgel s.buer...@googlemail.com wrote: I have been using SVN on windows for a while (Tortoise) and now I am trying to switch to git. Since most people in my group are SVN lovers, I was quite happy seeing that I could use git with the existing

Re: [git-users] tracking file content?

2013-12-31 Thread Konstantin Khomoutov
On Mon, 30 Dec 2013 23:18:42 -0800 (PST) Jagadeesh N. Malakannavar mnjagade...@gmail.com wrote: I am looking for a hook that sends out an email based on particular file contents. I expect an email when I am rebasing my repo. hook script should check the file contents and if particular pattern

Re: [git-users] Git - switching between branches and htdocs folder

2013-12-31 Thread Konstantin Khomoutov
On Tue, 31 Dec 2013 04:33:22 -0800 (PST) Maciej Reguła matias...@gmail.com wrote: I'am new to git and I couldn't find answers anywhere for my questions so here I'am. 1. When I create local repository i.e for my own framework and then I build websites based on this framwerok, these websties

Re: [git-users] how to check if my commit is propagated to later branchs?

2013-12-27 Thread Konstantin Khomoutov
On Fri, 27 Dec 2013 06:03:31 -0800 (PST) Jagadeesh N. Malakannavar mnjagade...@gmail.com wrote: Hello, I have branch structres something like this / / rel-1 --//- top of tree

Re: [git-users] how to check if my commit is propagated to later branchs?

2013-12-27 Thread Konstantin Khomoutov
On Fri, 27 Dec 2013 18:34:11 +0400 Konstantin Khomoutov kos...@domain007.com wrote: If you implied, without spelling that, that rel-1 *moved* since the point both branches diverged, then the answer is use git-log: The call git log rel-1 ^rel-2 or, spelling the same the other way

Re: [git-users] Having same conflicts on every merge?

2013-12-26 Thread Konstantin Khomoutov
On Wed, 25 Dec 2013 21:28:36 -0800 (PST) prashanna rana prashannajab...@gmail.com wrote: I've a stable released version i.e version2.0 and a master for future version release say v3.0. version2.0 doesnot have some features of master. when i found bug in version2.0 then i create a branch

Re: [git-users] Re: Need executable git for redhat5 x86_64

2013-12-24 Thread Konstantin Khomoutov
On Mon, 23 Dec 2013 18:18:38 -0800 (PST) David MA davidmad...@gmail.com wrote: What I need, actually, is an official version rpm of git, looks like I have to create such one myself. I think it's not an easy way for most, especially regardring so many dependencies requirement. [...] Since

Re: [git-users] rationale for commit a single file

2013-12-24 Thread Konstantin Khomoutov
On Thu, 19 Dec 2013 01:53:57 -0800 (PST) THUFIR HAWAT hawat.thu...@gmail.com wrote: your point that ...only the *published* (or sent in the form of a patch series) history is sacred but your *local* history is not... is very interesting, and while I appreciate the point, and like the sound

Re: [git-users] Git for MinGW MSYS 64bit

2013-12-24 Thread Konstantin Khomoutov
On Thu, 19 Dec 2013 11:25:51 -0800 (PST) Jason Huntley oneprem...@gmail.com wrote: I've been working on this project, Minglehttps://github.com/onepremise/Mingle, for quite some time. I wanted to contribute back the build I made for git which supports 64bit MinGW in an MSYS environment. Mingle

Re: [git-users] Re: Help, very strange behavior by Git

2013-12-24 Thread Konstantin Khomoutov
On Fri, 20 Dec 2013 14:36:28 -0800 (PST) Anthony Jackman energeticpix...@gmail.com wrote: Scott O, Thanks for posting this reply! I just now started using Git and its command line interface. I wondered how to get the warning: LF will be replaced by CRLF in... to quit nagging me. Consider

Re: [git-users] GIT - Case sensitive parameter?

2013-12-20 Thread Konstantin Khomoutov
On Fri, 20 Dec 2013 04:58:03 -0800 (PST) Gabriel Angeli rockfl...@gmail.com wrote: I have a problem with case changes made automatically by the VB6 IDE: It changes all the names of my variables (intellisense), sometimes from lower to upper-case, sometimes from upper to lower. My team uses the

Re: [git-users] how to delete a commit?

2013-12-19 Thread Konstantin Khomoutov
On Thu, 19 Dec 2013 00:10:35 -0800 (PST) Jagadeesh N. Malakannavar mnjagade...@gmail.com wrote: May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6 a2396a2 commit 5 85020f2 commit 4 8779285 commit 3 4c0b83b commit 2 4498573 commit 1 I want to

Re: [git-users] how to Git help me get my changes around the globe compared to SVN?

2013-12-19 Thread Konstantin Khomoutov
On Thu, 19 Dec 2013 04:42:13 -0800 (PST) Oliver Harvey o...@tigertechsoftware.com wrote: ...our main requirement is for changes made in the UK available to be available the US for fast/easy check-out (check-in not so important). SVN can crack this either via WanDisco (commercial), or via

Re: [git-users] rationale for commit a single file

2013-12-18 Thread Konstantin Khomoutov
On Wed, 18 Dec 2013 02:18:10 -0800 (PST) THUFIR HAWAT hawat.thu...@gmail.com wrote: It seems potentially problematic to commit a single source code file, and not all source code. Potentially, for example in Java, the project might not even compile. What circumstance(s) would a single

Re: [git-users] push via VPN fails

2013-12-16 Thread Konstantin Khomoutov
On Sun, 15 Dec 2013 07:16:57 -0800 (PST) Daniel Ellison daniel.h.elli...@gmail.com wrote: I have a windows box on my home LAN that I use as a file server and the origin, with several Windows clients. I use eGit for Eclipse and everything works fine. One of my clients is a laptop I take on

Re: [git-users] ssh password reset

2013-12-13 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 19:38:31 -0800 thufir hawat.thu...@gmail.com wrote: I'm using github and when prompted for the password to the ssh keys (a pop-up window in Linux), I entered the wrong password. Now, when I try to use the keys, I get remote hung up because, presumably, it's not sending

Re: [git-users] merge a conflict

2013-12-12 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 03:05:14 -0800 thufir hawat.thu...@gmail.com wrote: [...] thufir@dur:~/NetBeansProjects/MudSocketClient$ thufir@dur:~/NetBeansProjects/MudSocketClient$ git branch * 001try_in_thread master thufir@dur:~/NetBeansProjects/MudSocketClient$

Re: [git-users] merge a conflict

2013-12-12 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 03:40:24 -0800 (PST) THUFIR HAWAT hawat.thu...@gmail.com wrote: Why didn't it say that there were conflicts? I mean, the files were totally different. Because your history looked something like this (I suppose): -A-B-C = master \-D-E = 001try_in_thread so as you

Re: [git-users] merge a conflict

2013-12-12 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 03:40:24 -0800 (PST) THUFIR HAWAT hawat.thu...@gmail.com wrote: Why didn't it say that there were conflicts? I mean, the files were totally different. And one more aspect to this, which I forgot to point out... Git *would* take differences in files when doing a merge *if*

Re: [git-users] jgit checkout problem

2013-12-05 Thread Konstantin Khomoutov
On Thu, 5 Dec 2013 07:13:23 -0800 (PST) Tal Agmon agmon...@gmail.com wrote: I'm trying to use CheckoutCommand the following way: [...] Can you please advise? I'm sure it would be much better to ask this question on some resource dedicated to JGit or may be even in its bug tracker. JGit is not

Re: [git-users] How to Pull/Fetch a specific GIT branch (and NOT clone entire repository) to the AIX server

2013-12-04 Thread Konstantin Khomoutov
On Wed, 4 Dec 2013 05:53:55 -0800 (PST) tripatjeet singh tripatli...@gmail.com wrote: I am new to GIT. There's a challenge that i'm currently facing after migration from WINCVS to GIT. The problem here is I need to pull/fetch a specific branch (and NOT clone the entire repository) from the

Re: [git-users] How to Pull/Fetch a specific GIT branch (and NOT clone entire repository) to the AIX server

2013-12-04 Thread Konstantin Khomoutov
On Wed, 4 Dec 2013 18:12:59 +0400 Konstantin Khomoutov flatw...@users.sourceforge.net wrote: [...] git checkout --depth 1 --branch foo [...] This should be git checkout --depth 1 --branch foo REPO_URL of course. -- You received this message because you are subscribed to the Google

Re: [git-users] How to Pull/Fetch a specific GIT branch (and NOT clone entire repository) to the AIX server

2013-12-04 Thread Konstantin Khomoutov
On Wed, 4 Dec 2013 09:27:36 -0600 tripatjeet singh tripatli...@gmail.com wrote: Once again it gives me below error. Here 'testing' is the GIT repository and 'Branch_Test1' is a folder under testing. ^^^ Supposedly this is the root cause of these errors: Git is not Subversion or CVS and it does

Re: [git-users] Re: Build problem with git in win7 64bit

2013-12-03 Thread Konstantin Khomoutov
On Mon, 2 Dec 2013 22:49:54 -0800 (PST) ildo park parki...@gmail.com wrote: I installed git(windows) downloaded in http://git-scm.com/downloads I build my sources in RVDS221. Compile was success before installing the git. Whenever I install git(and tortoiseGit) I have faced the

Re: [git-users] multiple clients on one workarea possible?

2013-11-29 Thread Konstantin Khomoutov
On Thu, 28 Nov 2013 02:10:42 -0800 (PST) Mario Wohlwender mario.wohlwen...@torqeedo.com wrote: Hi git users, I want to use a git-Repository to handle a folder with lot of documents (.pdf...) needed for manufacturing of my companys products (technical drawings, Gerber-Files for PCB

Re: [git-users] how to solve SSL3_GET_RECORD:wrong version number error?

2013-11-29 Thread Konstantin Khomoutov
On Fri, 29 Nov 2013 13:53:29 +0900 Shinpei Nakata shinpei.nak...@gmail.com wrote: [...] Form LD_DEBUG log, git-1.7 using libcurl-gnutls.so library which is ubuntu's default installed, and git-1.8 using locally build libcurl (installed in /usr/local). Here's my response from openssl to

Re: [git-users] Could not create work tree dir 'example.com'.: Permission denied

2013-11-29 Thread Konstantin Khomoutov
On Fri, 29 Nov 2013 01:19:48 -0800 (PST) David Ingledow da...@ingledow.co.uk wrote: [...] I've installed Git and got my ssh keys authenticated with GitHub. [...] fatal: could not create work tree dir 'example.com'.: Permission denied This means Git failed to create a directory on your

Re: [git-users] how to solve SSL3_GET_RECORD:wrong version number error?

2013-11-28 Thread Konstantin Khomoutov
On Wed, 27 Nov 2013 21:57:56 -0800 (PST) Shinpei Nakata shinpei.nak...@gmail.com wrote: Recently i've changed my git from 1.7.9.5 to 1.8.4.1. [...] And next time please also tell us: * Which OS (and its version this is). * Did changing Git from one version to another involved upgrading other

Re: [git-users] Branch Seurity

2013-11-28 Thread Konstantin Khomoutov
On Thu, 28 Nov 2013 07:36:45 -0800 (PST) Andrew G newbie@gmail.com wrote: I have one repo and many branch on it, how can I force every member on my repo only can pull and push on their own branch? can I do this on GIT? # apt-get install gitolite See https://github.com/sitaramc/gitolite/

Re: [git-users] Can I enter feature requests in git

2013-11-27 Thread Konstantin Khomoutov
On Tue, 26 Nov 2013 19:17:54 -0800 (PST) Nilanjan nilanjena...@gmail.com wrote: Sorry about that. What I meant is, suppose I am using a project in Git, let's say a Ruby gem. It seems like users only enter defects as issues. I assume I shouldn't enter 'enhancement requests' as issues?

Re: [git-users] About GIT installation

2013-11-24 Thread Konstantin Khomoutov
On Fri, 22 Nov 2013 04:23:25 -0800 (PST) Rajesh Varatharajan rajesh.bruz...@gmail.com wrote: I am new to GIT version tool, I have a lot of queries in using GIT. Can anyone reply my Answer? My Questions are: 1. IS GIT have Client-Server Archietecture? 2. If

Re: [git-users] Chinese filename garbage problem when use git archive

2013-11-20 Thread Konstantin Khomoutov
On Wed, 20 Nov 2013 00:30:58 -0800 (PST) Lihong He happylobster2...@gmail.com wrote: first, appriciated for your help! I got a problem. I use ruby, and download projects, and I use rails function repo.git.archive(options, master) , but it's always garbage if file name has chinese characters

Re: [git-users] Git repo inside IGNORED subfolder of another Git repo

2013-11-20 Thread Konstantin Khomoutov
On Tue, 19 Nov 2013 19:47:38 -0800 (PST) Алексей Баранов alexey2bara...@gmail.com wrote: I'm voting for a new Git feature. [...] This mailing list is dedicated to help Git newcomers solve their problems. If you have a feature to suggest to appear in Git, consider getting in touch with the Git

Re: [git-users] Create repo from an existing application folder

2013-11-19 Thread Konstantin Khomoutov
On Tue, 19 Nov 2013 04:30:15 -0800 (PST) lesssugar rgozdzial...@gmail.com wrote: Hi everyone, I'm new to Git and not sure how to achieve my goal. I have an application hosted on a remote server. I would like to create a repo in the application folder, so I can clone all the files to my

Re: [git-users] Git commit comment

2013-11-18 Thread Konstantin Khomoutov
On Mon, 18 Nov 2013 07:44:45 +0100 Nicolas Dermine nicolas.derm...@gmail.com wrote: I have done git pull. and again ran the below command. But still it wasn't show the comment on the commit. (on Github box provided below each commit) Through github i able to see it. git log

Re: [git-users] security issue with public keys

2013-11-18 Thread Konstantin Khomoutov
On Sun, 17 Nov 2013 20:43:24 -0800 (PST) stoici...@aol.com wrote: I generated ssh public keys on server, uploaded it to github repository, so that I can deploy my project to the server. My question is if someone has access to the server and they log in and view the ssh keys, can they somehow

Re: [git-users] Removing commits to another repository

2013-11-18 Thread Konstantin Khomoutov
On Sun, 17 Nov 2013 21:04:45 -0800 (PST) stoici...@aol.com wrote: I have been contributing to a remote repository for 6 months. I have made more than 100 commits and pushes to one of its branches. Is there a way to remove all the pushed commits I contributed to that repository? Depends on

Re: [git-users] Git vs Subversion

2013-11-17 Thread Konstantin Khomoutov
On Sat, 16 Nov 2013 23:36:44 -0800 (PST) Akira Tsuchiya akira...@gmail.com wrote: I want to ask all of you one quick question. Do you think Git will get more popularity than Subversion and Subversion will be obsolete in the near future? Depend on how one is looking at it. On the free

Re: [git-users] git pull --rebase ?

2013-11-15 Thread Konstantin Khomoutov
On Thu, 14 Nov 2013 15:03:29 -0800 (PST) Vicki Kozel vickiko...@gmail.com wrote: We've recently switched to Git and Gerrit, and are drafting the best practices workflow for our development team. One thing we want to avoid is merge commits that have two parents since if these commits fail

Re: [git-users] Sync repository remote with local after git reset

2013-11-14 Thread Konstantin Khomoutov
On Thu, 14 Nov 2013 03:44:56 -0800 (PST) Diogo Machado di...@diogomachado.com wrote: Hi, I'm necessity rollback 2 commits, I try: git reset --hard HEAD~2 Now, how can I synchronize with my remote repository? Depends on how do you specify synchronize. Do you want to send the updated

Re: [git-users] Question on Git Hooks

2013-11-14 Thread Konstantin Khomoutov
On Wed, 13 Nov 2013 12:00:00 -0500 lingfei ouyang oylf1...@gmail.com wrote: and one more quick question? What is the correct way for define the variable in pre-commit hooks in Git bash so I can using those three variables to run git commands, i.e. git show $newrev git merge-base

Re: [git-users] Question on Git Hooks

2013-11-14 Thread Konstantin Khomoutov
On Thu, 14 Nov 2013 08:18:56 -0500 lingfei ouyang oylf1...@gmail.com wrote: [...] The problem is that by (stupid) default it's not an error in a POSIX shell to attempt to expand a parameter which does not exist. I mean, if you have a script myscript.sh reading [...] Thanks a lot Konstantin

Re: [git-users] files case name changes detection.

2013-11-14 Thread Konstantin Khomoutov
On Thu, 14 Nov 2013 02:37:20 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: [...] regarding a change+rename you mentioned - if you declare you are looking for 100% in the similarity index + the rename flag from git - so we are covered, as you said. Really? Not so fast, please. ;-)

Re: [git-users] files case name changes detection.

2013-11-13 Thread Konstantin Khomoutov
On Tue, 12 Nov 2013 08:11:40 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: I would like to be able to prevent case name changes done on windows clients and being pushed to our linux remote repository. when pulled, it confuses the other windows clients and messes things up. I want to

Re: [git-users] Re: newbie confused about git server on windows 8

2013-11-12 Thread Konstantin Khomoutov
On Mon, 11 Nov 2013 20:41:51 -0800 (PST) Ray Tayek rta...@gmail.com wrote: hi, i have git version 1.8.4.msysgit.0 installed. if i run this as a daemon, where are the repositories located? (i.e. where do i do a mkdir foo.git; cd foo.git; git init --bare?) [...] doing a push origin master

Re: [git-users] Issues when doing the push by using the git extensions

2013-11-12 Thread Konstantin Khomoutov
On Tue, 12 Nov 2013 11:26:22 -0500 lingfei ouyang oylf1...@gmail.com wrote: currently I got error when trying to push the changes into the git repo: fatal: protocol error: bad line length character: Pass Does pushing using plain Git work? Try to do that using the exact command Git Extension

Re: [git-users] newbie confused about git server on windows 8

2013-11-11 Thread Konstantin Khomoutov
On Mon, 11 Nov 2013 02:50:11 -0800 (PST) Ray Tayek rta...@gmail.com wrote: hi, i have git version 1.8.4.msysgit.0 installed. if i run this as a daemon, where are the repositories located? (i.e. where do i do a mkdir foo.git; cd foo.git; git init --bare?) how do i change where the (server)

Re: [git-users] How to merge code from diff repo and other repo have different file structure ?

2013-11-11 Thread Konstantin Khomoutov
On Mon, 11 Nov 2013 03:31:05 -0800 (PST) Fahim Patel pafa...@gmail.com wrote: Hello, I have four repo which are related to ech other. Now I have moved all four project in single repo in 4 folders.Please see below eg:- old repositories structure --- repo A repo B repo C repo

Re: [git-users] Re: Feature Question: Versioning on sub-file level

2013-11-06 Thread Konstantin Khomoutov
On Tue, 5 Nov 2013 20:35:01 - Philip Oakley philipoak...@iee.org wrote: This was also just asked on the git developer list... Sound like the discussion at http://thread.gmane.org/gmane.comp.version-control.git/27/focus=217

Re: [git-users] Git 1.8.4.2 for Windows is not available through http://git-scm.com/download/win

2013-11-01 Thread Konstantin Khomoutov
On Thu, 31 Oct 2013 10:05:35 -0700 (PDT) Adrian Wijasa awij...@gmail.com wrote: If I visit http://git-scm.com/download/win, I can only download Git 1.8.4 that was released on September. The latest Gift was released on October. While the ultimate goal for the Git for Windows project is being

Re: [git-users] UTF-8 file

2013-10-31 Thread Konstantin Khomoutov
On Thu, 31 Oct 2013 10:03:25 + Roddie Grant gitl...@myword.co.uk wrote: I have a file on my web server which BBedit shows as UTF-8. It includes proper curly apostophes and quotation marks. When I do git diff in Terminal I get output like: -pE2809CSurfexPlusE2809D is OCCAE28099s

Re: [git-users] UTF-8 file

2013-10-31 Thread Konstantin Khomoutov
On Thu, 31 Oct 2013 10:51:11 + Roddie Grant gitl...@myword.co.uk wrote: [...] When I do git diff in Terminal I get output like: -pE2809CSurfexPlusE2809D is OCCAE28099s [...] Care to tell us which OS is that? [...] Another question: do you see this in a pager or plainly rendered by

Re: [git-users] UTF-8 file

2013-10-31 Thread Konstantin Khomoutov
On Thu, 31 Oct 2013 13:23:50 + Roddie Grant gitl...@myword.co.uk wrote: [...] For the record, I had to use 'git --no-pager diff' rather 'git diff --no-pager'. It solved the problem, but I was connected to the server. Using 'setenv LESSCHARSET utf-8' works, but only when I've ssh-ed to

Re: [git-users] Recommendations on a windows-based GIT environment with a local server

2013-10-30 Thread Konstantin Khomoutov
On Wed, 30 Oct 2013 02:43:14 -0700 (PDT) my.sevenf...@gmail.com wrote: Thanks for your reply. So you say we should use a windows network drive or network share on a (server)computer with a normal standard git configuration for now? Yes. Just make sure you have transparently working

Re: [git-users] Git hook server side

2013-10-28 Thread Konstantin Khomoutov
On Mon, 28 Oct 2013 02:25:11 -0700 (PDT) Ignazio Calo' ignaz...@gmail.com wrote: I read this page about git hook: http://git-scm.com/book/en/Customizing-Git-Git-Hooks and i still have some questions. I have a git server with some bare repos and I want create something like a continuos

Re: [git-users] doesnt resolve to any object

2013-10-24 Thread Konstantin Khomoutov
On Thu, 24 Oct 2013 02:38:01 -0700 (PDT) aniyan.raj...@gmail.com wrote: There are several issues with your problem's statement. When I try add files to a new repository , I get the following error. How can I resolve this ? Thanks. An internal Exception occurred during push: Source ref

Re: [git-users] GIT with large projects

2013-10-24 Thread Konstantin Khomoutov
On Sun, 20 Oct 2013 18:57:13 -0700 (PDT) Blake McBride blake1...@gmail.com wrote: [...] These days all that matters are web apps. This is a very limited world view. Writing web apps is my least favorite programming to do (although, all programming is fun for me). As a consequence of a

Re: [git-users] Question on Git Hooks

2013-10-24 Thread Konstantin Khomoutov
On Mon, 14 Oct 2013 05:50:29 -0700 (PDT) Ling oylf1...@gmail.com wrote: We are going to integrate the Git with VersionOne and also trying to create some hooks that prevent when developers trying to commit/push the changes into the remote repositories, for example: when developer trying to

Re: [git-users] GIT with large projects

2013-10-20 Thread Konstantin Khomoutov
On Sun, 20 Oct 2013 03:39:50 -0700 (PDT) Blake McBride blake1...@gmail.com wrote: Yes, of course, creating a totally new branch from where you are doesn't cause any problems because nothing changes. The problem is that, I and likely most of the world, have a handful of long-running branches

Re: [git-users] GIT with large projects

2013-10-20 Thread Konstantin Khomoutov
On Sun, 20 Oct 2013 19:34:32 +0200 Magnus Therning mag...@therning.org wrote: [...] Well, many of the issues you mention can be solved by using a build system that can take advantage of a shared cache of build objects. Connect a CI system that builds each branch regularly and you can largely

Re: [git-users] Add a collection of files

2013-10-18 Thread Konstantin Khomoutov
On Thu, 17 Oct 2013 15:55:52 -0700 (PDT) Aaron Cook cookacou...@gmail.com wrote: Is it possible to configure git to see a group of files as a singular object? For instance, I have a directory with several files: myjunk/text.txt myjunk/somefile.exe myjunk/anotherfile.odt Whenever a

Re: [git-users] Re: error when runing push

2013-10-16 Thread Konstantin Khomoutov
On Wed, 16 Oct 2013 02:17:52 -0700 (PDT) shlo.af...@gmail.com wrote: If I run: git remote add origin user@gitservre:/path/to/dir/projectd.git It say fatal: remote origin already exists. Sure it does -- `git clone` created it. Did you ever may try reading a book on Git? Say this

Re: [git-users] Re: error when runing push

2013-10-16 Thread Konstantin Khomoutov
On Wed, 16 Oct 2013 13:16:23 +0200 Magnus Therning mag...@therning.org wrote: git 1.8.4 output of 'git remote -v' origin user@gitservre:/path/to/dir/projectd.git (fetch) origin user@gitservre:/path/to/dir/projectd.git (push) I saw now that you send me another email, and I tried 'git

Re: [git-users] Is there a place record when I run git pull the last time

2013-10-15 Thread Konstantin Khomoutov
On Tue, 15 Oct 2013 16:24:50 +0800 lei yang yanglei.f...@gmail.com wrote: Is there a place record when I run git pull the last time Please note that while you've got an answer proposing a semi-working solution (that is, working until someone calls `touch .git/FETCH_HEAD`), to me, it seems that

Re: [git-users] git backup

2013-10-15 Thread Konstantin Khomoutov
On Tue, 15 Oct 2013 06:53:17 -0700 (PDT) shlo.af...@gmail.com wrote: All the git repositories are on one git server in specific directory. I would like to know what I need to backup in order to be able to make a success restore, in case my disk on the git server will crushed. I would

Re: [git-users] Is there a place record when I run git pull the last time

2013-10-15 Thread Konstantin Khomoutov
On Tue, 15 Oct 2013 18:00:42 +0400 Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 15 Oct 2013 16:24:50 +0800 lei yang yanglei.f...@gmail.com wrote: Is there a place record when I run git pull the last time Please note that while you've got an answer proposing a semi

Re: [git-users] Out of memory, malloc failied (tried to allocate 2306150400 bytes )

2013-10-10 Thread Konstantin Khomoutov
On Thu, 10 Oct 2013 03:57:11 -0700 (PDT) praveenm mulimani praveen.mulim...@gmail.com wrote: We are using windows 7 to download the git source through repo command. We are getting the below error (although we have 20 GB free space). Fatal: Out of memory, malloc failied (tried to allocate

Re: [git-users] Out of memory, malloc failied (tried to allocate 2306150400 bytes )

2013-10-10 Thread Konstantin Khomoutov
On Thu, 10 Oct 2013 11:19:27 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: pack.packsizelimit=2g pack.threads=1 pack.windowmemory=256m 2. I'd say the pack.packSizeLimit should not affect the packing behaviour -- at least that's what I gather from the manual page. The

Re: [git-users] Git clone asks the password

2013-10-09 Thread Konstantin Khomoutov
On Wed, 9 Oct 2013 01:31:36 -0700 (PDT) Alfredo Licciardello licciardello.alfr...@gmail.com wrote: I use gitolite to admin my Repositories GIT. Following my problem: I added in the configuration file of git “gitolite.conf” a new user to work on an old GIT repository and in the same time the

Re: [git-users] need to undo Reset Changes action git extensions

2013-10-09 Thread Konstantin Khomoutov
On Wed, 9 Oct 2013 10:40:36 -0700 (PDT) Garrett Fritz garrettfr...@gmail.com wrote: well no other place has the changes I made that were reset... On Wednesday, October 9, 2013 11:38:12 AM UTC-6, Dale Worley wrote: From: Garrett Fritz garret...@gmail.com javascript: Any way to

Re: [git-users] multi workspace solution

2013-10-07 Thread Konstantin Khomoutov
On Sun, 6 Oct 2013 22:24:09 -0700 (PDT) pof Andras porje...@gmail.com wrote: Oh, yes, I know it is a simple script. if it was really usable there should be some information about its possibilities and practices and experiences. A script alone without any additional info looks like an

Re: [git-users] git clone --recursive times out and fails to clone submodule

2013-10-07 Thread Konstantin Khomoutov
On Wed, 2 Oct 2013 10:53:00 -0700 (PDT) mbkv mani.bak...@gmail.com wrote: I am unable to clone a specific repository with submodules. $ git clone --recursive https://www.github.com/lagadic/visp_auto_tracker.git ^^^ notice https:// 'flashcode_mbt'

Re: [git-users] Re: git5 submit bypassing tap

2013-10-07 Thread Konstantin Khomoutov
On Fri, 4 Oct 2013 14:45:36 -0400 Maurizio Vitale mrz@gmail.com wrote: Just tried submitting a CL using TAP, which ran 422 test cases and had 7 failures. These failures have been verified to be caused by a recent change. Now I wish to submit the CL without going through TAP to avoid

Re: [git-users] Git-Enforced Policy

2013-10-07 Thread Konstantin Khomoutov
On Thu, 3 Oct 2013 06:57:33 -0700 (PDT) job...@students.rowan.edu wrote: [...] I have defined the following bash script: #!/bin/bash export USER=$1 /bin/bash In the authorized_keys file I call this script with a user parameter whom would be logging in. [...] There are

Re: [git-users] multi workspace solution

2013-10-04 Thread Konstantin Khomoutov
On Fri, 4 Oct 2013 01:24:32 -0700 (PDT) pof Andras porje...@gmail.com wrote: [...] I would like to implement a multi-workspace version of git. [...] That was implemented long time ago in the form of the git-new-workdir script available in the contrib Git subdirectory [1]. The basic idea

Re: [git-users] multi workspace solution

2013-10-03 Thread Konstantin Khomoutov
On Thu, 3 Oct 2013 01:28:03 -0700 (PDT) pof Andras porje...@gmail.com wrote: I would like to implement a multi-workspace version of git. The main goal is to have several independent workspaces using only one and single repository (without their own cloned repos). All these things will run on

Re: [git-users] moving top of branch to another repository

2013-10-03 Thread Konstantin Khomoutov
On Thu, 3 Oct 2013 03:56:03 -0700 (PDT) ruud r.grosm...@gmail.com wrote: I think yes, this is the only way because you need to squash A-C into a new commit, C', and then reapply E-G on top of it, and that's what `git rebase` is goot at. thank you for your reply. I was a bit afraid this

Re: [git-users] Re: keeping two bare repos in sync?

2013-10-03 Thread Konstantin Khomoutov
On Wed, 2 Oct 2013 12:04:28 -0700 (PDT) dkoleary dkole...@olearycomputers.com wrote: Apologies for replying to my own post, but I did just find the git --bare fetch. While that seems to have worked, That's odd: `git fetch` does not support --bare, only `git clone` does. If `git fetch`

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