Re: [git-users] Contributing to Git itself

2018-06-27 Thread Konstantin Khomoutov
On Wed, Jun 27, 2018 at 09:25:12AM +1000, Timothy Rice wrote: [...] > Some of the discussions are pretty interesting, eg there is currently work > towards moving away from sha-1 (finally), and Linus Torvalds occasionally > pipes up with some thoughts. I'd also note that the current Git

Re: [git-users] hash collision in git

2018-06-27 Thread Konstantin Khomoutov
On Wed, Jun 27, 2018 at 11:00:16AM +0300, Konstantin Khomoutov wrote: [...] >> I have done a test in version 2.18 to test how git handle hash collision: >> 1、I commit pdf file 'shattered-1.pdf' into my local repo. the generated [...] > This horse has been beaten to death alrea

Re: [git-users] Where does git on windows store the repositories?

2017-10-27 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 08:55:23PM +0100, Philip Oakley wrote: > The ".git" sub-directory that stores the whole repository is normally > a hidden directory (as are most directories with a name starting with > a dot). You can make windows explorer show them by setting an option. A nitpick:

Re: [git-users] Where does git on windows store the repositories?

2017-10-27 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 07:51:24PM -0400, rhkra...@gmail.com wrote: >> The ".git" sub-directory that stores the whole repository is normally a >> hidden directory (as are most directories with a name starting with a >> dot). You can make windows explorer show them by setting an option. -- > It

Re: [git-users] Merge master branch into feature branch without checkout

2017-10-27 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 10:56:14PM -0700, Mitch Negus wrote: > When reading through this Atlassian tutorial on Git > , it says that > the set of commands > git checkout feature > git merge master > can be condensed into the one-liner

Re: [git-users] Where does git on windows store the repositories?

2017-10-26 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 10:50:11AM -0700, Greg Quintana wrote: > Where does git on windows store the repositories? Git for Windows is no different from "normal" Git in this regard (and in most others, too), so just grab any Git book / tutorial and get started. -- You received this message

Re: [git-users] How to use git log without going in to repo

2018-01-10 Thread Konstantin Khomoutov
On Tue, Jan 09, 2018 at 09:09:01PM -0800, Yogi wrote: [...] > 1. How do I execute git log command without going in to repo. To answer this question, we need to know how are you accessing these repos "normally". I mean, if they can only be accessed via SSH and/or HTTPS, -- that is, via

Re: [git-users] How to use git log without going in to repo

2018-01-10 Thread Konstantin Khomoutov
On Wed, Jan 10, 2018 at 07:25:12PM +0530, Yogi Nerkar wrote: > Repositories accessed remotely using SSH or HTTPS ,so I need to close it > for git log. Clone, not close; otherwise correct. > Regarding diff , I would like to see lines of code changes happened from > last 2 months with user and

Re: [git-users] git svn commands in post-receive hook

2018-02-01 Thread Konstantin Khomoutov
On Wed, Jan 31, 2018 at 05:59:35PM -0800, Akshaya wrote: > While using "git-svn dcommit" in post-receive hook. it fails with below > error. > remote: fatal: git was built without support for git-svn > (NO_PERL=YesPlease). > > But the same thing works fine if we run the post-receive hook

Re: [git-users] Re: Official documentation about repository size limits for a self hosted server

2018-01-02 Thread Konstantin Khomoutov
tHub enterprise. However, what I am trying to find is official > > documentation that explains this. [...] > On the other hand, to clarify my conditions as you said Konstantin > Khomoutov, I am using Git for Windows. I cannot understand that Git > for Windows has a practical limit of 2

Re: [git-users] Show all commits for a specific file where ONLY that file was updated

2018-07-26 Thread Konstantin Khomoutov
On Thu, Jul 26, 2018 at 04:42:02AM -0700, Rob Hills wrote: Hi! > I am trying to get a list of commits for a specific file where ONLY the > file I am interested in has been updated. > > If I run > > git log -- > > I get a list of commits that have updated that file. This list of commits >

Re: [git-users] Cloned Repository empty is in local

2018-07-30 Thread Konstantin Khomoutov
On Sun, Jul 29, 2018 at 10:31:02AM -0400, CrestChristopher wrote: Hi! First things first: do I understand correctly that your original problem ("cloned local repository is empty") is solved? > Hi, I have a commit file although I'm attempting to push it to a repository, > not github; a private

Re: [git-users] Cloned Repository empty is in local

2018-07-25 Thread Konstantin Khomoutov
On Tue, Jul 24, 2018 at 07:00:05PM -0700, Christopher wrote: > Hi I've cloned a repository but I'm not seeing the cloned files in my local > repository ? Hi! I can think of two possibilities. An unlikely one is that for some reason you've cloned the repository using the "--bare" and/or

Re: [git-users] Failed network error when downloading Git

2018-07-25 Thread Konstantin Khomoutov
On Tue, Jul 24, 2018 at 01:33:45PM -0700, Cathryn Jegede wrote: > No it doesn't, I've tried that several times . Unfortunately, I then tend to conclude it's an issue with your antivirus software (which interferes with an attempt to download that installer) or some other external problem. A

Re: [git-users] httpd backend - repo not found.

2018-08-14 Thread Konstantin Khomoutov
On Tue, Aug 14, 2018 at 02:24:30AM -0700, christian.tre...@itsv.at wrote: > i am trying to set up gitweb and the http backend. gitweb works so far, but > the http backend is giving me headaches. i always get "fatal: repository > not found errors, which is quite frustrating as gitweb works

Re: [git-users] Trying to execute git archive from an ant target

2018-08-07 Thread Konstantin Khomoutov
On Mon, Aug 06, 2018 at 10:02:06PM -0700, William Steele wrote: > Trying to execute git archive from an ant target and make it part of a > deploy script—I am unable to get it to operate. Any assistance would be > greatly appreciated. > > > If I were to enter the command at the command line,

Re: [git-users] to get previous tag

2018-08-13 Thread Konstantin Khomoutov
On Mon, Aug 13, 2018 at 05:23:53AM -0700, sshobha...@gmail.com wrote: [...] > when i try to execute the below command it throws me an error > > $git describe --abbrev=0 --tags $(`git rev-list --tags --skip-count=1 > --max-count=1`) > Error: fece0ddf3d4ef9b61640b5ae4c3c5f0e3abaf326: command not

Re: [git-users] to get previous tag

2018-08-13 Thread Konstantin Khomoutov
> > Thank you for the response. > > Just wanted to know is there any way i can get the previous tag details. > > Let me know if you have any specific troubles interpreting the > explanation of your problem in my original response. Sorry, my explanation indeed skipped a crucial bit of the logic.

Re: [git-users] to get previous tag

2018-08-13 Thread Konstantin Khomoutov
On Mon, Aug 13, 2018 at 07:10:11PM +0530, shobha shobha wrote: > Thank you for the response. > Just wanted to know is there any way i can get the previous tag details. Let me know if you have any specific troubles interpreting the explanation of your problem in my original response. > > [...] >

Re: [git-users] httpd backend - repo not found.

2018-08-21 Thread Konstantin Khomoutov
On Tue, Aug 21, 2018 at 12:04:20AM -0400, CrestChristopher wrote: > > > > Okay, the way Git works via HTTP is actually documented in [1], > > > > and trust me, you're supposed to read it several times to understand > > > > completely. > > > Documented in [1] ? > > Exactly. The numbered reference

Re: [git-users] Git tags and information as file header

2018-08-23 Thread Konstantin Khomoutov
On Thu, Aug 23, 2018 at 09:34:04AM -0700, Michael Brininstool wrote: > Wow! How condescending of you! In my 35 years of programming and system > administration, tagging a script or config file with a label that > identifies which "version" it is, is essential. When you deploy these > files

Re: [git-users] httpd backend - repo not found.

2018-08-20 Thread Konstantin Khomoutov
On Mon, Aug 20, 2018 at 07:24:12AM -0400, CrestChristopher wrote: >> Okay, the way Git works via HTTP is actually documented in [1], >> and trust me, you're supposed to read it several times to understand >> completely. > > Documented in [1] ? Exactly. The numbered reference was at the mail's

Re: [git-users] Failed network error when downloading Git

2018-07-24 Thread Konstantin Khomoutov
On Tue, Jul 24, 2018 at 12:29:18PM -0700, Cathryn Jegede wrote: > Hello everyone! Whenever I try to download Git on my windows 8 > computer using chrome I get an error message : failed network error . > I've tried Firefox and Microsoft Edge and I still get an error > message. Please what can I

Re: [git-users] Git Bash for Windows bug v2.18.0 - Command prompt text is not appearing when typed.

2018-08-29 Thread Konstantin Khomoutov
On Thu, Aug 23, 2018 at 09:49:09PM -0700, MutualCore wrote: > Command prompt text is not appearing when typed. It's there, I can execute > the commands but I can't see the text. On Fri, Aug 24, 2018 at 03:36:38PM -0700, MutualCore wrote: > Another bug, >git log ends up stuck in the listing

Re: [git-users] What's the point of %m in git log format?

2018-08-29 Thread Konstantin Khomoutov
On Wed, Aug 29, 2018 at 06:09:11AM -0700, Jeff wrote: > with > git log --pretty=format:"..." > > there's a placeholder '%m', which is documented as > > *%m*: left (<), right (>) or boundary (-) mark > > > > So what does it mean actually? When I use it in my format description > string it's

Re: [git-users] git for files in exist db webdav : file size problem?

2018-07-04 Thread Konstantin Khomoutov
On Tue, Jan 23, 2018 at 01:24:24AM -0800, Attila Törcsvári wrote: (Reformatted for better readability.) > After several days I have found the reason why we cannot use git version > control on exist db mapped drive. [...] >>- Windows (most probably does not matter) >>- p: drive is a

Re: [git-users] Git Hooks: How to access the files?

2018-07-11 Thread Konstantin Khomoutov
On Wed, Jul 11, 2018 at 04:37:25AM -0700, Jochen Wiedmann wrote: > I have studied a lot of Git hooks, both simple ones (like the ones, that > can be found in the "hooks" directory), as well as more complex ones (like > those running checkstyle), but one question remains unanswered: > >

Re: [git-users] Git Hooks: How to access the files?

2018-07-11 Thread Konstantin Khomoutov
On Wed, Jul 11, 2018 at 02:53:37PM +0200, Jochen Wiedmann wrote: [...] > Is it possible for me to distinguish between a "bare repository" and > the "root of a working tree"? Uh, this is an apples to oranges comparison: a bare repository has no work tree, and a regular repository consists of a

Re: [git-users] Feature Request

2018-01-24 Thread Konstantin Khomoutov
On Wed, Jan 24, 2018 at 09:50:27AM +1100, Timothy Rice wrote: >> It's probably easier to let the encryption be at file system level and let >> the hard drive handle it - maybe. > > The problem with this is that it doesn't require collaborators to also use > encryption. It also assumes that at

Re: [git-users] How to tag

2018-01-24 Thread Konstantin Khomoutov
On Tue, Jan 23, 2018 at 08:52:43PM +0100, Cecil Westerhof wrote: > I just learned tcl and already made a package for it. I made a GitHub > repository for it. Personally I like to keep all the tcl stuff in one > repository. But there will (at a certain point) several packages and > different

Re: [git-users] Remote repository and security

2018-03-01 Thread Konstantin Khomoutov
On Thu, Mar 01, 2018 at 12:29:04AM -0800, stefano wrote: > Hello, I need to expose my git repository for external use. > Which kind of protocol is better to use for security purposes? > Ssh only? Ssh under vpn? Other solutions? Depends on how you define "security". Basically, there are two

Re: [git-users] Can I limit the set of files that git checks to see if they were modified?

2018-03-07 Thread Konstantin Khomoutov
On Tue, Mar 06, 2018 at 10:41:12AM -0800, Duane Knesek wrote: > Say I have a huge source tree. And I know that only files X, Y, and Z have > changed. Is there a way (through a plug-in or otherwise) for me to tell > git to ignore every other file when I do a status, commit, etc.? Yes. Read

Re: [git-users] Is there a way to find the parent branch(from which branch HEAD is detached) for detached Head ?

2018-04-10 Thread Konstantin Khomoutov
On Tue, Apr 10, 2018 at 03:46:27AM -0700, Suresh Chatti wrote: > Is there a way to find the parent branch for detached head? > > > > commands like "git log -n 1 --pretty=%d HEAD", "git show-n 1 --pretty=%d > HEAD" are failing when multiple branch HEADs pointing to same commit. I > want to

Re: [git-users] commit or no commit

2018-04-04 Thread Konstantin Khomoutov
On Tue, Apr 03, 2018 at 03:08:44PM -0700, KrzyJaski wrote: > After > git status > > I got this message: > Changes to be committed: > (use "git reset HEAD ..." to unstage) > > modified: root/node/chnode.c > modified: root/node/node.c > > Changes not staged for commit: > (use

Re: [git-users] Branch for git being up-to-date

2018-03-26 Thread Konstantin Khomoutov
On Mon, Mar 26, 2018 at 01:54:54AM -0700, Shirlin Joseph wrote: > I have a query. > > *Scenario:* > > 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). > > > > When branch is utilised

Re: [git-users] Branch for git being up-to-date

2018-03-26 Thread Konstantin Khomoutov
On Mon, Mar 26, 2018 at 01:54:54AM -0700, Shirlin Joseph 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]. 1.

Re: [git-users] hash collision in git

2018-06-28 Thread Konstantin Khomoutov
On Thu, Jun 28, 2018 at 05:48:01AM -0700, 1141185...@qq.com wrote: > Thanks for reply. I know it is not a common scenario in real world, but > when we put our valued code and docs in git, we hope git will be robust > enough to take good care of our docs, and wont fall because of some >

Re: [git-users] pre-pull hook?

2018-09-27 Thread Konstantin Khomoutov
On Thu, Sep 27, 2018 at 08:52:48AM -0700, B. Lachele Foley wrote: > Our group could really use a pre-pull hook. Is there already a way to do > this? I wrote a little wrapper script in bash for it, but that's not ideal. > > Here is our use case: > > The code in our repo is coupled to a

Re: [git-users] Git and Svn

2018-09-27 Thread Konstantin Khomoutov
On Thu, Sep 27, 2018 at 11:13:19AM -0700, mondino.m...@gmail.com wrote: > I tried to commit my git repo on a subversion system and something went > wrong. Here in detail what I've done so far: > > 1. starting from a commit on our svn, I launched this command: > `$git svn clone my_repo_url

Re: [git-users] Git and Svn

2018-09-27 Thread Konstantin Khomoutov
On Thu, Sep 27, 2018 at 11:13:19AM -0700, mondino.m...@gmail.com wrote: JFTR, this question was also crossposted to SO: . [...] -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To

Re: [git-users] Query regarding git log --author

2018-10-18 Thread Konstantin Khomoutov
On Thu, Oct 18, 2018 at 06:16:22AM -0700, Amandeep Srivastava wrote: > Can someone please help me with the functioning of --author filter with git > log. > > As per my understanding, it tries to match partially the strings stored as > email and username in git config, and it's case sensitive.

Re: [git-users] git with "bumper lanes" for basic users

2018-10-26 Thread Konstantin Khomoutov
On Fri, Oct 26, 2018 at 08:51:44AM -0700, nsjac...@g.ucla.edu wrote: > Hello git community! Hi! You might have hit a wrong venue to discuss your idea. This particular community is concentrated on helping newbie Git users solve the problems they have with _using_ Git. What you would like to

Re: [git-users] git with "bumper lanes" for basic users

2018-10-26 Thread Konstantin Khomoutov
[...] > > I wanted to reach out to suggest an idea I had for the git community. > [...] > > Wouldn’t it be great if there was a constrained version of git that you > > knew would NEVER let you get into those situations? > > I doubt so: to me, it's entirely unclear where you'd draw a line

Re: [git-users] Re: pre-pull hook?

2018-10-02 Thread Konstantin Khomoutov
On Tue, Oct 02, 2018 at 09:02:26AM -0700, B. Lachele Foley wrote: [...] > PS: The following didn't work for us. We tested with a "hello-world"-type > script: > > "Note that on *nix systems installing such a script program is as easy as > dropping it under any directory on the user's $PATH

Re: [git-users] Will the Git project push in different folder name without using the branch feature work correctly..

2018-09-20 Thread Konstantin Khomoutov
On Thu, Sep 20, 2018 at 08:33:57AM -0700, checkmen...@gmail.com wrote: > I have my project hosted in a gitlab server. The master branch used to > be updated often after every local modifications and commits. > > The project folder name of the initial copy is myproject. > > Later I backed up

Re: [git-users] removing configurations on git help!

2019-01-18 Thread Konstantin Khomoutov
On Fri, Jan 18, 2019 at 04:43:06PM +0100, stephanie mathias wrote: [...] > >> I think these configs should be stored at ~/.gitconfig. By deleting or > >> editing the file, you can reset these settings. [...] > > Don't remove them. That's the default configuration. [...] > thanks guys! just to

Re: [git-users] User email based on remote

2019-01-21 Thread Konstantin Khomoutov
On Sat, Jan 19, 2019 at 12:16:26PM -0800, Victor Toni wrote: > Doing open source work (mostly via GitHub) and having an automatic setup > for work (installer which can put the IDE and source anywhere) I sometimes > end up having my public email address and and my work address mixed up on >

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

2019-01-22 Thread Konstantin Khomoutov
On Tue, Jan 22, 2019 at 10:55:50AM -0800, cl.robitai...@gmail.com wrote: > Is there a way to list ALL of the ignore files that a given git uses? Yes. This list is documented in the gitignore(5) manual page. Run `git help ignore` to read it. > There are tons of files and locations that git uses

Re: [git-users] configure sourse

2018-12-12 Thread Konstantin Khomoutov
the previous more wide one. If a particular setting exists in a local repository, it's used, otherwise the global config is consulted; failing that the system-wide config is searched for, and finally the default setting for a parameter is applied, if any. Observe: $ git config --get-all user.name

Re: [git-users] configure sourse

2018-12-13 Thread Konstantin Khomoutov
On Wed, Dec 12, 2018 at 05:26:56PM -0800, yu.l...@wdc.com wrote: [...] > > > when i configure user name, i used the command: $ git config --global > > > user.name "Yu Liu", > > > but the result is : the user name is set as Yu. > > > why the result is that, and how i change name to Yu Liu?? >

Re: [git-users] how to move files between branches keeping the git log and git blame working

2018-12-07 Thread Konstantin Khomoutov
On Thu, Dec 06, 2018 at 10:30:18PM -0800, manoj thakkar wrote: > I am moving files from branchA to branchB , but we loose the git blame if i > create the patch of the file or do a git checkout -- filename > etc. Please be more concrete about how exactly you "move" those files between

Re: [git-users] error: could not lock config file .git/config: Permission denied

2018-12-03 Thread Konstantin Khomoutov
On Mon, Dec 03, 2018 at 07:45:06AM -0800, chiahunglin@gmail.com wrote: [...] > git remote set-url origin https://... > > git complains `error: could not lock config file .git/config: > Permission denied`. All solutions found online suggest changing with > `chown`. But that's not the case

Re: [git-users] Collective noun for Git branch, tag, or revision

2018-11-26 Thread Konstantin Khomoutov
On Mon, Nov 26, 2018 at 06:20:15AM -0800, Ilya Vassilevsky wrote: > Hello everyone :) > > I'm developing a deployment automation tool. It can compile and deploy code > from a Git repository. > > I would like to add a command-line argument that specifies the revision to > deploy. It can be a

Re: [git-users] contribution in git organisation

2019-01-11 Thread Konstantin Khomoutov
On Thu, Jan 10, 2019 at 10:31:18PM -0800, Rohit Agarwal wrote: > I am Rohit Agarwal , second year b.tech(CSE) undergraduate from IIT > Mandi.I am open source enthusiast .I would love to contribute inthis > organisation . > I have worked these langauages HTML,CSS,JAVASCRIPT,NODEJS ,MONGODB.

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

Re: [git-users] bug with --max-count option in "git rev-list" command

2018-09-13 Thread Konstantin Khomoutov
On Thu, Sep 13, 2018 at 09:13:57AM -0700, Daniel Burtman wrote: Hi! > I’m running git rev-list command and getting usage message instead of > normal output: > > git rev-list --max-count=3 > > usage: git rev-list [OPTION] ... [ -- paths... ] > > limiting output: > > --max-count= > >

Re: [git-users] HOW TO READ THE RESULT OF GIT FETCH

2019-02-28 Thread Konstantin Khomoutov
On Thu, Feb 28, 2019 at 01:34:59PM +, Philip Oakley wrote: (Reversed order of quoted blocks.) >> when I fetched the particular branch named "develop" from remote >> repository >> >> the console outputs the result below >> >> * branch            develop -> FETCH_HEAD >>    bada8af..6d2389b 

Re: [git-users] HOW TO READ THE RESULT OF GIT FETCH

2019-02-28 Thread Konstantin Khomoutov
On Thu, Feb 28, 2019 at 06:15:54PM +0300, Konstantin Khomoutov wrote: [...] > > The asterisk ('*') is a marker to indicate the current branch. > > > > The '->' symbolised 'has moved to', so we have that the special variable > > FETCH_HEAD now hold the hash name of

Re: [git-users] How to push on remote if featured branch is behind one commit

2019-03-04 Thread Konstantin Khomoutov
On Mon, Mar 04, 2019 at 08:34:39AM -0800, Keshav Bathla wrote: > Currently while working in feature branch i have done some mistake so due > to which i have to come behind one commit (git reset ---hard HEAD^ ) but > the problem i was facing now is that the deleted commit is on remote > feature

Re: [git-users] Middleware chaining for git hooks

2019-03-06 Thread Konstantin Khomoutov
On Tue, Mar 05, 2019 at 05:38:14PM -0800, debo via Git for human beings wrote: > I wanted to see if there was any interest in extending support for allowing > a user to chain middlewares for git hooks. Currently, only one script can > be attached per hook, so a good-to-have item could be to

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

2019-01-24 Thread Konstantin Khomoutov
On Wed, Jan 23, 2019 at 10:15:59AM -0800, cl.robitai...@gmail.com wrote: > Well, the first point to mention is that anyone writing help, man page and > information must not forget that the vast majority of readers are reading > such information because they do not know. This is obvious but

Re: [git-users] How does Git storing entire files rather than deltas make it superior?

2019-11-02 Thread Konstantin Khomoutov
On Fri, Nov 01, 2019 at 12:39:18PM -0700, likejudo wrote: > In Scott Chacone's book ProGit, he says that Git is different from VCS'es > in that it stores entire files rather than deltas. > I was wondering if this isn't space inefficient - and how does it become > superior to a VCS by storing

Re: [git-users] newbie: git push?

2019-11-14 Thread Konstantin Khomoutov
On Thu, Nov 14, 2019 at 04:55:37PM +0100, Machiel Kolstein wrote: [...] >> Actually I have no idea how so solve this (I do not use Github) but [2] >> appears to explain all that stuff and provide a solution. [...] > But, do I understand correctly that "Git" is not equivalent to > "GitHub"? I.e.,

Re: [git-users] newbie: git push?

2019-11-14 Thread Konstantin Khomoutov
On Thu, Nov 14, 2019 at 06:30:57AM -0800, Machiel Kolstein wrote: > > Thank you, that worked on one machine. > However, if I tried the same thing on a different machine (after cloning > the same repository), I get the following error after doing "git push": > > remote: Resolving deltas: 100%

Re: [git-users] newbie: git push?

2019-11-14 Thread Konstantin Khomoutov
On Thu, Nov 14, 2019 at 02:53:34AM -0800, Machiel Kolstein wrote: > I am trying to learn how to use GitHub and I started with creating some > test repository (https://github.com/matxil/test_20191114). It only consists > of a README and a simpleCode.py file. > > Next, I cloned the repository to

Re: [git-users] Upgrading to a new version of Git

2020-03-02 Thread Konstantin Khomoutov
On Mon, Mar 02, 2020 at 11:43:27AM -0800, Carlos Ortega wrote: > Hello folks just wondering if there is some guidance out there about how to > upgrade (migrate) between different versions of git. ? > > i.e. If there I have an installation of git vers 2.0 (with lot of active > repositories)

Re: [git-users] NewBie Question

2020-01-29 Thread Konstantin Khomoutov
On Wed, Jan 29, 2020 at 08:36:44AM -0800, Mohit Kumar Thakur wrote: > I'm a new to this open source contribution but i have a basic understanding > of Git. > > I want to start to contribute. > > Please guide me through the documentation > or reading material. Any help will be appreciated What

Re: [git-users] Identifying the files updated during a merge?

2020-02-04 Thread Konstantin Khomoutov
On Fri, Jan 31, 2020 at 11:30:57AM -0800, Lionel Dyck wrote: > I have a requirement to report which specific files are updated during a > merge. > > What I currently do is: > git merge -v --no-commit --no-ff' bname > > That tells me about deletes but nothing else > > Then I do > git commit

Re: [git-users] converting timestamped files into Git

2020-02-18 Thread Konstantin Khomoutov
On Tue, Feb 18, 2020 at 05:27:52AM -0800, Steve Cobrin wrote: > Historically we were really old-school and stored different versions of > files with a timestamp appended to the end of the filename, and stashed > them into a directory, e.g. > > foo > .archive/mmdd > > Now we want to put

Re: [git-users] FreeRDP : Some inverted color while dumping image in PNG format #5845

2020-01-20 Thread Konstantin Khomoutov
On Mon, Jan 20, 2020 at 01:08:10AM -0800, Vivek Sonawane wrote: > I am using proxy server with capture session set to "ON". > In pf_capture.c under *pf_capture_save_frame(...)*, we have > *winpr_bitmap_write(...)* which saves the captured bytes in BMP. Single > image takes memory upto 5MB which

Re: [git-users] git bash logout by shutdown laptop..

2020-04-10 Thread Konstantin Khomoutov
On Fri, Apr 10, 2020 at 02:19:06AM -0700, Front-end Developer Kumar wrote: (Reformatted to remove top-posting.) >>> I'm having an issue, whenever I shut down my laptop, the git Bash >>> logout by own, and when I start my VSCode it asks me to login again >>> and again. >>> Please let me know

Re: [git-users] git bash logout by shutdown laptop..

2020-04-10 Thread Konstantin Khomoutov
On Thu, Apr 09, 2020 at 10:38:20AM -0700, Front-end Developer Kumar wrote: > I'm having an issue, whenever I shut down my laptop, the git Bash logout by > own, and when I start my VSCode it asks me to login again and again. Please > let me know what is the issue. Please elaborate on your

Re: [git-users] Deploying git master to a live server

2020-04-17 Thread Konstantin Khomoutov
On Tue, Apr 14, 2020 at 10:15:22PM -0700, SJW wrote: [...] > In my replicated version, I created a brand new empty subdomain then > configured git to push to live [git push live master] and it worked > perfectly - my entire website got pushed up and was working perfectly based > on my tests.

Re: [git-users] What's the first released version containing the fix for ABCD-12919?

2020-03-13 Thread Konstantin Khomoutov
On Fri, Mar 13, 2020 at 07:39:49AM +0100, Tassilo Horn wrote: > I'm frequently asked the question in the subject. ABCD-12919 is some > ticked number (yes, we use JIRA, thanks for your compassion), and > technically the question boils down to: > > What's the first (oldest) tag on branch B from

Re: [git-users] Re: Help:want to display all changed file with date and time in git and some color coding

2020-05-07 Thread Konstantin Khomoutov
On Thu, May 07, 2020 at 02:27:56PM +0530, Kunal Chauhan wrote: [...] > I went through the git doc url but still it is not clear to me* how > can i search particular commit exist or not ?* Depends on how you define "particular commit" and how do you define "exists". If you know it's SHA-1 name

Re: [git-users] git stash

2020-05-14 Thread Konstantin Khomoutov
On Wed, May 13, 2020 at 08:59:14AM +0200, Tassilo Horn wrote: > > I gone through the git doc but I am not able to do the git stash > > particular file [...] > so it must be > > git stash push -m "message " -- filepath > > That filespecs go after a double-dash is quite common with git. For >

Re: [git-users] Re: Help:want to display all changed file with date and time in git and some color coding

2020-05-07 Thread Konstantin Khomoutov
h not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' $ git show ab49e09032ad1fd40f0123f58a3d6c90ea451ec2 commit ab49e09032ad1fd40f0123f58a3d6c90ea451ec2 (HEAD, origin/master) Author: Konstantin Khomoutov Date: Wed May 6 21:23:43 2020 +0300

Re: [git-users] Help: git check out a commit

2020-05-09 Thread Konstantin Khomoutov
On Sat, May 09, 2020 at 04:18:02PM +0530, Kunal Chauhan wrote: > Q1 .I have a several committ at my branch but I want to go to particular > commit and check out that code. git checkout The SHA-1 name of the commit to check out can be found out via `git log` or any other tool which allows to

Re: [git-users] [Hint] git diff

2020-05-28 Thread Konstantin Khomoutov
On Wed, May 27, 2020 at 06:43:54PM +0530, Kunal Chauhan wrote: > If changes has done on repo1 at barnch.x > > And same changes need to incorporate in branch of other repo. > > Is git diff may helpful ? Depends on what you put into this. It's of course helpful to oversee the changes made. But

Re: [git-users] how to get all blobs from remote server

2020-10-25 Thread Konstantin Khomoutov
On Thu, Oct 15, 2020 at 09:39:01PM -0700, 'skobo002 University of Minnesota' via Git for human beings wrote: > I'm looking to see if there's a feature in any version of git to be able to > ask the server to list all blob ids for a particular commit. So far, from > what I've seen it doesn't

Re: [git-users] Re: I need a safe command to make Git let my Desktop files alone

2020-10-25 Thread Konstantin Khomoutov
On Sun, Oct 25, 2020 at 06:49:56AM -0700, Philip Oakley wrote: [...] > The first part is that your Git stores your versioned files locally, and it > stores them inside a sub-directory called `.git`. That `.git' file is > created when you either do the `git init` command, or clone another >

Re: [git-users] Trying to get git to play with a remote bare repo

2020-07-17 Thread Konstantin Khomoutov
On Wed, Jul 15, 2020 at 05:36:52PM -0700, SJW wrote: > I set up a remote git repo on my server for staging. > Added a remote on local > Created a new branch 'staging' > > Went to push staging repo to staging remote and got: > > remote: fatal: You are on a branch yet to be born The problem is

Re: [git-users] git access to previous commit levels

2020-07-17 Thread Konstantin Khomoutov
On Fri, Jul 17, 2020 at 07:32:34AM -0500, lbd...@gmail.com wrote: > My quandary: I want to retrieve a copy of an element from a previous commit. [...] > I've tried: git show : > /tmp/file > > And it works GREAT for text based elements. For binary elements the results > are useless. Can you

Re: [git-users] [Hint]: GIT TAG

2020-07-17 Thread Konstantin Khomoutov
On Fri, Jul 17, 2020 at 10:52:13PM +0530, Kunal Chauhan wrote: > I read the doc but not cleared the concept of tag or drop in git What is "tag or drop"? Git has tags but it does not have anything known by the name "drop". What did you mean? As to tags, a tag is a symbolic name which can be

Re: [git-users] git access to previous commit levels

2020-07-17 Thread Konstantin Khomoutov
On Fri, Jul 17, 2020 at 11:09:28AM -0500, lbd...@gmail.com wrote: [...] > > > The indicated command streams the contents of the named file as recorded > > > in the named commit to a file. The stream gets saved no matter whether you > > > consider the file to be textual or binary - as on

Re: [git-users] beginners hopeless commit situation? I invited some changes to a tracked file outside of git

2021-07-08 Thread Konstantin Khomoutov
On Wed, Jul 07, 2021 at 02:36:51PM -0700, 'Chris Ryan' via Git for human beings wrote: > Hello. New member with first post here. For about a 2 years I've been using > a one-person git system (on Bitbucket). Nothing fancy. Mainly to maintain > an audit trail of changes to about half a dozen

Re: [git-users] beginners hopeless commit situation? I invited some changes to a tracked file outside of git

2021-07-08 Thread Konstantin Khomoutov
On Thu, Jul 08, 2021 at 10:56:39AM +0300, Konstantin Khomoutov wrote: [...] > > Hello. New member with first post here. For about a 2 years I've been using > > a one-person git system (on Bitbucket). Nothing fancy. Mainly to maintain > > an audit trail of changes to about

Re: [git-users] beginners hopeless commit situation? I invited some changes to a tracked file outside of git

2021-07-08 Thread Konstantin Khomoutov
On Thu, Jul 08, 2021 at 10:43:45AM -0400, Christopher W. Ryan wrote: > Thank you for the help, Konstantin. > > (For clarity and simplicity of discussion, henceforth I am omitting > spaces from filenames) > > Just to clarify (my ASCII diagram may not have come through clearly), I > made and

[git-users] Re: Git locking directories (not closing handles)

2021-07-09 Thread Konstantin Khomoutov
On Tuesday, July 6, 2021 at 12:15:16 AM UTC+3 vind...@gmail.com wrote: Git prevents me from modifying the repository folder unless I reboot the PC. It started happening to me after fresh-installing Windows 10 today. During the setup, I enabled some experimental feature called "file watcher". Is

Re: [git-users] how to find newly added strings in the diff?

2021-08-15 Thread Konstantin Khomoutov
On Thu, Aug 12, 2021 at 12:42:17PM -0700, William wrote: > I am trying to figure a way to find the newly added *strings* in the commit > diff,. > > If I do a "git diff" I get all the changes which included newly added > strings, modified strings as-well made in the commit, I only want the

Re: [git-users] diff between local and remote file

2021-08-15 Thread Konstantin Khomoutov
On Fri, Aug 06, 2021 at 06:32:52AM -0700, sharan@gmail.com wrote: > Thanks, Magnus. I have pulled (git pull) before executing the command I > showed. [...] While we're ay it, please next time consider *not* pulling but fetching - just as Magnus has suggested to you. The reason is that `git

Re: [git-users] Modified file

2021-08-15 Thread Konstantin Khomoutov
On Tue, Aug 03, 2021 at 01:01:36AM -0700, sharan@gmail.com wrote: > When a tracked file is modified, I see file being listed as modified in 2 > colors. > In some case I see red and in some cases, I see green. > Can you let me know what is the different when a file is shown as modified > but

Re: [git-users] Modified file

2021-08-15 Thread Konstantin Khomoutov
On Sun, Aug 15, 2021 at 05:10:23PM +0300, Konstantin Khomoutov wrote: [...] > When you `git add` these changes into the so-called staging are - so that they [...] I meant "staging area" of course. Sorry for the confusion. -- You received this message because you are subscribed

Re: [git-users] `$ git commit --fixup=xxx -e` doesn't open editor anymore

2021-08-15 Thread Konstantin Khomoutov
On Wed, Aug 11, 2021 at 03:05:09AM -0700, Sergey Solovyev wrote: > Previously `$ git commit --fixup=xxx -e` would open an editor before > committing the change. It should still be the case according to the command > documentation: > * -e, --edit* > * The message taken from file

Re: [git-users] how to find newly added strings in the diff?

2021-08-16 Thread Konstantin Khomoutov
On Mon, Aug 16, 2021 at 07:05:11AM +0200, Tassilo Horn wrote: >>> I am trying to figure a way to find the newly added *strings* in the >>> commit diff,. >>> >>> If I do a "git diff" I get all the changes which included newly added >>> strings, modified strings as-well made in the commit, I only

Re: [git-users] `$ git commit --fixup=xxx -e` doesn't open editor anymore

2021-08-16 Thread Konstantin Khomoutov
On Mon, Aug 16, 2021 at 12:49:02AM -0700, Sergey Solovyev wrote: > OK, we found the regression > point > https://github.com/git/git/commit/494d314a0526a8bee9f8af7a6e6b74b66043c9fa > and my co-worker is making a fix for that. That's cool! You can then search [1] to see whether it was reported

Re: [git-users] Re: Meta: Gmane newsgroup bi-directionality

2021-09-17 Thread Konstantin Khomoutov
On Tue, Sep 14, 2021 at 05:37:13AM -0700, Daniel Fleischer wrote: [...] > Can one still participate just be sending an email to > "git-users@googlegroups.com" ? That's just what I do. I have no idea whether you have to become officially "subscribed" to it - via the Google Groups interface (I

Re: [git-users] Basic Git Questions

2021-10-13 Thread Konstantin Khomoutov
On Tue, Oct 12, 2021 at 11:48:55PM -0700, Everett Simpson wrote: > I was curious, what is the design philosophy behind having the "add" > command, as opposed to just committing everything in the repository? Is > that so people can have private files on their end? Or because it allows > you to

Re: [git-users] Basic Git Questions

2021-10-14 Thread Konstantin Khomoutov
On Wed, Oct 13, 2021 at 07:54:17PM +0200, Uwe Brauer wrote: [...] > Suppose I change three files (out of 10 in my repository), then > > git status > > Would tell me that three files are modified. > > I then can either > > 1. Commit all changes in one go > > 2. Or running a commit

Re: [git-users] how *not* to push a certain branch but all others yes

2021-10-08 Thread Konstantin Khomoutov
On Thu, Oct 07, 2021 at 05:51:02PM +0200, Uwe Brauer wrote: [...] >> What command are you currently using to push "all main branches" or had you >> also implicitly asked how to do that? > No, I thought either > > git push > > Or > > git push --all > > Does this > >> The full form of

<    8   9   10   11   12   13   14   15   >