| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-03-20 | ui-shared: squelch compiler warning. | Jason A. Donenfeld | |
| Since tail is initialized to 0, we will never get a warning on the last if statement, but recent gcc complains anyway. So, we initialize len as well. Future gcc versions should be able to optimize this out anyway. | |||
| 2013-03-20 | cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh | John Keeping | |
| On some platforms (notably Solaris) /bin/sh doesn't support enough of POSIX for gen-version.sh to run. Git's Makefile provides SHELL_PATH_SQ to addre | |||