Petr Baudis <pasky@suse.cz> writes: > I'm puzzled. GIT should handle this fine. > > export GIT_AUTHOR_NAME='' > git-commit-tree $(cg-object-id -t) > > works as expected, but for some reason escaping me it does not work > inside of cg-commit. Insights welcomed. They probably do not have anything to do with the problem at hand, but I just noticed your version of pick-author code in cg-commit lacks two changes I added to git-commit: (1) the pick_author_script you have in cg-commit lacks the support for names with single-quotes in them (aa66c7ec77d474b737da607d6cb2d07f56628def). (2) I run the sed script with LANG and LC_ALL set to C locale. I think I had some trouble without them with high-bit names, (e3e291fc07b49b74bb655ca854bdb19e849e044c) but the detail escapes me. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Feb 07 13:04:14 2006
This archive was generated by hypermail 2.1.8 : 2006-02-07 13:04:24 EST