]> git.phdru.name Git - git-scripts.git/shortlog
git-scripts.git
2016-10-07 Oleg Broytmanpull-usrlocalsrc: pull only master from all remotes
2016-10-07 Oleg BroytmanFix `while read`
2016-09-24 Oleg BroytmanExclude .tox/ virtual environments when compiling byte...
2016-08-04 Oleg BroytmanUse `git var GIT_EDITOR` to call editor
2016-08-03 Oleg BroytmanFix copy/paste bug
2016-08-03 Oleg BroytmanExclude empty "others" directories
2016-08-03 Oleg BroytmanUse git status --branch --short
2016-08-03 Oleg BroytmanUse new ls-dirty
2016-08-03 Oleg BroytmanUse git ls-files instead of status to avoid touching...
2016-08-03 Oleg BroytmanRename ls-dirty-carefully to ls-status-carefully
2016-08-03 Oleg BroytmanUse long option
2016-08-03 Oleg BroytmanChange local variable $PROG_DIR => $prog_dir
2016-08-03 Oleg BroytmanDo not show untracked files in git status
2016-08-02 Oleg BroytmanList not pushed repositories carefully
2016-08-02 Oleg BroytmanList repositories not pushed to origin
2016-07-25 Oleg Broytmanlocate-all: filter off excessive repos
2016-07-16 Oleg BroytmanFix setting upstream branch
2016-07-07 Oleg BroytmanUse web.browser and browser.cmd from git config to...
2016-07-07 Oleg BroytmanAdd git-open - a script to open a remote's URL in a...
2016-06-10 Oleg BroytmanAdd a script to list repos with stashed files
2016-06-10 Oleg BroytmanChange output format
2016-06-05 Oleg BroytmanSet upstream to web/master on publishing to web
2016-06-05 Oleg BroytmanAdd scripts to list/show remotes
2016-06-05 Oleg BroytmanAdd post-checkout hook that compiles python files
2016-06-04 Oleg BroytmanAdd a script to list all branches in all repos
2016-05-26 Oleg BroytmanMinor refactoring
2016-05-26 Oleg BroytmanRefine error messages
2016-04-15 Oleg BroytmanList repositories with "Unnamed" description and edit...
2016-04-12 Oleg BroytmanMinor refactoring
2016-04-10 Oleg BroytmanFix: delete old files
2016-03-30 Oleg BroytmanBetter comments
2016-03-30 Oleg BroytmanAdd set-commit-date-not-packed
2016-03-20 Oleg BroytmanAdd set-commit-date.py
2016-03-20 Oleg Broytmanset-commit-date-repos: fix docstring
2016-02-24 Oleg BroytmanSplit set-commit-date-repos into set-commit-date-recursive
2016-02-09 Oleg BroytmanAdd post-merge and post-rewrite hooks
2016-01-27 Oleg BroytmanCarefully list dirty repos and show their status
2015-07-07 Oleg BroytmanNew algorithm to find non-packed repos
2015-07-06 Oleg BroytmanPush master explicitly
2015-07-06 Oleg BroytmanFix syntax
2015-07-06 Oleg BroytmanDo not mirror
2015-07-05 Oleg BroytmanRun update server info after deleting a remote branch
2015-07-05 Oleg BroytmanConfigure receive.updateserverinfo instead of post...
2015-07-04 Oleg BroytmanRemove current/master branch from web mirror
2015-06-18 Oleg BroytmanAdd message to the tag
2015-06-15 Oleg BroytmanRename touch-all -> set-commit-date
2015-06-15 Oleg BroytmanMove post-checkout hooks to hooks/post-checkout
2015-06-11 Oleg BroytmanIf run from $current execute $origin/update instead
2015-06-11 Oleg BroytmanAdd details about error
2015-06-05 Oleg BroytmanAdd script `update'
2015-04-07 Oleg BroytmanUse `dirname $0` instead of absolute path
2015-03-26 Oleg BroytmanAdd touch-ALL-repos
2015-03-26 Oleg BroytmanQuote filename
2015-02-21 Oleg BroytmanEscape inner quotes
2015-02-06 Oleg BroytmanAdd touch-all
2015-01-02 Oleg BroytmanRun git gc --aggressive
2015-01-02 Oleg BroytmanChange git repack depth from 250 to 20
2014-12-24 Oleg BroytmanChange wording
2014-12-02 Oleg BroytmanRun 'git repack' instead of 'git gc'
2014-11-27 Oleg BroytmanRestore repack-not-packed
2014-11-21 Oleg BroytmanRename repack-not-packed to gc-and-repack
2014-11-21 Oleg BroytmanAdd option -f to git repack
2014-11-21 Oleg BroytmanRun git gc --aggressive before repack
2014-11-07 Oleg BroytmanDo git fsck after repack
2014-11-07 Oleg BroytmanAdd script repack-not-packed
2014-09-17 Oleg BroytmanPull all remotes
2014-09-15 Oleg BroytmanRename clone to svn2git
2014-08-19 Oleg BroytmanNo need to run two similar locate commands
2014-08-10 Oleg BroytmanNo need to explicitly show $new_HEAD
2014-08-10 Oleg BroytmanUse head instead of awk
2014-08-06 Oleg BroytmanSet timestamp only on the files known to git
2014-08-06 Oleg BroytmanRename post-checkout-touch to post-checkout-touch-all
2014-08-06 Oleg BroytmanCorrect English grammar
2014-08-06 Oleg BroytmanAdd two post-checkout hooks as examples
2014-08-05 Oleg BroytmanMinor refactoring
2014-08-04 Oleg BroytmanPull all repositories in /usr/local/src
2014-08-04 Oleg BroytmanUse cat
2014-08-04 Oleg BroytmanAvoid bashisms
2014-08-03 Oleg BroytmanLocate all git repositories
2014-08-03 Oleg BroytmanDo something on all located git repositories
2014-08-01 Oleg BroytmanSet hooks.showrev
2014-08-01 Oleg BroytmanAppend &&
2014-08-01 Oleg BroytmanRevert hooks.diffopts to default
2014-08-01 Oleg BroytmanFix script permissions
2014-07-29 Oleg BroytmanFix shell syntax error
2014-07-28 Oleg BroytmanUse git rev-parse instead of git show-ref
2014-07-28 Oleg Broytmangpg --import public key from tag
2014-07-26 Oleg Broytmanchmod g+w hooks/post-receive-user
2014-07-26 Oleg BroytmanAlways set emailprefix even if it's empty
2014-07-26 Oleg BroytmanSign the tag (-:
2014-07-26 Oleg BroytmanAdd add-pubkey-blob-tag
2014-07-26 Oleg BroytmanRename add-pubkey -> add-pubkey-branch
2014-07-25 Oleg BroytmanFix a bug: restore $t
2014-07-25 Oleg BroytmanConfigure maxlines
2014-07-25 Oleg BroytmanAdd source URL
2014-07-24 Oleg BroytmanAdd scripts to put phd public key to an orphaned branch
2014-07-21 Oleg BroytmanAllow to configure subject prefix
2014-07-21 Oleg BroytmanConfigure a repository at SourceForge
2014-07-10 Oleg BroytmanMove '(no author)' to front - it's about the 0th commit
2014-07-10 Oleg BroytmanConvert tags and branches
next