+[2015-10-23T20:59:21Z]VxJasonxVI think the answer is yes, but I'm not sure I completely understand. +[2015-10-23T20:59:33Z]RedRat__Yes, I can :3 +[2015-10-23T20:59:49Z]RedRat__you can set by title=title and body=text as query string +[2015-10-23T20:59:51Z]RedRat__thanks again +[2015-10-23T21:00:01Z]VxJasonxVohhhh, that thing. yeah
I think the answer is yes, but I'm not sure I completely understand.
+[2015-10-24T01:53:25Z]NanashiHelp. I did git mv (folder)/size.speed.asm (folder)/6.6.asm and edited 6.6.asm but GitHub for Windows glitches: http://i.imgur.com/S9Qfbnf.png +[2015-10-24T01:55:18Z]NanashiThe changelist looks like I added an entirely new file and deleted the original (actually shows empty instead of line removal). I get an error when trying to commit. +[2015-10-24T01:57:01Z]NanashiIt would let me rename and edit separately, but I don't want to do that. +[2015-10-24T02:18:51Z]Nanashinevermind, whatever +[2015-10-24T03:45:50Z]gitinfoNanashi: git does not support explicitly file renaming - the 'git mv' command is shorthand for 'git rm --cached; mv; git add'. All "rename" statistics are generated at runtime when examining history with git-log. See the -M option in the git-log manpage for more info. Also http://thread.gmane.org/gmane.comp.version-control.git/27/focus=217 and `diff.renames = true` in man git-config