Re: [PATCH] commit: Add -f, --fixes option to add Fixes: line

2013-10-28 Thread Thomas Rast
t;change-id"] type = uuid though admittedly I haven't investigated if it's okay to just put a random string there, or it needs to have a specific value. [1] http://thread.gmane.org/gmane.comp.version-control.git/236429 -- Thomas Rast t...@thomasrast.ch -- To unsubscribe fr

Re: [PATCH] commit: Add -f, --fixes option to add Fixes: line

2013-10-27 Thread Thomas Rast
git-config, where it is --file Woah! Impressive work. Did you autogenerate this? If so, can we have it as a small make target somewhere? If not, can you send a patch to put your table in Documentation somewhere? -- Thomas Rast t...@thomasrast.ch -- To unsubscribe from this list: send the

Re: [PATCH] commit: Add -f, --fixes option to add Fixes: line

2013-10-27 Thread Thomas Rast
ntrol.git/168748 A much better argument would be if it was already clear from the specs laid out for Fixes that n% of the kernel commits will end up having this footer, and thus kernel hackers will spend x amount of time spelling out --fixes and/or confusing it with --fixup to much headache. -- Tho