Re: [git-users] Newb question: can some one explain to me why, when pushing Sass files, only the compiled .css file gets flagged as a merge error and not the .scss files?

2017-01-25 Thread Michael
So those crazy cascading style sheets that are a to edit with Stylish are actually compiled from something else that is human read/edit-able? That makes a lot of sense, actually. I thought they were just spat out by some program that did layout. On 2017-01-25, at 3:59 AM, Nelson Efrain

[git-users] Tracking one file's diffs from then to now

2017-01-23 Thread Michael
What command, or gui tool, will let me check one file's diffs over time? i.e.: Lets say I want to see what happened to one file, only, from commit X to the present. Then, as a GUI tool, being able to look through the list/tree of files, and see all the commits (and their locations in the

Re: [git-users] Finding a string somewhere in a repository after a given commit.

2017-01-23 Thread Michael
On 2017-01-23, at 2:38 AM, Konstantin Khomoutov wrote: > ... > > In particular, refer to: > > * the `git log` manual for the description of the > "-Sstring" command-line option (the mode it enables is called > "pickaxe"; see also "--pickaxe-regex" and

Re: [git-users] Finding a string somewhere in a repository after a given commit.

2017-01-23 Thread Michael
>... > > git log -SisAir --branches ^offending_commit > > should do the trick. > > It says «find all commits reachable from all branches but > excluding the commits also reachable from offending_commit, whose > changesets have a string containing "isAir" added or deleted». > ... WOW. Ok, up

Re: [git-users] Two types of .gitignore cases/files?

2017-01-19 Thread Michael
Thank you. On 2017-01-19, at 10:49 PM, Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: > On Thu, 19 Jan 2017 12:36:13 -0800 > Michael <keybou...@gmail.com> wrote: > > [...] >> Does it make sense to let git have two different gitignore files,

Re: [git-users] Working with a badly rooted project

2017-01-19 Thread Michael
On 2017-01-19, at 1:39 PM, Philip Oakley <philipoak...@iee.org> wrote: > Michael, > > There should be no problem.. > > First you / Git can host multiple independent branches / lines of development > -- see 'orphan' branches. > > Second, You say one was fork

[git-users] Two types of .gitignore cases/files?

2017-01-19 Thread Michael
On the question of "Should .gitignore be in git": Today, I had to try to work with someone else's repository, and merge it into my stuff. And, in the process, I realized that there are two types of files I don't want git to pay attention to. One is output files -- things that are generated

Re: [git-users] "Medium" git: Worktrees, submodules, subtrees

2017-01-16 Thread Michael
On 2017-01-16, at 10:25 AM, Philip Oakley <philipoak...@iee.org> wrote: > Hi Michael, > > You are right about the historical perspective. > > However the `Worktrees` is a new feature. > > So yes, you can now have the different branches checked out in differemt >

[git-users] "Medium" git: Worktrees, submodules, subtrees

2017-01-16 Thread Michael
(I hope this isn't considered "advanced" git.) So I just recently found out about worktrees, that let you have two different working trees from the same repository. (NB: Originally, I thought I had learned that git only supported one work tree per repository, but had a special "hardlink" to

[git-users] "Medium" git: Worktrees, submodules, subtrees

2017-01-16 Thread Michael
(I hope this isn't considered "advanced" git.) So I just recently found out about worktrees, that let you have two different working trees from the same repository. (NB: Originally, I thought I had learned that git only supported one work tree per repository, but had a special "hardlink" to

Re: [git-users] What is the difference between * and \*

2017-01-08 Thread Michael
So, the question of "which form to use on windows" depends if you are using git for windows with the normal windows shell, or if you are using git for windows with cygwin and the bash shell? On 2017-01-08, at 9:06 AM, Konstantin Khomoutov wrote: > On Sun, 8

Re: [git-users] Other than gitignore, what could be causing a file to not be pushed to remote repo?

2017-01-04 Thread Michael
On 2017-01-04, at 4:29 PM, AD S wrote: > Hi Philip, > > I am using my company's propriety software that automatically runs a few git > commands one after the other (it's meant to be more thorougher). The process > it runs when pushing to remote repo (testing branch)

[git-users] Best approach to convert a CRLF repository to LF?

2016-12-23 Thread Michael
What is the best way to convert a CRLF repository to LF? Assume that everything in it is a text file, it had been developed on a windows system and is now going to support windows and unix, and we'll be switching to automatic linefeed translation. (The last time we tried this, it listed every

Re: [git-users] Re: git filters PATH

2016-12-22 Thread Michael
On 2016-12-22, at 12:33 AM, Oded Badt wrote: > Update: A coworker found a workaround to my original question: > > [filter "remove_outputs"] > clean = /bin/sh -c '$PWD/remove_outputs' > smudge = cat > > Works as long as remove_outputs is in the repo root and

Re: [git-users] How to create remote GIT repository?

2016-12-15 Thread Michael
What is TFS? On 2016-12-15, at 2:03 AM, Magnus Therning wrote: > > essam Ganadily writes: > >> As far as i can tell, there is no way i can create remote git repository >> from command line (git.exe in windows). if i am not mistaken shall you tell

Re: [git-users] GIT API Provider?

2016-11-22 Thread Michael
On 2016-11-22, at 6:01 AM, Dennis Kaarsemaker wrote: > On Tue, 2016-11-22 at 02:58 -0800, Vivek Vivek wrote: >> Hello GIT experts, > > git is not an acronym, no need to capitalize :) Grand Information Theory? Glorious Information Technology? Global Intellectual

Re: [git-users] Is git commit multithreading?

2016-11-13 Thread Michael
On 2016-11-12, at 11:51 PM, Rafa wrote: > Someone could explain to me how exactly the git commit works and if it uses > threads to perform? It probably does not use threads. Read this:

Re: [git-users] Why are HEAD and Index described as trees in the standard git documentation?

2016-11-07 Thread Michael
On 2016-11-07, at 8:58 AM, David Karr wrote: > This may be a meaningless pedantic argument, but I noticed that the standard > git documentation talks about "The Three Trees", being "HEAD", "Index", and > "Working Directory". > > I'm aware of the fact that the

Re: [git-users] Struggling with cleanly "resetting" a local repo

2016-10-25 Thread Michael
On 2016-10-25, at 2:11 PM, David Karr wrote: > When I first cloned a remote repo, it had several subdirectories, and I had > Eclipse create projects automatically. > > Since that time, all but one of those subdirectories have been removed from > master. > > I

Re: [git-users] Maintaining a history of a patchset?

2016-10-23 Thread Michael
On 2016-10-23, at 4:34 PM, Philip Oakley <philipoak...@iee.org> wrote: > > - Original Message - From: "Michael" <keybou...@gmail.com> > Lets say you have a system where you have an unmodified upstream source, and > a set of patches to get that ups

[git-users] How to generate those horizontal history graphs?

2016-10-22 Thread Michael
What tool/command/whatever generates those nice, horizontally laid out images of commit history over time? --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe

[git-users] Maintaining a history of a patchset?

2016-10-21 Thread Michael
Lets say you have a system where you have an unmodified upstream source, and a set of patches to get that upstream source to run on your system. As I understand it, there are two ways to deal with this in Git: 1. One branch is the upstream's release. This may be a full clone of the upstream

Re: [git-users] Using Git as a NoSQL database

2016-10-19 Thread Michael
So reading that, by the time you are done, it looks like you have redone everything that git add/commit normally do. What do you gain by trying to script the plumbing commands directly, rather than using the existing porcelain? On 2016-10-14, at 9:40 AM, Sidney Souza

Re: [git-users] git worktree fails only for master branch

2016-10-07 Thread Michael
Git worktree? ... git worktree?!?!! Da fuu ... I've made multiple repositories with hard-linked files, because up until now I thought that a single repository could only handle one working directory tree / one checkout at a time. % git help worktree: A git repository can support

[git-users] git worktree fails only for master branch

2016-10-07 Thread Michael Tutty
I'm working on some server-side software to do a merge. By using git worktree it's possible to check out a given branch for a bare repo and merge another branch into it. It's very fast, even with large repositories. The only exception seems to be merging to master. When I do *git worktree add

[git-users] Help needed with rebase

2016-09-14 Thread Michael
So I really don't understand the command line for rebase. What I have: My last two commits on master should have either been on develop, or on a branch off develop. >From my last commit on develop (666e9), I did a version number bump (15003), a >merge into master (95231) -- those two on a

Re: [git-users] Re: non-committed change in a test branch is polluting my master branch

2016-09-13 Thread Michael
Having gone through the same issue myself multiple times before figuring out what was going on, perhaps this should be highlighted in a "Beginner's guide to common mistakes and how to avoid them" doc for git? On 2016-09-13, at 11:10 AM, Pierre Dutronc wrote: > Thank

Re: [git-users] gitlab CE vs gitlab EE vs bitbucket (on-prem) or something else

2016-09-05 Thread Michael
On 2016-08-29, at 4:09 AM, Philip Oakley wrote: > ... > So I have junio/master and dscho-git/master, along with my/master (what I > last had on github), so that's three 'master' branches belonging to remotes, > and master (my truly local one). As a contributor, I sign my

Re: [git-users] How to remove commit from branch

2016-09-05 Thread Michael
On 2016-09-05, at 3:06 AM, Philip Oakley wrote: > Remember, new branches cost nothing! (Ok, so it's a 40 byte file, but that's > still nothing) I think that 40 byte file costs a full 4K allocation block, no? (I know, file system dependent). --- Entertaining minecraft

Re: [git-users] Help needed, doing a clone --depth

2016-09-04 Thread Michael
Ok, with debugging info. Can anyone tell me what I'm doing wrong / what will fix this? keybounceMBP:git michael$ GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2 GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2 git clone --verbose

Re: [git-users] Help needed, doing a clone --depth

2016-09-04 Thread Michael
On 2016-09-04, at 3:43 PM, Philip Oakley wrote: > Do you need it to be depth 1 with shallow submodules? I only want the current head, for compiling. I don't need any of the history. I won't be contributing anything. > > For a whole load of extra environment variables

[git-users] Help needed, doing a clone --depth

2016-09-04 Thread Michael
I am trying to check out the current rtmpdump, so I can compile the head (the 2.4 release is over a year old and does not work properly with youtube-dl). Here's what happened: keybounceMBP:git michael$ git clone --verbose --depth 1 --shallow-submodules git://git.ffmpeg.org/rtmpdump Cloning

Re: [git-users] gitlab CE vs gitlab EE vs bitbucket (on-prem) or something else

2016-08-29 Thread Michael
On 2016-08-29, at 4:09 AM, Philip Oakley wrote: > ... > > Hope that helps > > Philip Needs digesting ... will try to see if I understand this tomorrow ... -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To

Re: [git-users] gitlab CE vs gitlab EE vs bitbucket (on-prem) or something else

2016-08-27 Thread Michael
On 2016-08-27, at 2:48 PM, Philip Oakley <philipoak...@iee.org> wrote: > Hi Michael, > > There are probably three things to look at here, one is how to generate a > 'refspec' (see `git help glossary` : A "refspec" is used by fetch and push to > describe

Re: [git-users] gitlab CE vs gitlab EE vs bitbucket (on-prem) or something else

2016-08-27 Thread Michael
On 2016-08-27, at 6:18 AM, Philip Oakley wrote: > You said "submits a pull request from their master to your master -- which is > as close to a "no-no" as I can imagine, I want their stuff to come in on a > branch." > > - I think in this case we fall into the trap of

[git-users] Getting a copy of a repository for local compiling

2016-08-26 Thread Michael
So, I'm realizing that there's some basic stuff I just don't know. I want to check out a copy of the current OBS studio. I don't want to contribute, I just want to compile the latest dev version (has native support for Jack audio routing) OBS's "how to install" mentions this: git clone

Re: [git-users] gitlab CE vs gitlab EE vs bitbucket (on-prem) or something else

2016-08-26 Thread Michael
On 2016-08-25, at 2:44 PM, Philip Oakley wrote: > Hi, > > I think you should review points 1 and 2 because they try to re-inforce a > centralised control system. And then pass off the responsibility to a machine. Actually, I think that those points are still relevant

Re: [git-users] git merge -- resolving conflicts?

2016-08-21 Thread Michael
On 2016-08-16, at 5:53 AM, Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: > On Mon, 15 Aug 2016 12:16:46 -0700 > Michael <keybou...@gmail.com> wrote: > > [...] >>>> Also: Why "ours" and "theirs"? Which one is which? I'm one

Re: [git-users] git merge -- resolving conflicts?

2016-08-15 Thread Michael
On 2016-08-15, at 7:16 AM, Konstantin Khomoutov wrote: > On Sat, 13 Aug 2016 18:15:17 -0700 > Michael_google gmail_Gersten wrote: > > [...] After I've done the "git merge" and it has failed, how can I then auto-select on a file

Re: [git-users] moving files to names that were part of the repository

2016-08-12 Thread Michael
On 2016-08-12, at 10:54 AM, Konstantin Khomoutov wrote: > 1. http://www.gelato.unsw.edu.au/archives/git/0504/0598.html Wow, that thread got big really fast... --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because

Re: [git-users] moving files to names that were part of the repository

2016-08-12 Thread Michael
On 2016-08-12, at 10:54 AM, Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: > git config --add --global alias.rlog `log -M -C` Ok, can you tell me what I'm doing wrong here? keybounceMBP:Finite-Fluids michael$ git config --add --global alias.rlog `log -M -C` -

Re: [git-users] moving files to names that were part of the repository

2016-08-12 Thread Michael
On 2016-08-12, at 8:42 AM, Pablo Rodríguez wrote: > Dear list, > > I’m writing a book with git as control version system. > > I have been writing over 300 pages in a file named `my-book.tex`. Now I > realize that I should start it from scratch. So I just `git mv > my-book.tex

Re: [git-users] Stacked git?

2016-08-09 Thread Michael
On 2016-08-09, at 9:53 AM, Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: > On Mon, 8 Aug 2016 21:27:43 -0700 > Michael <keybou...@gmail.com> wrote: > >> Can someone explain stacked git? >> >> It was referenced in "Git from

[git-users] Stacked git?

2016-08-08 Thread Michael
Can someone explain stacked git? It was referenced in "Git from the bottom up", but I've never used Quilt, and neither project really explains what it is for/doing. --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are subscribed to the

Re: [git-users] SHA-1 checksum

2016-08-07 Thread Michael
On 2016-08-07, at 9:26 AM, Sharan Basappa wrote: > Hi, > > I would like to know why GIT calculates checksum of a file. > Typically, checksum is used for the purpose of integrity. > > An example would really help. An example? Ok. Back when something else was using a

[git-users] Best practice for a hot fix?

2016-08-06 Thread Michael
I'm trying to understand the best way to do a hot fix. I have a develop branch, that has the "work in progress". It also has debugging spam. I have a release branch. It was recently synched with develop, and then commits were added to remove the debug spam. A release was made from it. A bug

Re: [git-users] Mergetool / vimdiff: How to select a hunk?

2016-08-02 Thread Michael
On 2016-08-02, at 4:25 AM, Konstantin Khomoutov <flatw...@users.sourceforge.net> wrote: > On Tue, 26 Jul 2016 18:25:19 -0700 > Michael <keybou...@gmail.com> wrote: > >> When a merge makes a mess, git offers, from "git mergetool", vimdiff. >> >>

Re: [git-users] Re: Marking a branch "closed"?

2016-07-29 Thread Michael
On 2016-07-20, at 9:22 AM, Matěj Cepl wrote: > but I think the right question to ask is what you expect to do with those > leftovers hanging around? ... or leave them around as notes for latter > development (just left them hanging in the repo; branches and commits are > cheap

[git-users] git merge -- resolving conflicts?

2016-07-29 Thread Michael
After doing a "git merge", I wind up with a few conflicts. My files have the three states. I am finding that I almost always want the third state (between === and >>>) to resolve these conflicts. How can I tell merge, AFTER seeing the conflicts, and looking at them, to use the third option

[git-users] Fetching from a remote ... what am I doing wrong?

2016-07-27 Thread Michael
What am I doing wrong here? I'm trying to work with something from a remote. keybounceMBP:Finite-Fluids michael$ git fetch origin Readme-File >From https://github.com/keybounce/Finite-Fluids * branchReadme-File -> FETCH_HEAD keybounceMBP:Finite-Fluids michael$ git status On

[git-users] Mergetool / vimdiff: How to select a hunk?

2016-07-26 Thread Michael
When a merge makes a mess, git offers, from "git mergetool", vimdiff. Is there an easy way to select one of the hunks at each point? (generally, what I'm looking for is usually the right option, corresponding to after the '', and tagged as "REMOTE".) --- Entertaining minecraft videos

[git-users] Moving a change from one branch to another?

2016-07-25 Thread Michael
How do I move a *change* (instead of a whole file) from one branch to another? keybounceMBP:realisticfluids michael$ git diff stash^1 stash -- RealisticFluids.java diff --git a/src/main/java/com/mcfht/realisticfluids/RealisticFluids.java b/src/main/java/com/mcfht/realisticfluids

Re: [git-users] Marking a branch "closed"?

2016-07-20 Thread Michael
On 2016-07-19, at 11:02 PM, Charles Manning wrote: > Squashing makes sense if you have a really ratty bunch of checkins with > work-in-progress checkins etc., but unless it's a trivial topic branch I > would still typically make the final set of commits into a few

[git-users] Seeing the blobs/files downloaded from a fetch / understanding a pull request

2016-07-19 Thread Michael
So I'm trying to make sure I'm seeing everything that I got in a fetch. My first attempt to fetch was: keybounceMBP:Finite-Fluids michael$ git fetch https://github.com/Draco18s/Finite-Fluids.git master remote: Counting objects: 12, done. remote: Compressing objects: 100% (4/4), done. remote

[git-users] Marking a branch "closed"?

2016-07-19 Thread Michael
Lets say I've got a topic branch. I've made a bunch of commits. It's messy. But it's done. As I understand it, best practice is to do a squash commit of the whole thing onto the parent branch (develop or master, depending on workflow). And I can do that. What do I do with the leftover? I

Re: [git-users] How GIT stores data

2016-05-29 Thread Michael
On 2016-05-29, at 7:58 AM, Sharan Basappa wrote: > Folks, > > Having started using GIT, one more question ... > > I do some work on a file. Assume the file is version is F.1. I think it is > fairly done and I stage it (git add) but don't commit. > Now later, I

Re: [git-users] How to clone a particular revision?

2016-05-26 Thread Michael
On 2016-05-26, at 5:41 AM, Konstantin Khomoutov wrote: > > Impossible with `git clone` as it's tailored for the most common case > which is "get everything". > You need a two-step operation: > > git init vlc > cd vlc > git fetch

Re: [git-users] Git life cycle

2016-05-23 Thread Michael
On 2016-05-23, at 8:53 AM, Dale R. Worley wrote: > "Philip Oakley" writes: >> +1 for the nice explanation. > > Thanks! > >> The Index is also commonly called the *staging area* when viewed from an >> outward facing perspective (i.e. what do users

Re: [git-users] How GIT stores data

2016-05-22 Thread Michael
On 2016-05-22, at 9:31 AM, Sharan Basappa wrote: > Dear Philip, Others, > > Thanks a lot. I have some follow-up questions. > > I am using a simple scenario to get additional clarity. > > 1) I have 4 files in my branch (a,b,c,d) > 2) I modify a > 3) I add a > 4) I

Re: [git-users] How GIT stores data

2016-05-20 Thread Michael
this, it's pretty easy to see that if two commits are completely > identical, then the only thing that differs is the commit object itself, > which will have a time stamp and user comment. > > (The middle layer by the way, are low-level tools designed to work with the > files

Re: [git-users] How GIT stores data

2016-05-20 Thread Michael
On 2016-05-20, at 11:10 AM, Sharan Basappa wrote: > Folks, > > I am pretty much new to Git though I am using it for a couple of projects > (without much understanding as such). > >In Git documents, it is mentioned that Git stores data as a stream of >snapshots.

Re: [git-users] Force push related concerns

2016-04-13 Thread Michael
On 2016-04-13, at 7:34 AM, Konstantin Khomoutov wrote: > > There's actually nothing to be surprised about: Git was explicitly > designed in a way to abstrain itself from managing authentication, > authorization and access controls. Hence, when a Git process is

[git-users] Re: GIT on windows, possible issues with compressed folders, junction (symlink) or TortoiseGIT 2.0.0 ?

2016-04-07 Thread Michael Steuer
It looks like TortoiseGIT 2.0.0.0 was the culprit. Since upgrading to 2.1.0.0 I have had no issues. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[git-users] GIT on windows, possible issues with compressed folders, junction (symlink) or TortoiseGIT 2.0.0 ?

2016-03-29 Thread Michael Steuer
I've been using GIT for a while on windows, but recently my GIT local git repository got corrupted and considering what changed recently I think it could be one of the following: 1. I moved my src folder from drive C: to drive E: and then created a junction back on C: in restore the original

Re: [git-users] Has anyone installed Git client on a Tandem aka HP non-stop server?

2016-03-19 Thread Michael Hall
Thanks Philip. On Wednesday, 16 March 2016 21:49:41 UTC, Philip Oakley wrote: > > Michael, > > You should be able to get the latest from https://github.com/git/git > I believe that Tandem patches have been included. > Failing that, search the lists and contact those

Re: [git-users] Has anyone installed Git client on a Tandem aka HP non-stop server?

2016-03-16 Thread Michael Hall
So it looks like there has been active development - the question is where can one download a client/source code from to test this out? On Wednesday, 9 December 2015 22:29:22 UTC, Philip Oakley wrote: > > Simple answer 'yes'. there was some discussion about the fixes needed on > the main Git

[git-users] Re: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-03-06 Thread Michael
On Sunday, March 6, 2016 at 6:27:17 PM UTC-5, samir A wrote: Inappropriate. > YouTube videos of > > > > >   > > > > >  U.S. Congress > money laundering hearing > > > > > > > of > > > > > > Saudi Billionaire  " Maan  Al sanea" > > > > >  with bank of America > > > > >

[git-users] Trying to merge a hotfix into master, what am I doing wrong?

2015-11-20 Thread Michael
I'm trying to merge a hotfix into the master branch. What am I doing wrong? (on master): keybounceMBP:Finite-Fluids michael$ git merge ReleaseAlpha40..HotFixFluidLost merge: ReleaseAlpha40..HotFixFluidLost - not something we can merge What's going on: ReleaseAlpha40 and master have a common

Re: [git-users] "Index file" -- what is it?

2015-11-04 Thread Michael
So, I now know a lot more about git, the staging area, git reset, etc. Thank you. And, I'm starting to understand a big point of confusion for me. keybounceMBP:realisticfluids michael$ git status On branch PrepAlpha3.3 Your branch is up-to-date with 'origin/PrepAlpha3.3'. nothing to commit

[git-users] "Index file" -- what is it?

2015-11-01 Thread Michael
So I'm starting to be aware that the "index file" isn't a file, but effectively a full commit that isn't finalized. Can someone point me to a good explanation of what the index actually is, and is not, so I'm not trying to understand it by trial and error? -- You received this message because

Re: [git-users] Re: [Bug] Git reports SSL error though this is not the cause

2015-10-22 Thread Michael Osipov
Am 2015-10-20 um 22:23 schrieb Philip Oakley: - Original Message - From: Michael Osipov To: Git for human beings Sent: Tuesday, October 20, 2015 9:08 PM Subject: [git-users] Re: [Bug] Git reports SSL error though this is not the cause Anyone? Is this the wrong place for bugreports

[git-users] [Bug] Git reports SSL error though this is not the cause

2015-10-14 Thread Michael Osipov
R (22) along with the HTTP status code. After obtaining a ticket, everything goes smoothly. Michael -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an ema

[git-users] Spacing changes and applying patches/diffs

2015-09-28 Thread Michael
So how do you deal with patches that are mostly wrecked by spacing changes? I've got a couple of files that, in the course of going from point A to point B, had tabs replaced with spaces. There's some minor edits, and a lot of additions, as shown by "git diff -b" The problem? I'm on a

Re: [git-users] Forcing cleanup of garbage commit?

2015-09-15 Thread Michael
c man page); why is it disappearing so quickly? Or, perhaps a better question: How can I hide something that I don't want to see from things like "gitk --all"? On 2015-09-15, at 8:23 PM, Alexandru Pătrănescu <dreal...@gmail.com> wrote: > Hi Michael, > > They are only l

[git-users] Looking for a change to a file

2015-09-13 Thread Michael
I've got a file, with a diff/change, that I thought had already been checked into a previous commit. I want to see if this change exists in any checkin of that file. Is there any way to ask for "all the checked-in versions of file X"? As far as I know, git only knows files by their sha hashes,

Re: [git-users] Rebase ... I am completely confused

2015-09-12 Thread Michael
Alright. The original problem: I have a repo forked from someone else's repo. I am taking over maintenance and possible enhancements. As part of this, and following good coding practice, I have made branches for the various things that I have been doing. I have also made updates to master to

Re: [git-users] Rebase ... I am completely confused

2015-09-11 Thread Michael
On 2015-09-11, at 12:43 AM, Philip Oakley <philipoak...@iee.org> wrote: > From: "Philip Oakley" <philipoak...@iee.org> >> From: "Michael" <keybou...@gmail.com> >>>> I don't understand this last statement. Perhaps a graph showi

Re: [git-users] Rebase ... I am completely confused

2015-09-10 Thread Michael
> > I don't understand this last statement. Perhaps a graph showing the > arrangement may help de-confuse which are 'off of' and which are 'on to'. Sure; how to generate that graph? --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are

Re: [git-users] Re: How do I push a single tag?

2015-09-06 Thread Michael
On 2015-09-06, at 6:20 PM, Oliver Davies wrote: > Try "git push origin ReleaseAlpha2". You normally have to include the name of > the remote repository as well as the branch, tag, commit hash etc. Thank you. -- You received this message because you are subscribed

Re: [git-users] Rebase ... I am completely confused

2015-09-05 Thread Michael
On 2015-09-05, at 5:27 PM, Michael <keybou...@gmail.com> wrote: > Ok, first question: Why does > git rebase --onto HEAD RemoveDebugSpam > > not work? It results in no change -- it does not move "RemoveDebugSpam" to > the current HEAD (on a newly checked out

Re: [git-users] Rebase ... I am completely confused

2015-09-05 Thread Michael
Ok, first question: Why does git rebase --onto HEAD RemoveDebugSpam not work? It results in no change -- it does not move "RemoveDebugSpam" to the current HEAD (on a newly checked out test branch) keybounceMBP:Finite-Fluids michael$ git status On branch RebaseSimpleMerge nothing

[git-users] Rebase ... I am completely confused

2015-08-31 Thread Michael
I am trying to understand git rebase. I am completely confused by the manual page. It starts by saying that there has to be a valid upstream or it aborts, yet none of the examples even describes how upstream affects anything. That's my first point of confusion. I don't understand the

[git-users] Merging parts of a commit tree into another

2015-08-30 Thread Michael
This may seem a little strange. I'd like to merge parts of one commit sequence into another. Off of master, I have a bunch of small sequences of 3-4 commits, generally. Each on their own branch. I have integrationTest, branched off master, that has each of these merged in. From

[git-users] What is the best practice for merging multiple branches at once?

2015-08-30 Thread Michael
Lets say I have 4 branches off master. I have tested, and found that they are all ready to go. What's the best way to merge them in? Is it: 1. A single merge onto master of all 4 branches at once. 2. One-by-one merging from the commit where they branched off, in order of oldest branch first. 3.

[git-users] Undo a merge - how?

2015-08-25 Thread Michael
So I'd like to know the proper way to undo a merge. Searching on stack overflow gave me lots of different results with different people warning about different things. In my case, I've got a branch Integration test, and a branch WhyDoesItCrashP -- that last one is just tossing some debugging

Re: [git-users] Interactive rebase, reorder, squash not working

2015-05-19 Thread Michael Powell
On Tue, May 19, 2015 at 3:28 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 18 May 2015 10:42:54 -0400 Michael Powell mwpowell...@gmail.com wrote: I have set the global editor to Notepad++ via a shell script: #!/bin/sh C:/Program Files (x86)/Notepad++/notepad++.exe

Re: [git-users] Help with git reset, please.

2015-05-13 Thread Michael
Well, `git reset` is completely documented in its manual page (try running `git help reset`). I did. But ... These modes are selected by a special command line option: --soft, --hard or --mixed, with the latter being the default. The --soft option only repositions the branch's tip,

Re: [git-users] Help with git reset, please.

2015-05-13 Thread Michael
On 2015-05-13, at 7:54 AM, Roman Neuhauser neuhau...@sigpipe.cz wrote: # keybou...@gmail.com / 2015-05-13 07:37:34 -0700: These modes are selected by a special command line option: --soft, --hard or --mixed, with the latter being the default. The --soft option only repositions the branch's

[git-users] Help with git reset, please.

2015-05-12 Thread Michael
an update from an updated program while running. keybounceMBP:config michael$ git commit -m First test [animalAging 0653a0b] First test 1 file changed, 140 insertions(+) create mode 100644 HarderWildlife.cfg keybounceMBP:config michael$ gitk --all ^C keybounceMBP:config michael$ git commit

Re: [git-users] How do you switch head location without changing files?

2015-05-11 Thread Michael
Thank you! On 2015-05-10, at 5:49 PM, Dale R. Worley wor...@alum.mit.edu wrote: Michael keybou...@gmail.com writes: Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go

[git-users] Re: How do you switch head location without changing files?

2015-05-10 Thread Michael
Last question for tonight Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go, without altering the files? keybounceMBP:Loot++ michael$ git stash Saved working directory

[git-users] How do you switch head location without changing files?

2015-05-10 Thread Michael
Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go, without altering the files? How did I get here? 714 git checkout 4194 715 git tag -a baseChest -m Branch here for

[git-users] Re: How do you switch head location without changing files?

2015-05-10 Thread Michael
On 2015-05-09, at 11:03 PM, Michael keybou...@gmail.com wrote: Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go, without altering the files? Alright, what happened here

Re: [git-users] Re: Testing a file with lots of change chunks, one chunk at a time

2015-05-10 Thread Michael
away, but not untracked files (use -u for that), so if you have modified files other than that config, you should commit them first. Best, Gergely On 10 May 2015 02:18, Michael keybou...@gmail.com wrote: On 2015-05-09, at 2:59 PM, Michael keybou...@gmail.com wrote: So here's

[git-users] Re: Testing a file with lots of change chunks, one chunk at a time

2015-05-09 Thread Michael
On 2015-05-09, at 2:59 PM, Michael keybou...@gmail.com wrote: So here's something that I'd like to do, and I'm wondering if Git is the right tool for this. I have a program's config file, that is broken up into a large number of sections. One of them is causing a problem. All of them

[git-users] Testing a file with lots of change chunks, one chunk at a time

2015-05-09 Thread Michael
So here's something that I'd like to do, and I'm wondering if Git is the right tool for this. I have a program's config file, that is broken up into a large number of sections. One of them is causing a problem. All of them have been modified. The easiest way that I can think of to find which

[git-users] Permanently Ignore Single Line in Code

2015-03-11 Thread Michael Sheaver
I do a lot of work in MySQL, and have a bunch of import scripts where only one line is routinely changed to match the filename of data files. Is it possible to flag a single line to be ignored by git? If so, how is it done? I know that gitignore can be used for whole files, but I wonder if the

[git-users] Re: Branching Questions

2015-03-03 Thread Michael J. Mahony
27, 2015 at 12:00:47 PM UTC-8, Michael J. Mahony wrote: I am developing a web application and I am using GitHub to store my source code. I set up a repository and have a MASTER branch. I am fairly new to using Git and wanted to use this as a learning process. Because I am using

[git-users] Git workflow with MySQL scripts

2015-03-03 Thread Michael Sheaver
I am using MySQL on my local Windows laptop to compile data and produce reports for my enterprise related to PIV issuance. I have a folder named sqlScripts where I keep all of the script files. I am using Git and SourceTree to manage versioning of these scripts, but I am apparently not doing

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

2015-03-03 Thread Michael Sheaver
if using your filename-version number suggestion in the title section might work? On Tuesday, March 3, 2015 at 11:52:04 AM UTC-5, Konstantin Khomoutov wrote: On Tue, 3 Mar 2015 07:17:31 -0800 (PST) Michael Sheaver mshe...@me.com javascript: wrote: I am using MySQL on my local Windows laptop

<    1   2   3   4   >