[git-users] announce: git powercommit

2021-08-22 Thread Sergey Mironov
something usable. Now I think it covers a majority of my git day-to-day commit routines. I've made certain attempts to test it too. Feel free to try it, open issues (I must admit they are probably present) and so on. BR, Sergey Mironov -- You received this message because you are

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

2021-08-16 Thread Sergey Solovyev
OK, we found the regression point https://github.com/git/git/commit/494d314a0526a8bee9f8af7a6e6b74b66043c9fa and my co-worker is making a fix for that. On Sunday, August 15, 2021 at 2:32:39 PM UTC+2 Konstantin Khomoutov wrote: > On Wed, Aug 11, 2021 at 03:05:09AM -0700, Sergey Solovyev wr

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

2021-08-11 Thread Sergey Solovyev
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 with -F, command line with -m, and from commit object with -C are usually

[git-users] Git fetch not always reads default configurations

2014-02-21 Thread Sergey Polovko
data from ~/.gitconfig, without speculations with user's login and host name. -- Sergey -- 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+unsubscr

[git-users] When I launch Git-1.8.1.2-preview20130201.exe on my WinXP, I get the error

2013-04-15 Thread Sergey
When I launch Git-1.8.1.2-preview20130201.exe on my WinXP SP3, I get the error: --- Error --- Invalid floating point operation. --- ОК --- On the other Win7 machine everything is working. Is there

[git-users] Re: git push problem (Windows)

2012-11-14 Thread Sergey Ovchinnikov
I tried to do it also on MacOS. Successful. Why this don't work on Windows XP? среда, 14 ноября 2012 г., 12:37:31 UTC+3 пользователь Thomas Ferris Nicolaisen написал: Git daemon only serves read operations. You can't push to it, only fetch or pull. --

[git-users] Re: How can I clean cache git

2008-10-01 Thread Sergey Kruk
I'm sorry I get error fatal: Failed to resolve 'text.txt' as a valid ref. when I do like this : git reset --hard F text.txt To reset changes made to one file use git-checkout git checkout text.txt should undo changes made to text.txt since the last commit