rougier / nano-modeline

GNU Emacs / N Λ N O Modeline
GNU General Public License v3.0
170 stars 29 forks source link

Unable to check out repository on Windows #35

Closed wagk closed 2 years ago

wagk commented 2 years ago

Commit eed2de9392e59e07b46537d529453df62b967ec1 added two files images/nano-modeline-**-focused.png and images/nano-modeline-**-unfocused.png, which contains *, a character Windows does not permit in file names.

Attempting to check out the commit on Windows results in the following:

128 git.exe … "reset" "--hard" "origin/master" "--"
error: invalid path 'images/nano-modeline-**-focused.png'
fatal: Could not reset index file to revision 'origin/master'.

Is it possible to rename these files to some other name?

rougier commented 2 years ago

Oh sorry for that. I'll rename them.

rougier commented 2 years ago

Done.