[git-users] Git doc on custom commands

2014-07-07 Thread Giuseppe Manzo
I red a few articles around the web on how to implement custom git commands, but I cannot find anything about in the official site or in the documentation. Does anyone knows how to find some official documentation about? I'd like to knew more than the simple 'put any executable file in your path

[git-users] git stash three times slower than git commit

2014-07-07 Thread Dominik Rauch
Hi! Why is the git stash command three times slower than the git commit command? We've found that out just recently in some performance tests and have wondered what's the huge underlying difference between the commands? Isn't it just like a commit on a "temporary" branch? Best regards, Dominik

[git-users] old versions of git binary for windows

2014-07-07 Thread Anthony Dobaj
I need to revert back to an older version of git (1.9.4 has some sort of confounding incompatibility with my machine), and the archive is here , but it appears this is the source and not the binary. I would prefer not to undertake another research p

[git-users] Re: git stash three times slower than git commit

2014-07-07 Thread Rick Umali
Dominik, While researching a git stash question on Stack Overflow , I learned that git stash is implemented as a shell script. Dig around in the GIT_EXEC_PATH (type git --exec-path to get thi

[git-users] short name for the remote

2014-07-07 Thread dexter ietf
often times i had to use origin/blabla to refer to my remote branch, i was wondering if there is a shortname for this, for example 'remote' may be it's already there that i'm not aware of, pleas shed some light. -dexter -- You received this message because you are subscribed to the Google Groups