I hereby claim:
- I am martineden on github.
- I am martineden (https://keybase.io/martineden) on keybase.
- I have a public key ASBWQMuYIROmWEhj6nq2URUoQXHuiLC6BtcNuhJEecAMSAo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# This script lists outgoing changes on all branches in the current Git repo. | |
# If the current folder is not a Git repo, it instead runs on each subfolder. | |
function get_branch_status { | |
# https://stackoverflow.com/a/7774433 | |
git for-each-ref --format="%(refname:short) %(upstream:short)" refs/heads | \ | |
while read local remote | |
do | |
[ -z "$remote" ] && continue |
I hereby claim:
To claim this, I am signing this object:
Jan 26, 2017 11:16:07 AM org.jooq.tools.JooqLogger info | |
INFO: No <inputCatalog/> was provided. Generating ALL available catalogs instead. | |
Jan 26, 2017 11:16:07 AM org.jooq.tools.JooqLogger info | |
INFO: License parameters | |
Jan 26, 2017 11:16:07 AM org.jooq.tools.JooqLogger info | |
INFO: ---------------------------------------------------------- | |
Jan 26, 2017 11:16:07 AM org.jooq.tools.JooqLogger info | |
INFO: Thank you for using jOOQ and jOOQ's code generator | |
Jan 26, 2017 11:16:07 AM org.jooq.tools.JooqLogger info | |
INFO: |