Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv src/git-permalink.sh.in src/git-permalin.in | EuAndreh | 2021-06-25 | 1 | -273/+0 |
| | | | | | Mostly to avoid the conflict of the ".sh" built-in rule in the Makefile. | ||||
* | src/git-permalink.sh.in, tests/remotes.sh: Address ShellCheck issues | EuAndreh | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | src/git-permalink.sh.in: Fix #task-bebbe847-f552-be4b-b886-70a621162b69 | EuAndreh | 2021-06-22 | 1 | -14/+14 |
| | | | | | | | | | | | | | The issue wan't with getopts but with my usage of it (well, now that's obvious that the problem wouldn't be in the implementation, but on how I was using). The problem was on: 1) my confusion on when and where to "shift"; 2) make sure to look for the "--help" and "--version" long flags before getopts, because it doesn't know about long flags. Those fixed, the tests are now working again. | ||||
* | src/git-permalink.sh.in: Remove empty lines across translated string variables | EuAndreh | 2021-06-22 | 1 | -2/+0 |
| | |||||
* | mv src/git-permalink.sh src/git-permalink.sh.in | EuAndreh | 2021-06-22 | 1 | -0/+275 |