Junio C Hamano
Junio C Hamano
If "the server part at Bitbucket" is what creates an unwanted merge when receiving a non-fast-forward push, then I am not sure how your push-fast-forward-only strategy even works "outside of...
This touches too many things at the same time. 1. The ".gitattributes" thing 2. End-user facing messages from programs 3. Documentation 4. In-code comments 5. Sample inputs to test scripts...
The name of the "ident_action" structure may need rethinking. It appears it _is_ used to specify how the custom "ident" is spelled, so the shortest and workable alternative might be...
Naïve and stupid question. How would this interact with bash when readline is not being used? Do versions of recent bash so married to readline that we do not have...
> @gitster Good question! Bash has, well, never really allowed being built _without_ readline: you are supposed to use its bundled version if you don't have one. > > Nevertheless,...
We may see more discussion on improving workflows to work on Git. There is a [talk](https://lore.kernel.org/git/[email protected]/) to allow patch authors to propose the summary of the topic to appear in...
I am planning to merge this directly to my tree (via -Xsubtree=git-gui/ option), and thought that it would make it easier to maintain your tree up to date by simply...
My copy already has these in 'next', but they are identical so it is not a huge deal.