Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-19 | fix git.sh script for support multiple parameters. | Andrei Karas | 1 | -1/+1 | |
2014-12-28 | Add into pull and status script checking for diverged branches. | Andrei Karas | 2 | -2/+2 | |
2014-12-25 | push.sh: fix typo. | Andrei Karas | 1 | -1/+1 | |
2014-12-23 | Fix style in shell scripts. | Andrei Karas | 5 | -26/+26 | |
2014-12-19 | init.sh: add tools repository into server task. | Andrei Karas | 1 | -0/+1 | |
2014-12-14 | Remove debug opearator from init.sh. | Andrei Karas | 1 | -1/+0 | |
2014-12-14 | Allow add child repos with current protocol and not always git@. | Andrei Karas | 1 | -21/+28 | |
2014-12-01 | init.sh: include tools into local task. | Andrei Karas | 1 | -0/+1 | |
2014-11-25 | In status.sh add color for commit id. | Andrei Karas | 1 | -1/+1 | |
2014-11-25 | Into readme add new flags. | Andrei Karas | 1 | -7/+8 | |
2014-11-24 | In status.sh add option "commit" to show latest commits. | Andrei Karas | 1 | -1/+12 | |
Example: ./status.sh commit | |||||
2014-11-24 | Add force key to pull.sh | Andrei Karas | 1 | -1/+11 | |
With this key it will start git pull even if changes present. It will merge if conflict happend This option must NOT used by developers. Examples: ./pull.sh force | |||||
2014-11-18 | Use git-reset after pulling from server-code branch. | Andrei Karas | 1 | -1/+22 | |
This will prevent merge conflicts with rebased code. | |||||
2014-11-16 | Add manaplus into supported tasks and repositories. | Andrei Karas | 7 | -6/+15 | |
2014-11-16 | Add readme file. | Andrei Karas | 1 | -0/+41 | |
2014-11-13 | In status script report also behind commits repos. | Andrei Karas | 1 | -1/+1 | |
2014-11-13 | Into init.sh add action "tools" for add tools only. | Andrei Karas | 1 | -0/+2 | |
2014-11-12 | Add missing link creation in init.sh | Andrei Karas | 1 | -0/+1 | |
2014-11-12 | In init.sh replace bin action to local. | Andrei Karas | 6 | -3/+11 | |
Also add server-local to all scripts. | |||||
2014-11-12 | Into init.sh add bin action for install statically linked binaries. | Andrei Karas | 1 | -0/+3 | |
from existing repository | |||||
2014-11-12 | Create top dir link to evol hercules plugin. | Andrei Karas | 2 | -0/+3 | |
2014-11-10 | add art repo into git tools. | Andrei Karas | 5 | -0/+5 | |
2014-11-05 | fix multiple parameters in git.sh | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | Add ability to init.sh clone only task related repos. | Andrei Karas | 1 | -6/+22 | |
Build in tasks: all client server music default Example: ./init.sh client | |||||
2014-11-05 | Add script for run any git command on all repos. | Andrei Karas | 1 | -0/+21 | |
New script: git.sh | |||||
2014-11-05 | Rename pullall.sh and pushall.sh to pull.sh and push.sh | Andrei Karas | 2 | -0/+0 | |
2014-11-05 | add music dir to gitignore. | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | add script for pull all repos. | Andrei Karas | 1 | -0/+27 | |
New script: pullall.sh | |||||
2014-11-05 | improve status.sh. | Andrei Karas | 1 | -7/+9 | |
2014-11-05 | add music repository. | Andrei Karas | 3 | -4/+16 | |
It can be added if run: ./init.sh all | |||||
2014-11-05 | Show repo name and not path in pushall script. | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | add script for push all repos if changes present. | Andrei Karas | 1 | -0/+19 | |
New script: pushall.sh | |||||
2014-11-05 | in status.sh show also information about not pushed commits. | Andrei Karas | 1 | -3/+9 | |
2014-11-05 | add script to show is any repo have changed files. | Andrei Karas | 1 | -0/+20 | |
Script name: status.sh | |||||
2014-11-04 | Add evol hercules plugin into init script. | Andrei Karas | 1 | -0/+1 | |
2014-11-04 | Initial commit. | Andrei Karas | 2 | -0/+11 | |