]> git.phdru.name Git - git-scripts.git/shortlog
git-scripts.git
2019-06-07 Oleg BroytmanAdd git-submodules-add
2019-05-31 Oleg BroytmanFix(set-commit-date-repos): Remove excessive apostrophe
2019-03-14 Oleg BroytmanFeat(git-open): Replace scp URLs with https
2019-03-12 Oleg BroytmanFeat(get-authors): Add an alternative implementation
2019-03-01 Oleg BroytmanFix: Remove excessive redirection and exit code check
2019-02-28 Oleg BroytmanFix(ls-no-description): Print cwd (`$g` can be just...
2019-02-28 Oleg BroytmanRefactoring: Factor out run-repos and run-workdirs
2019-02-28 Oleg BroytmanRemove excessive `echo`; simplify long commands
2019-02-28 Oleg BroytmanFeat: Split scripts into 3: run in one repo, recursive...
2019-02-27 Oleg BroytmanRefactor: Factor out run-recursive
2019-01-18 Oleg BroytmanAdd scripts to run fsck of all repositories
2019-01-18 Oleg BroytmanRename all-status -> status-all
2018-11-27 Oleg BroytmanFeat(set-commit-date.py): chdir to git root
2018-09-28 Oleg BroytmanAdd post-update to update git-scripts after pushing...
2018-08-21 Oleg BroytmanI stopped using `git-remote-hg`
2018-04-27 Oleg BroytmanRefactor(set-commit-date.py): Use git_log.stdout as...
2018-04-26 Oleg BroytmanFeat: Run set-commit-date-recursive on clone/fork
2018-04-13 Oleg BroytmanFeat(git-status.sh): Use `git rev-parse` to find git dir
2018-03-15 Oleg BroytmanFeat: Limit memory for gc/repack
2018-03-15 Oleg BroytmanFix: No need to run `git repack`
2018-03-13 Oleg BroytmanFix(.gitignore): locate-all.list can only be in the...
2018-03-09 Oleg BroytmanFeat(ls-assumed): Recognize files with skip-worktree bit
2018-03-02 Oleg BroytmanFeat: Script to fix .git/config executable bits
2018-03-02 Oleg BroytmanFeat: Add a script to update .git/hooks/*.sample
2018-03-02 Oleg BroytmanFix: Run chmod only after clone
2018-02-26 Oleg BroytmanFeat(submodule): Test .gitmodules before running ...
2018-02-26 Oleg BroytmanFeat(status): Copy index and set GIT_INDEX_FILE to...
2018-02-03 Oleg BroytmanAdd gc-expire scripts
2018-02-03 Oleg BroytmanRename gc-and-repack -> gc-repack
2017-12-13 Oleg BroytmanFeat: Split git-open into git-open-remote
2017-12-13 Oleg BroytmanFeat(locate-all): Case-sensitive sort
2017-10-27 Oleg BroytmanFix(fork): Add remote origin if it doesn't exist in...
2017-10-27 Oleg BroytmanFix(fork): Do not add the existing repo to locate-all...
2017-10-11 Oleg BroytmanFeat: Add `clone` script
2017-10-11 Oleg BroytmanFeat(fork): Check .git in the current directory
2017-08-23 Oleg BroytmanFeat(git-open): Get remote from the current branch
2017-08-23 Oleg BroytmanMerge fork-existing into fork
2017-05-30 Oleg BroytmanAdd fork-existing
2017-04-30 Oleg BroytmanRemove scripts for manipulating projects
2017-04-17 Oleg BroytmanRename update -> update-remotes
2017-04-15 Oleg BroytmanFix publish2web: put the real web directory to locate...
2017-04-11 Oleg BroytmanAdd cloned repository to the list of repos to process
2017-04-09 Oleg BroytmanAdapt set-commit-date.py to Python 3: turn on universal...
2017-03-19 Oleg BroytmanUse `git branch --verbose` instead of `git status ...
2017-03-16 Oleg BroytmanIgnore archive/cheetah3 - it's a mirror of current...
2017-03-11 Oleg BroytmanFix recursive gc/repack/fsck
2017-01-09 Oleg BroytmanTest dirty status or not pushed state
2017-01-09 Oleg BroytmanTest status only in repos with worktrees
2017-01-09 Oleg BroytmanFix base directory name: do not remove .git suffix
2017-01-09 Oleg BroytmanTest grep error code, not output
2016-12-20 Oleg BroytmanAdd `fork` script to setup upstream and origin remotes
2016-12-16 Oleg BroytmanUse xargs -I%
2016-12-11 Oleg BroytmanRename source -> upstream
2016-11-11 Oleg BroytmanDo not pack submodules in bare repos
2016-11-09 Oleg BroytmanAdd a script to list repos with assumed unchanged files
2016-11-06 Oleg BroytmanRun git gc/repack/fsck recursively (on submodules)
2016-11-06 Oleg BroytmanUse `git count-objects` instead of `find`
2016-11-02 Oleg Broytmanpull-usrlocalsrc: pull from source, push to origin
2016-11-02 Oleg Broytmanpull-usrlocalsrc: add git-remote-hg to PATH
2016-10-14 Oleg BroytmanAdd all-status all-status-carefully
2016-10-14 Oleg BroytmanCreate tmp dir in advance; set trap to remove it
2016-10-14 Oleg BroytmanFix `while read`; report non-existing directories
2016-10-14 Oleg BroytmanMinor refactoring: first echo then slow rsync
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
next