3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add check to disallow creation of a new release/hotfix branch when there still exists one. More... almost 16 years ago
Add check to disallow creation of a new release/hotfix branch when there still exists one. More... almost 16 years ago
Fixed a problem with redirection of stdout/stderr. The specifier '2>&1' should come *after* the redirection of stdout to /dev/null. For an explanation and a simple demonstration of the differences, see: More... almost 16 years ago
Fixed a problem with redirection of stdout/stderr. The specifier '2>&1' should come *after* the redirection of stdout to /dev/null. For an explanation and a simple demonstration of the differences, see: More... almost 16 years ago
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: More... almost 16 years ago
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on: More... almost 16 years ago
Added instructions to first fetch submodules before installing. More... almost 16 years ago
Added instructions to first fetch submodules before installing. More... almost 16 years ago
Merge branch 'feature/quote-all-var-params' into develop More... almost 16 years ago
Merge branch 'feature/quote-all-var-params' into develop More... almost 16 years ago
Better (less complex) way of counting the branch name length. More... almost 16 years ago
Better (less complex) way of counting the branch name length. More... almost 16 years ago
Use space (' ') instead of '?' as a pattern terminator. More... almost 16 years ago
Use space (' ') instead of '?' as a pattern terminator. More... almost 16 years ago
Quote all variables in function/program arguments. More... almost 16 years ago
Quote all variables in function/program arguments. More... almost 16 years ago
Do not quote variable assignments. More... almost 16 years ago
Do not quote variable assignments. More... almost 16 years ago
Merge branch 'feature/annotated-signed-tags' into develop More... almost 16 years ago
Merge branch 'feature/annotated-signed-tags' into develop More... almost 16 years ago
Annotated the code with some TODO-notes. More... almost 16 years ago
Annotated the code with some TODO-notes. More... almost 16 years ago
Made the finishing of release/hotfix branches fail-safe. When a release/hotfix branch fails finishing, the user may just try so again. More... almost 16 years ago
Made the finishing of release/hotfix branches fail-safe. When a release/hotfix branch fails finishing, the user may just try so again. More... almost 16 years ago
Add tag annotation and tag signing to both release and hotfix. More... almost 16 years ago
Add tag annotation and tag signing to both release and hotfix. More... almost 16 years ago
Replaced all old-style flag variables by shFlags-style flag variables. More... almost 16 years ago
Replaced all old-style flag variables by shFlags-style flag variables. More... almost 16 years ago
Tidying up: More... almost 16 years ago
Tidying up: More... almost 16 years ago