Bug Report: notes disassociated after history edits

2019-08-22 Thread Christopher Sean Morrison
sages, issue trackers, mailing lists, etc. We also simply don’t want to lose the data on philosophical grounds as we have a detailed continuous development history that goes back 30+ years. Thank you in advance for any assistance or insights. Cheers! Sean

URGENT RESPONSE NEEDED

2018-10-13 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

URGENT RESPONSE NEEDED

2018-10-12 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

URGENT RESPONSE NEEDED

2018-10-11 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

URGENT RESPONSE PLEASE.

2018-09-26 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

URGENT RESPONSE PLEASE.

2018-09-25 Thread Sean Kim.
Hello my dear. Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Sean.

Expecting Response.

2018-08-29 Thread Mr. Sean Kimasala.
Hello my dear. I have been expecting your response based on the email I sent you few days ago. Please, study my mail and respond back to me as the matter is becoming late. Expecting your urgent response. Yours Sincerely, Mr. Kimasala.

Where is git checkout --orphan implemented at.

2018-06-05 Thread Sean Hunt
I would like to see the source code to git checkout --orphan so I can learn how it works and so I can manually do what it does by hand on making a new branch with no history in the refs folder. I can only do it on my iPhone as my laptop has no internet or way to do it there, and the program on m

Bug: moving submodules that have submodules inside them causes a fatal error in git status

2018-03-06 Thread Sean Behan
is an invalid bug report. I'm running Git version: 2.16.2 (Debian Unstable) -- Sean Behan signature.asc Description: PGP signature

git bugs

2017-02-23 Thread Sean Hunt
There are a few bugs I git I noticed when using mingw, mingw64, cygwin, and cygwin64. These bugs are the following: if I do git ``rebase -i --root`` and tell it to edit every commit to gpg sign all my commits it bugs out and merges all of the commits into 1 commit instead of only appending the ``-

fatal: Unable to read current working directory: No error

2015-10-27 Thread Sean Krauth
y. I'm sorry if this wasn't very well documented or explained, but it kinda caught me off guard. Any thoughts or possible solutions on how to get Git running again would be greatly appreciated. Sincerely, Sean Krauth -- To unsubscribe from this list: send the line "unsubscribe gi

Re: gitk with hyperspace support

2005-09-01 Thread Sean
ines respond to being clicked and all the arrow heads in that area properly jump to their corresponding commit. That's with the latest checked out version of git and tcl/tk 8.4.9 as well. Sean - To unsubscribe from this list: send the line "unsubscribe git" in the body of a mess

Re: gitk with hyperspace support

2005-08-17 Thread Sean
at Linus' tree: 03938c3f1062b0f279a0ef937a471d4db83702ed powernow-k8 requires that a data structure for The line flowing from this commit extends ~200 more commits downward before it is finally terminated with an arrowhead. It would be nice if this line could be made shorter, such that the

Colorized git log

2005-04-21 Thread Sean
.*/Is//\x1b[32m&\x1b[0m/ /^author .*/Is//\x1b[36m&\x1b[0m/ /^committer .*/Is//\x1b[35m&\x1b[0m/' | less -R Sean - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [ANNOUNCE] git-pasky-0.6.2 && heads-up on upcoming changes

2005-04-20 Thread Sean
tty using a pager? > This conversation is getting a bit silly, but to answer your question a pager has a search feature which would let you bypass the first 900,000 lines to find the ones you're interested in. Cheers, Sean - To unsubscribe from this list: send the line "unsubscribe

Re: [ANNOUNCE] git-pasky-0.6.2 && heads-up on upcoming changes

2005-04-20 Thread Sean
On Wed, April 20, 2005 11:35 pm, Daniel Jacobowitz said: > My logic: it's a lot more intuitive to say "cg-log | less" to get paginated output than it is to say "cg-log | cat" to get unpaginated output. > Daniel, All you'd have to do is: $ export PAGER=cat