Re: Gsoc

2019-03-22 Thread Konstantin Khomoutov
On Fri, Mar 22, 2019 at 03:14:37AM +0530, Aaryan Kapur wrote: > Hey, I would like to work with your organisation for the upcoming > Google summer of code program , please guide me on how to go ahead Please start from [1] which links to [2]. For future reference, this list is archived at [3], so

Re: git case sensitivity issue

2019-02-27 Thread Konstantin Khomoutov
On Wed, Feb 27, 2019 at 12:38:04PM +, Adrian Wright wrote: > I am a git-for-windows user and have run into issues with casing on > Windows OS. > > I filed a GitHub issue directly on the git-for-windows repo: > > The issue can be found on URL: > https://github.com/git-for-windows/git/issues/

Fwd: Re: [git-users] List of ignore configuration file

2019-01-23 Thread Konstantin Khomoutov
A user over there at the git-users ML is having troubles with the wording of the `git check-ignore` manual page which, in their opinion, fails to clearly communicate the twist about tracked files being not eligible for ignored/non-ignored checks: - Forwarded message from cl.robitai...@gmail.co

Re: [git-users] git checkout file with custom mtime

2019-01-09 Thread Konstantin Khomoutov
On Sat, Jan 05, 2019 at 10:44:47PM +0100, Daniel Fanjul wrote: > I'm on Ubuntu. I do not use LFS. I track mods and saved games of > Skyrim with git, TESV.exe sorts the saved games only by their mtime. I > know it is not the most usual use case for git. > > I agree with that viewpoint and I like th

Re: Announcing Pro Git Second Edition Reedited

2018-12-11 Thread Konstantin Khomoutov
On Tue, Dec 11, 2018 at 09:00:31AM -0800, Jon Forrest wrote: > > As someone who's read neither your edit or the original edition, but I > > did read your version of the intro, it would be very helpful to me / > > others if there was some diff between the two so we could make up our > > own mind ab

Re: Any way to make git-log to enumerate commits?

2018-12-06 Thread Konstantin Khomoutov
On Thu, Dec 06, 2018 at 09:31:36AM +0900, Junio C Hamano wrote: > >> It would be great if git-log has a formatting option to insert an > >> index of the current commit since HEAD. > >> > >> It would allow after quitting the git-log to immediately fire up "git > >> rebase -i HEAD~index" instead of

Re: Any way to make git-log to enumerate commits?

2018-12-05 Thread Konstantin Khomoutov
On Wed, Dec 05, 2018 at 05:22:14PM +0300, Konstantin Kharlamov wrote: > It would be great if git-log has a formatting option to insert an > index of the current commit since HEAD. > > It would allow after quitting the git-log to immediately fire up "git > rebase -i HEAD~index" instead of "git reb

Re: git bash lunching error

2018-11-26 Thread Konstantin Khomoutov
On Mon, Nov 26, 2018 at 08:32:27PM +0530, Chandra Shekhar wrote: > cess: Resource temporarily unavailable (-1). > DLL rebasing may be required; see 'rebaseall / rebase --help'. This ? Please do not post screenshots, post text. Also please copy

Re: git overwriting local ignored files?

2018-11-24 Thread Konstantin Khomoutov
On Sat, Nov 24, 2018 at 05:57:24PM +0300, Konstantin Khomoutov wrote: > On Sat, Nov 24, 2018 at 09:37:06AM -0500, David Mandelberg wrote: > > > > > It seems that git is overwriting my local files on merge if they're in > > > > .gitignore. > [...] > > &

Re: git overwriting local ignored files?

2018-11-24 Thread Konstantin Khomoutov
On Sat, Nov 24, 2018 at 09:37:06AM -0500, David Mandelberg wrote: > > > It seems that git is overwriting my local files on merge if they're in > > > .gitignore. [...] > > The .gitignore file is to list "ignored and expendable" class of > > files; there is no "ignored but precious class" in Git. >

Re: Fwd: "show-ignore" problem after svn-git clone

2018-11-21 Thread Konstantin Khomoutov
On Wed, Nov 21, 2018 at 08:37:03AM -0500, Jamie Jackson wrote: > I'm brand new to svn-git and I'm having a problem right out of the > gate. I suspect I need a different ID, but I have no clue how to get > it. > > Here's the failed attempt: > https://gist.github.com/jamiejackson/57e90302802f4990b3

Re: Add issue management within git

2018-11-12 Thread Konstantin Khomoutov
On Sun, Nov 11, 2018 at 11:50:00PM +0100, Martin Delille wrote: > This would be awesome to handle issue directly with git: Having an > offline version of the issues synced to the gitlab/github issues. A > lot of work is done on the issues and it is lost when migrating from > one service to the ot

Re: Add issue management within git

2018-11-12 Thread Konstantin Khomoutov
On Mon, Nov 12, 2018 at 09:35:31AM +0800, yan ke wrote: > > This would be awesome to handle issue directly with git: > > Having an offline version of the issues synced to the gitlab/github issues. > > A lot of work is done on the issues and it is lost when migrating > > from one service to the oth

Re: Using Git for applications other than code development

2018-07-25 Thread Konstantin Khomoutov
On Wed, Jul 25, 2018 at 01:02:16PM +, David Hind wrote: > I work for a company that is looking to adopt VCS and I like sound of > Git (although I have no experience of using VCS). My question is, > everything seems to be directed towards code developers. Can I use Git > to do revision control

Re: Q: Ignore ./foo, but not script/foo

2018-07-19 Thread Konstantin Khomoutov
On Thu, Jul 19, 2018 at 07:06:57PM +1000, Timothy Rice wrote: [...] > Most people do put "." in their PATH for convenience [...] IMO this is a gross overstatement: personally, I know of no person using a Unix-like operation system who does this.

Re: FW: Merging in Git with Branches

2018-03-26 Thread Konstantin Khomoutov
On Mon, Mar 26, 2018 at 10:12:04AM +, shirlin.jos...@bt.com wrote: [...] > Currently there are two main branches that we are utilizing A(master) > and B(branch of A). Branch is utilised for individual stories(as per > delivery). [...] Cross-posted to [1] as well. 1. https://groups.google.com

Re: get commit ID from a tree object ID

2018-03-17 Thread Konstantin Khomoutov
On Sat, Mar 17, 2018 at 01:17:12PM +0100, Michal Novotny wrote: > let's say I have made an annotated tag on a certain treeish: > > $ git tag -a -m msg tagname HEAD: > > Now, I can try to see the content of the tag: > > $ git tag -v tagname > object 42a1c36553a50ceae2f75ffc4b1446c6c393eae7 > typ

Re: Help...!

2018-03-16 Thread Konstantin Khomoutov
On Fri, Mar 16, 2018 at 07:38:07PM +0530, JYOTIK MAYUR wrote: > i am working on a project that is git hosting website like GitHub. I > am a student so i don't know much on how to make a website like GitHub > so could please tell me what can be the appropriate steps to make a > website like that(mo

Re: Git should preserve modification times at least on request

2018-02-23 Thread Konstantin Khomoutov
On Wed, Feb 21, 2018 at 11:14:20PM +0100, Peter Backes wrote: [...] > atime, in contrast, was clearly one of the rather nonsensical > innovations of UNIX: Do one write to the disk for each read from the > disk. C'mon, really? It would have been a lot more reasonable to simply > provide a generi

Re: Is the -w option for git blame bugged?

2018-02-16 Thread Konstantin Khomoutov
On Fri, Feb 16, 2018 at 05:47:41PM +0800, hgfds jhgfds wrote: > I recently asked a question on stackoverflow regarding what seemed to > be erroneous output from git blame when the -w option is specified. > However, no one answered my question, so I decided to ask here > instead. > > The question

Re: Uninstall Git

2018-02-15 Thread Konstantin Khomoutov
On Thu, Feb 15, 2018 at 01:01:14PM +0100, Jan Nguyen wrote: > I would like to ask how can I uninstall Git? Please follow the answers given to this question at https://apple.stackexchange.com/search?q=%5Bgit%5D+uninstall

Re: [git-users] How hard would it be to implement sparse fetching/pulling?

2017-11-30 Thread Konstantin Khomoutov
On Wed, Nov 29, 2017 at 06:42:54PM -0800, vit via Git for human beings wrote: > I'm looking for ways to improve fetch/pull/clone time for large git > (mono)repositories with unrelated source trees (that span across multiple > services). > I've found sparse checkout approach appealing and helpful

Re: [git-for-windows] [ANNOUNCE] Git for Windows 2.14.0

2017-08-07 Thread Konstantin Khomoutov
On Sun, Aug 06, 2017 at 01:16:46PM +0200, Lars Schneider wrote: [...] > > * It is now possible to switch between Secure Channel and OpenSSL for > >Git's HTTPS transport by setting the http.sslBackend config > >variable to "openssl" or "schannel"; This is now also the method > >used by

Re: Binary files

2017-07-20 Thread Konstantin Khomoutov
On Thu, Jul 20, 2017 at 10:41:48AM +0300, Volodymyr Sendetskyi wrote: > It is known, that git handles badly storing binary files in its > repositories at all. [...] > So the question is: why not implementing some feature, that would > somehow handle this problem? [...] Have you examined git-lfs a

Re: Should "head" also work for "HEAD" on case-insensitive FS?

2017-07-04 Thread Konstantin Khomoutov
On Tue, Jul 04, 2017 at 12:00:49AM +0200, Ævar Arnfjörð Bjarmason wrote: > I don't have a OSX box, but was helping a co-worker over Jabber the > other day, and he pasted something like: > > $ git merge-base github/master head > > Which didn't work for me, and I thought he had a local "head"

Re: Bug with automated processing of git status results

2017-06-30 Thread Konstantin Khomoutov
On Fri, Jun 30, 2017 at 09:00:14AM +0300, Сергей Шестаков wrote: > I am trying to make an automated processing of "git status" results. > I execute the command > > git status -z -uno > > I expect that it has stable output format. However, it still can print > warnings like > > warning: CRLF wil

Re: [BUG] GITK don't show unstaged changes

2017-06-16 Thread Konstantin Khomoutov
On Fri, Jun 16, 2017 at 11:27:39AM +, Clébio C. Felix wrote: >>> Details: https://github.com/git-for-windows/git/issues/1203 >>> >>> Version with bug: 2.13.1 >>> Normal: 2.13.0 >> >> Attached are the pictures for those who doesn't want to browse that bug >> and dig them up. >> >> Basicall

Re: Feature Request: Show status of the stash in git status command

2017-06-12 Thread Konstantin Khomoutov
On Mon, Jun 12, 2017 at 11:42:44PM -0400, liam Beguin wrote: [...] >> Conceptually, the contents of the stash are *not* commits, even >> though the implementation happens to use a commit to represent each >> stash entry. Perhaps "has %d entry/entries" is an improvement, but >> a quick scanning of

Re: Git "Keeping Original Dates"

2017-06-06 Thread Konstantin Khomoutov
On Mon, Jun 05, 2017 at 05:14:01PM -0400, Hector Santos wrote: > I'm implementing GIT. If there an option or compile/version that "keep" > file timestamps? Just in case you've missed it, there's an explanation of why Git behaves the way it does in this regard [1]. 1. https://git.wiki.kernel.or

Re: Git Error Message

2017-06-05 Thread Konstantin Khomoutov
On Mon, Jun 05, 2017 at 02:54:55PM +0100, Philip Oakley wrote: > > > I have installed the Git software and upon trying to update a > > > repository by the "open recent repository" link and am unable to > > > access the menu-or anything-from there. Instead a window pops up with > > > the following

Re: Git Error Message

2017-06-05 Thread Konstantin Khomoutov
On Sat, Jun 03, 2017 at 01:13:05AM -0700, christienne shultz wrote: > I have installed the Git software and upon trying to update a > repository by the "open recent repository" link and am unable to > access the menu-or anything-from there. Instead a window pops up with > the following error mess

Re: How to avoid "Please tell me who you are..."?

2017-06-02 Thread Konstantin Khomoutov
On Fri, Jun 02, 2017 at 02:02:22AM -0400, Jeffrey Walton wrote: > I'm working on a test machine. It mostly needs to be a clone of > upstream. On occasion it needs to test a particular commit. > > When I attempt to test a commit it produces: > > $ git cherry-pick eb3b27a6a543 > > *** Ple

Re: Unable to download Git

2017-05-30 Thread Konstantin Khomoutov
On Tue, May 30, 2017 at 12:51:14PM +0530, The Intertainer wrote: > I have been trying to download the '32-bit Git for Windows setup from > ‘ https://git-scm.com/downloads’ latest versiion i.e. 2.13.0 but just > cannot. > > It downloadsl about 4-5mb but then says network error followed by > Faile

Re: Bug report: Corrupt pack file after committing a large file (>4 GB?)

2017-05-25 Thread Konstantin Khomoutov
On Fri, May 26, 2017 at 01:51:34PM +0800, Yu-Hsuan Chen wrote: > There is a bug where committing a large file corrupts the pack file in > Windows. Steps to recreate are: > > 1. git init > 2. stage and commit a file larger than 4 GB (not entirely sure about this > size) > 3. git checkout -f > >

Re: Git 2.13 silent install

2017-05-23 Thread Konstantin Khomoutov
On Mon, May 22, 2017 at 05:41:52PM +0200, Johannes Schindelin wrote: > > > Just wondering if someone can send me the instructions for an > > > unattended/silent install for Git 2.13. > > > > This guide [1] is outdated but should be applicable (see the new > > installer file [2] and its "[Compone

Re: Git 2.13 silent install

2017-05-22 Thread Konstantin Khomoutov
On Fri, May 12, 2017 at 09:55:04AM -0400, Rabii Elguermouni wrote: > Just wondering if someone can send me the instructions for an > unattended/silent install for Git 2.13. This guide [1] is outdated but should be applicable (see the new installer file [2] and its "[Components]" section for an u

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Konstantin Khomoutov
On Thu, May 11, 2017 at 10:10:05AM +, Kerry, Richard wrote: [...] > > > @@ -1940,7 +1940,7 @@ static void am_resolve(struct am_state *state) > > > > > > if (unmerged_cache()) { > > > printf_ln(_("You still have unmerged paths in your index.\n" > > > - "Did you

Re: git log --follow after subtree merge

2017-05-10 Thread Konstantin Khomoutov
On Wed, May 10, 2017 at 02:15:23PM -0500, Samuel Lijin wrote: > On Wed, May 10, 2017 at 9:46 AM, Jonny Gilchrist > wrote: > > Hi, > > > > After doing a subtree merge, using 'git log' and 'git log --follow' on > > files in the subtree show only the merge commit in which they were > > added. > > >

Re: Git allow to unconditionaly remove files on other developer host

2017-04-15 Thread Konstantin Khomoutov
On Sat, 15 Apr 2017 14:27:00 +0200 Johannes Sixt wrote: > > That curious, but git allow to unconditionally delete files on > > other developer host when he do `git pull` [...] > Know that Git regards everything mentioned in .gitignore as > dispensible; IOW, by mentioning a file in .gitignore you

Re: Git documentation on branching.

2017-04-10 Thread Konstantin Khomoutov
On Mon, 10 Apr 2017 12:24:47 +0200 Samuel Åslund wrote: [...] > >> One feature with "git branch xyz" and "git checkout xyz" that is > >> rather obvious if you know them but bit me a little since I did > >> not, is that uncommitted work in progress is not affected or saved > >> when switching betw

Re: Git documentation on branching.

2017-04-10 Thread Konstantin Khomoutov
On Mon, 10 Apr 2017 08:56:30 +0200 Samuel Åslund wrote: > I just started playing around with branching in git. > I have been using it more or less as Subversion until now. > > One feature with "git branch xyz" and "git checkout xyz" that is > rather obvious if you know them but bit me a little s

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 13:29:04 +0200 "Jessie Hernandez" wrote: > > On Fri, 31 Mar 2017 09:53:38 +0200 > > "Jessie Hernandez" wrote: > > > > [...] > >> >> It's possible to have ttk with 8.5 as well (say, here on Debian > >> >> 8.5 ships with ttk enabled). > >> >> > >> >> A proper patch would be > >

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 09:53:38 +0200 "Jessie Hernandez" wrote: [...] > >> It's possible to have ttk with 8.5 as well (say, here on Debian 8.5 > >> ships with ttk enabled). > >> > >> A proper patch would be > >> > >> -set default_config(gui.usettk) 1 > >> +set default_config(gui.usettk) [namespace e

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 09:45:03 +0200 "Jessie Hernandez" wrote: > >> I also got this problem when I wanted to build and run git 2.10.x. > >> I have added the following change to git-gui/git-gui.sh > >> > >> diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh > >> index 5bc21b878..5ce59ef94 100755 >

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 08:44:27 +0200 "Jessie Hernandez" wrote: [...] > I also got this problem when I wanted to build and run git 2.10.x. > I have added the following change to git-gui/git-gui.sh > > diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh > index 5bc21b878..5ce59ef94 100755 > --- a/g

Re: Git Vendor Support

2017-03-10 Thread Konstantin Khomoutov
On Fri, 10 Mar 2017 16:13:20 + "COLLINS, ROGER W GG-12 USAF NASIC/SCPW" wrote: > ALCON, > > Is there is a specific group or vendor backing Git? As part of our > internal approval process, our organization requires that we list a > vendor that provides active support (ie. Patches) for the Gi

Re: Partnership with Git

2017-02-21 Thread Konstantin Khomoutov
On Tue, 21 Feb 2017 13:21:38 +0200 "Nikita Malikov" wrote: > My name is Nikita and I'm from Devart https://www.devart.com/. > I would like to contact someone from executive staff of Git. I would > be very thankful for some information how to do this or if someone > contacts me. Git is a free sof

Re: Request re git status

2017-02-06 Thread Konstantin Khomoutov
On Mon, 6 Feb 2017 22:46:53 -0800 Ron Pero wrote: [...] > Still, one way or another, it was easy to feel tripped up by that and > some kind of verbal cue could help. > I wonder if this kind of message would help: Latest fetch: {timestamp} [...] Timestamps have little to no sense with regard to h

Re: Git: new feature suggestion

2017-01-18 Thread Konstantin Khomoutov
On Wed, 18 Jan 2017 10:40:52 + Joao Pinto wrote: [...] > I have seen a lot of Linux developers avoid this re-organization > operations because they would lose the renamed file history, because > a new log is created for the new file, even if it is a renamed > version of itself. I am sending y

Re: [RFH - Tcl/Tk] use of procedure before declaration?

2017-01-17 Thread Konstantin Khomoutov
On Tue, 17 Jan 2017 12:29:23 +0100 (CET) Johannes Schindelin wrote: > > In > > https://github.com/git/git/blob/master/git-gui/lib/choose_repository.tcl#L242 > > the procedure `_unset_recentrepo` is called, however the procedure > > isn't declared until line 248. My reading of the various Tcl > >

Re: Creating remote git repository?

2016-12-13 Thread Konstantin Khomoutov
On Wed, 14 Dec 2016 09:00:42 +0300 essam Ganadily wrote: > given that git is an old and mature product i wounder why there is no > command line (git.exe in windows) way of creating a remote git > repository? > > "git remote create repo myreponame" > > frankly speaking i know that our friends in

Re: git bash error

2016-12-09 Thread Konstantin Khomoutov
On Fri, 9 Dec 2016 11:38:55 +0530 "Karamjeet Singh" wrote: > Dear git support, > My app is crashing whenever i launch the git bash tool. I am > attaching the error log file from the event viewer. Can you please > let me know what the issue is with it. > https://www.dropbox.com/sh/mhkmjn8bmh3x1oh/

Re: GIT Problem/ISSUE

2016-11-14 Thread Konstantin Khomoutov
On Mon, 14 Nov 2016 16:59:41 +0100 Robert Fellendorf wrote: [...] > Couldn't resolve host 'gitlab.lrz.de' [...] So, what happens when you open a console prompt (Click the Start menu icon, type "cmd" without the double quotes and activate the application found), type ping gitlab.lrz.de there

Re: RFE: Discard hunks during `git add -p`

2016-11-02 Thread Konstantin Khomoutov
On Wed, 2 Nov 2016 14:46:04 +0100 (CET) Jan Engelhardt wrote: > Current version: 2.10.2 > Example workflow: > > * I would do a global substitution across a source tree, e.g. `perl > -i -pe 's{OLD_FOO\(x\)}{NEW_BAR(x, 0)}' *.c` > * Using `git add -p`, I would verify each of the substitutions that

Re: "Purposes, Concepts,Misfits, and a Redesign of Git" (a research paper)

2016-10-07 Thread Konstantin Khomoutov
On Fri, 30 Sep 2016 19:14:13 +0300 Konstantin Khomoutov wrote: > The "It Will Never Work in Theory" blog has just posted a summary of a > study which tried to identify shortcomings in the design of Git. > > In the hope it might be interesting, I post this sum

Re: Fork Errors

2016-10-06 Thread Konstantin Khomoutov
On Thu, 6 Oct 2016 14:02:09 + "Vacha, Brian [USA]" wrote: > When starting Git Bash, I receive the following errors: > 0 [main] bash 18088 fork: child 14072 - died waiting for dll loading, > errno 11 bash: fork: retry: No child processes > 1190419 [main] bash 18088 fork: child 8744 - died wait

"Purposes, Concepts,Misfits, and a Redesign of Git" (a research paper)

2016-09-30 Thread Konstantin Khomoutov
The "It Will Never Work in Theory" blog has just posted a summary of a study which tried to identify shortcomings in the design of Git. In the hope it might be interesting, I post this summary here. URL: http://neverworkintheory.org/2016/09/30/rethinking-git.html The except from that resource wri

Re: Plugin mechanism(s) for Git?

2016-07-15 Thread Konstantin Khomoutov
On Fri, 15 Jul 2016 16:18:28 + (UTC) Ben Peart wrote: > > Thanks for this great summary of the problem, Christian! > > > > I think a generic plugin mechanism would be great but how would we > > do it? > > I’m also very glad to see the discussion about coming up with a good > pattern for how

Re: Dependencies required for offline installation

2016-07-05 Thread Konstantin Khomoutov
On Tue, 5 Jul 2016 07:45:12 -0400 Kevin Paxton wrote: > I’m looking to install git on a separate network that is running > Redhat 5.5. I need to know what is the list of packages that I need to > download to be able to install git-all? I plan on using git-svn to > migrate an existing svn repo ove

Re: split directories into branches

2016-07-05 Thread Konstantin Khomoutov
On Mon, 4 Jul 2016 17:03:46 -0400 shawn wilson wrote: [...] > > I don't possess the official stance on this topic but AFAIK > > user-level questions are fine on this list. > > In that case :) > ... still having issues w/ filter-branch: [...] I used something along these lines: git filter-bra

Re: split directories into branches

2016-07-04 Thread Konstantin Khomoutov
On Mon, 4 Jul 2016 14:15:58 -0400 shawn wilson wrote: [...] > > I know Git tracks content, not files (and directory) but still many > > folks have "stable" directories for their files, assign certain > > semantics to them etc. I've needed such transfers myself, and this > > topic has been raised

Re: split directories into branches

2016-07-04 Thread Konstantin Khomoutov
On Mon, 4 Jul 2016 12:45:39 -0400 shawn wilson wrote: > I've got a chef cookbook repo where everyone started developing > cookbooks in a single dev branch (not project specific). Minus a few > edge cases, it should be fairly simple to split this up into feature > branches based on /cookbooks/. >

Re: Problem with git-http-backend.exe as iis cgi

2016-06-20 Thread Konstantin Khomoutov
On Thu, 10 Mar 2016 07:28:50 + Florian Manschwetus wrote: > I tried to setup git-http-backend with iis, as iis provides proper > impersonation for cgi under windows, which leads to have the > filesystem access performed with the logon user, therefore the > webserver doesn't need generic acces

Re: Problem with Integrated Vim Editor on Win 10

2016-06-20 Thread Konstantin Khomoutov
On Thu, 31 Mar 2016 10:20:28 -0700 Zachary Turner wrote: > I dug into this some more, and as surprising as it is, I believe the > release of Git 2.8.0 is just busted. I had an installer for 2.7.0 > lying around, so after uninstalling 2.8.0 and re-installing 2.7.0, > everything works fine. > > I

Re: ssh key

2016-06-20 Thread Konstantin Khomoutov
On Sat, 28 May 2016 16:47:06 +0300 matveevma wrote: > Can i add SSH id_rsa.pub to GIT by shell terminal? Hi! First things first: this list has nothing to do neither with Github nor with shells of any sort. Please note that Github it not Git, it rather is a hosting for Git projects, so if you h

Re: problems installing GIT on my MAC OS X 10.11.5

2016-06-14 Thread Konstantin Khomoutov
On Tue, 14 Jun 2016 17:49:50 +0100 Maria Jose Fernandez wrote: > I am very sorry but I am not understanding what you are saying. > I will try with homebrew and see if it works that way. Torstean means: 1. Using the Finder, locate the Terminal application and run it. An open with command pro

Re: problems installing GIT on my MAC OS X 10.11.5

2016-06-14 Thread Konstantin Khomoutov
On Tue, 14 Jun 2016 16:56:15 +0100 Maria Jose Fernandez wrote: > I am doing a data science course and need to download GIT but for > some reason I can’t installed it. I called Apple but they couldn’t > help and suggested me to contact you guys. So you proceeded to http://git-scm.com/download/mac

Re: How to add custom metadata to Git commit object

2016-05-30 Thread Konstantin Khomoutov
On Mon, 30 May 2016 20:58:08 +0300 Kirill Likhodedov wrote: > Is it possible to add custom metadata to Git commit object? > Such metadata should be ignored by Git commands, but could be used by > a 3-party tool which knows the format and knows where to look. > > I assume that this should be po

Re: Local git repository url

2015-11-19 Thread Konstantin Khomoutov
On Thu, 19 Nov 2015 10:48:51 + "Vambara, JayaPrakash (Infosys)" wrote: > I am trying to setup a local git repository and manage it from local > Jenkins set-up. So, both Jenkins and git are on my local desktop. > > However, I am trying to give the Repository URL but with no luck. > > My repo

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

2015-11-12 Thread Konstantin Khomoutov
A user recently asked an interesting question on the git-users list. I think it warrants attentions of a specialists more hard-core than we're there over at git-users. So I'd like to solicit help if those knowledgeable, if possible. Begin forwarded message: Date: Wed, 11 Nov 2015 14:30:40 -0800

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

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

Re: Anonymous commit (empty Author and Committer)

2015-10-30 Thread Konstantin Khomoutov
On Fri, 30 Oct 2015 17:26:00 +0300 Andrei Borzenkov wrote: > See > http://git.savannah.gnu.org/cgit/grub.git/commit/?id=206676601eb853fc319df14cd3398fbdfde665ac > > I was not even aware that this is possible. Is there anything on > server side that can prevent it? A hook running on "update" ev

Re: Why are submodules not automatically handled by default or at least configurable to do so?

2015-10-27 Thread Konstantin Khomoutov
On Tue, 27 Oct 2015 11:40:15 + Nick wrote: > > Why not set alias(es) for that? [...] > But oh yes, there is another difficulty with aliases. Eclipse users > on Windows: [...] Not to counter your actual argument, but AFAIK EGit uses JGit which is a Java implementation which does not call out

Re: Bug: gitk crashes for single file with German environment

2015-10-23 Thread Konstantin Khomoutov
On Fri, 23 Oct 2015 15:32:10 +0200 Jörg Bühmann wrote: > gitk crashes for single file with German environment [...] http://thread.gmane.org/gmane.comp.version-control.git/279910 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.or

Re: How to rebase when some commit hashes are in some commit messages

2015-10-13 Thread Konstantin Khomoutov
On Tue, 13 Oct 2015 10:50:40 +0200 Francois-Xavier Le Bail wrote: > >> For example, if I rebase the following commits, I would want that > >> if the commit hash 222... become 777..., > >> the message > >> "Update test output for " > >> become > >> "

Re: gitk crashes with german translation

2015-09-30 Thread Konstantin Khomoutov
On Wed, 30 Sep 2015 09:58:14 + (UTC) Peter Vasil wrote: > When I try to run "gitk --all" on Mac with German language settings I > get the following error: > Error in startup script: bad menu entry index "Ansicht bearbeiten ..." > while executing > ".bar.view entryconf [mca "Edit view..."]

Re: Gitk cannot start in the latest version when using --all

2015-09-29 Thread Konstantin Khomoutov
On Tue, 29 Sep 2015 15:51:46 +0200 Christophe COEVOET wrote: > >> I'm installing git and gitk from the Ubuntu PPA maintained by the > >> Git team. I received the Git 2.6 update today. > >> Since this update, I'm unable to launch gitk with --all. I'm > >> receiving the following error message: > >

Re: Gitk cannot start in the latest version when using --all

2015-09-29 Thread Konstantin Khomoutov
On Tue, 29 Sep 2015 15:40:55 +0200 Christophe COEVOET wrote: > I'm installing git and gitk from the Ubuntu PPA maintained by the Git > team. I received the Git 2.6 update today. > Since this update, I'm unable to launch gitk with --all. I'm > receiving the following error message: > > Error in

Re: Specifying N revisions after the initial commit

2015-09-22 Thread Konstantin Khomoutov
On Tue, 22 Sep 2015 14:32:19 -0400 Josh Boyer wrote: > Please CC me as I'm not subscribed. > > I was hoping someone could help me with the revision shorthand to get > the commit sha of a commit N commits after the initial commit. What happens if right after the initial commit, there have been f

Re: Fwd: Translate Pro Git book to Russian and Ukrainian

2015-09-14 Thread Konstantin Khomoutov
On Mon, 14 Sep 2015 12:48:52 +0300 Konstantin Khomoutov wrote: > > Good day! > > I am Russian and Ukrainian native speaker. I have a little free time > > and I want to help in translating. > > What I may do for it? > > Please read [1] -- especially the secti

Re: Fwd: Translate Pro Git book to Russian and Ukrainian

2015-09-14 Thread Konstantin Khomoutov
On Sat, 12 Sep 2015 23:11:40 +0300 Dmitry Strelnikov wrote: > Good day! > I am Russian and Ukrainian native speaker. I have a little free time > and I want to help in translating. > What I may do for it? Please read [1] -- especially the section titled "Contributing" there. 1. https://github.co

Re: Bug report Windows 10

2015-08-10 Thread Konstantin Khomoutov
On Mon, 10 Aug 2015 14:26:44 +0200 "MS-Informatique" wrote: > My Windows notebook got updated to Windows 10 and now my Git Bash > doesn't start and when I open an existing repository from Git Gui, I > am getting next error: > "0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error >

Re: Git doesn't detect change, if file modification time is restored to original one

2015-07-23 Thread Konstantin Khomoutov
On Thu, 23 Jul 2015 11:14:11 +0200 Konrád Lőrinczi wrote: [...] > I accept these solutions as workarounds, but the real solution would > be: Dev suggestions: > 1) Add a --force-reread option to git status, so user can force > reread tree. git status --force-reread > > 2) Add status.force-reread

Re: ssh admin git accidentally deleted

2015-07-07 Thread Konstantin Khomoutov
On Tue, 7 Jul 2015 20:30:59 +0700 agnes retnaningsih wrote: > Dear git , I accidentally delete ssh admin git, unfortunately there > just one admin so I can't make a change in the config and push to the > repository. If there's a way undo the change or make an existing user > become an admin or is

Re: [msysGit] 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x

2015-06-30 Thread Konstantin Khomoutov
On Mon, 29 Jun 2015 18:19:09 +0200 Johannes Schindelin wrote: > > I've finally took time to switch from my old "msys1" release to this > > RC4, and immediately got hit by the fact Git is now speaking to me > > in Russian, which is not what I want (previously this behaviour was > > only exhibited

Re: [msysGit] 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x

2015-06-29 Thread Konstantin Khomoutov
On Mon, 29 Jun 2015 16:37:54 +0200 Johannes Schindelin wrote: > >> I just uploaded the 4th release candidate for the upcoming Git for > >> Windows 2.x release. Please find the download link here: > >> > >> https://git-for-windows.github.io/#download > >> > >> The most important changes are the up

Re: Repository Code Scope (Plan Text)

2015-06-24 Thread Konstantin Khomoutov
On Wed, 24 Jun 2015 18:19:42 + BGaudreault Brian wrote: > What type of code scope should a repository contain? Can it be one > large program with many elements or should it just be part of a > program or can it be a project with multiple programs? What are the > recommendations? There are

Re: Repository Code Security (Plan Text)

2015-06-24 Thread Konstantin Khomoutov
On Wed, 24 Jun 2015 18:18:00 + BGaudreault Brian wrote: > If someone downloads code to their notebook PC and leaves the > company, what protection do we have against them not being able to > access the local code copy anymore? What do you mean by "local code"? That one which is on the notebo

Re: proxy_windows_386.exe Firewall Notification

2015-06-11 Thread Konstantin Khomoutov
On Thu, 11 Jun 2015 17:46:58 + BGaudreault Brian wrote: > Hello, when connecting to a Vagrant Shared VM via SSH, I'm getting a > Windows Firewall prompt about 'proxy_windows_386.exe' (in C:\Program > Files\hashicorp\vagrant\embedded\gems\gems\vagrant-share-1.1.0 > \localbin\), which looks lik

Re: git lock files (Was: GIT for Microsoft Access projects)

2015-06-09 Thread Konstantin Khomoutov
On Tue, 9 Jun 2015 13:21:44 -0500 wrote: > Thanks folks, I am digesting all you have said. > > Now the command line I can do (I'm a programmer) but the secretary > here I doubt. > > So is there at GUI interface for this? Does it work on Windows > systems? That's why I asked whether the thing y

Re: GIT for Microsoft Access projects

2015-06-08 Thread Konstantin Khomoutov
On Mon, 8 Jun 2015 9:45:17 -0500 wrote: [...] > My question is, will GIT work with MS access forms, queries, tables, > modules, etc? [...] Git works with files. So in principle it will work with *files* containing your MS access stuff. But Git will consider and treat those files as opaque blob

Re: Stash Feature

2015-06-03 Thread Konstantin Khomoutov
On Wed, 3 Jun 2015 17:22:57 +0200 Fabrizio Mancin wrote: > I've a little request for you. > What about saving date-time on git stash save command and show it on > git stash show stash@{xxx}? > I think it is a useful poperty to save. > > What do you think about it? This information is already th

Re: Git-Win: case insensitive names

2015-06-01 Thread Konstantin Khomoutov
On Mon, 1 Jun 2015 13:30:19 -0400 Vadim Kramer wrote: > Just had to deal with a nasty cross-UNIX/Windows problem. > > Two files in the repository were in the same direcory and had the same > name differing only by the case of some of the letters. While > checking them out, git wantonly confused

Re: Redirect "git" subcommand to itself?

2015-05-28 Thread Konstantin Khomoutov
On Wed, 27 May 2015 17:28:34 -0700 Stefan Beller wrote: > so I just run into this problem again (which happens to me maybe > twice a week): I want to do a git operations, so I type "git " into > my shell, [...] > then I copy the whole operation "git revert --abort" in this case and > paste it to

Re: [msysGit] Re: Sneak peek of the upcoming Git for Windows 2.x

2015-04-13 Thread Konstantin Khomoutov
On Sun, 12 Apr 2015 19:51:29 +0200 Johannes Schindelin wrote: [...] > > * it is talking german to me > > > > would it be sufficient to delete > > c:\Apps\gitwin\mingw64\share\locale\de\LC_MESSAGES\ > > resp the whole locale directory to let it speak english? > > Probably. But the canonical solu

Re: [msysGit] Re:

2015-04-09 Thread Konstantin Khomoutov
On Wed, 08 Apr 2015 23:58:58 +0200 Thomas Braun wrote: [...] > > I am trying to run the latest git 1.9.5 installer on windows. When I > > run strings on libneon-25.dll it shows this: > > > > ./libneon-25.dll:OpenSSL 1.0.1h 5 Jun 2014 > > > > But when I load this dll in dependency wa

Re: confusion with some `git reset` commands

2014-12-18 Thread Konstantin Khomoutov
On Wed, 17 Dec 2014 01:09:08 +0630 Arup Rakshit wrote: [...] > But I am looking for any differences - > > a) git reset --soft and git reset --keep > b) git reset --hard and git reset --merge Please consider reading http://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified -- To unsubscribe from

Re: git add and git add behave differentely for ignored files

2014-12-04 Thread Konstantin Khomoutov
On Thu, 4 Dec 2014 10:06:23 +0100 Guilherme wrote: > I reported this issue on the git-user mailing list and they > redirected me here. > > The problem I have observed is that with a ignored path `git add > ` behaves differently then `git add `. [...] To those who's interested the original threa

Re: git push --all --tags

2014-11-15 Thread Konstantin Khomoutov
On Sat, 15 Nov 2014 04:44:19 + (UTC) Ryan Jacobs wrote: > $ git push --all --tags > error: --all and --tags are incompatible > > Why are these flags incompatible? Just wondering 'cause I think that > it would be a good feature to be able to push all of your branches > and all of your tags to

fatal unresolved deltas error

2014-11-05 Thread Konstantin Khomoutov
Hi, I'm posting on behalf of Anjib Mulepati (Cc'ed) whose mails have troubles getting in here. Originally posted to git-users [*] but the problem appears to be too complicated for that list. [*] https://groups.google.com/d/topic/git-users/fnU3JtRuwH8/discussion Below is the original Anjib's mes

  1   2   >