Re: Git Pull Hangs

2019-06-12 Thread Brandon McCaig
occurs it doesn't seem to be in the attached log. How did you install Git? How long was everything working fine, and when did the problems start? On a side note, the repository URL yields a 404 for me, but perhaps that's because I'm not on your LAN or VPN? Regards, -- Brandon

Re: Lost changes after merge

2018-10-31 Thread Brandon McCaig
one incorrectly, and you're trying to fix it? Or are you just confused about how you got into this state in the first place? Regards, -- Brandon McCaig Castopulence Software <https://www.castopulence.org/> Blog <http://www.bambams.ca/> perl -E '$_=q{V zrna gur orfg jvgu jun

Re: Add configuration options for some commonly used command-line options

2017-03-31 Thread Brandon McCaig
MS Windows users that would need separate commands to manage the variable. Regards, -- Brandon McCaig Castopulence Software <https://www.castopulence.org/> Blog <http://www.bambams.ca/> perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }. q{Vg qbrfa'\''g ny

Re: Requesting `git stash --cached` or something similar

2015-04-13 Thread Brandon McCaig
hat you want then it already exists. It's not quite as easy as --cached, but it still gives you some control. It's still not nearly as good as using the full power of Git with a regular commit on a branch though. Regards, -- Brandon McCaig Castopulence Software <https://www.castopule

Re: Requesting `git stash --cached` or something similar

2015-04-13 Thread Brandon McCaig
ow that I have had the same desire in the past. For example, wanting git stash save --interactive or git stash save --patch (i.e., see git-add flags). Of course, Git already has stable code to do this and it doesn't require introducing parallel APIs for the same exact thing. If you give it a shot

Re: Unable to Revert Commit

2014-11-28 Thread Brandon McCaig
tant to use the command line (but my above wisdom regarding GUIs probably still applies). If you use the real Git then not only can we help you, but you can get real-time advice and guidance from the #git channel on irc.freenode.net. Regards, -- Brandon McCaig Castopulence Software <h

Re: Re: Extended splitting for "git add --interactive"

2014-11-27 Thread Brandon McCaig
7;^+' delete normal! zz return endif if getline('.') =~ '^-' s/^-/ / nohlsearch endif normal! j normal! ^ normal! zz endfunction Maybe that'll be useful for somebody else. Any editor suitable for a progr

Re: wrong handling of text git attribute leading to files incorrectly reported as modified

2014-04-15 Thread Brandon McCaig
time. Regards, -- Brandon McCaig Castopulence Software <https://www.castopulence.org/> Blog <http://www.bamccaig.com/> perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }. q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.}; tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say' -- To unsubscribe

Re: Our official home page and logo for the Git project

2014-04-11 Thread Brandon McCaig
like a gimmick to maximize "market share" instead of solve a problem well and I think it belongs more in the rivals' camps. ;) I think this project should continue to focus on being better instead of being presented better. [1] http://git-scm.com/images/l...@2x.png [2] https://git.wiki.k

Re: Apply commits from one branch to another branch (tree structure is different)

2014-03-18 Thread Brandon McCaig
g subtrees (subdirectories) within a Git repository to represent different releases of the code. Git already tracks versions. That is redundant and messy. It's really an outdated way of thinking about version control. /my 2 cents Regards, -- Brandon McCaig Castopulence Software <https://ww

Re: Apply commits from one branch to another branch (tree structure is different)

2014-03-18 Thread Brandon McCaig
lternative solution. Regards, -- Brandon McCaig Castopulence Software <https://www.castopulence.org/> Blog <http://www.bamccaig.com/> perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }. q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.}; tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say&

Re: Committing a change from one branch another branch

2014-03-13 Thread Brandon McCaig
you're asking is ambiguous and vague. The example output that you give doesn't even really make sense. You need to give more details about what you have and what you want to do to get proper help. Or join #git on irc.freenode.net for real-time help if you aren't sure how to explain it

Re: `git stash pop` UX Problem

2014-02-27 Thread Brandon McCaig
roposing improvements we should try to make sure that they actually make things universally better. Regards, -- Brandon McCaig Castopulence Software <https://www.castopulence.org/> Blog <http://www.bamccaig.com/> perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }. q{Vg qbrfa'\'

Re: GSoC idea: allow "git rebase --interactive" todo lines to take options

2014-02-27 Thread Brandon McCaig
am usually half asleep and it's a good reminder to pay attention to what I'm doing. I'd probably rather Git *error* when I change the subject line and tell me why it doesn't make sense and recommend "r"eword instead. Regards, -- Brandon McCaig Castopulence Softwar

Re: `git stash pop` UX Problem

2014-02-24 Thread Brandon McCaig
s explicitly the user saying "it is fixed and I accept the consequences, let's move on", there is no such option to git-stash to acknowledge that the merge conflicts have been resolved and you no longer need that stash (aside from git-stash drop, of course). It's not a UI problem.