Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Git to mandate users explain their merges explicitly in 1.7.10 (git-blame.blogspot.com)
7 points by bjg on Feb 24, 2012 | hide | past | favorite | 2 comments


Not sure that I like this. The way we work is to do many merges and work on feature branches merging small merges to master.

This is of course just our way of working but it potentially makes for more administration.


You can export MERGE_AUTOEDIT=no from your shell's profile scripts to opt out of this behavior, or alias --no-edit into your runs of merge. (I believe you can even use git config to say, globally or per-project, to mix-in an argument to any normal command, but I'm not 100% certain of that.)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: