]> git.phdru.name Git - git-scripts.git/shortlog
git-scripts.git
2022-08-13 Oleg BroytmanFeat: `sharedRepo [-a|-g] [group]`
2022-08-09 Oleg BroytmanAdd a script `sharedRepoGroup`
2021-10-09 Oleg BroytmanFix(reinit-repos): Run `git init --bare` to reinit...
2021-05-28 Oleg BroytmanFeat(submodules/diff-name-only): Run recursively
2021-05-28 Oleg BroytmanFeat(submodules/diff-name-only): Use pager
2021-05-28 Oleg BroytmanRefactor(submodules/diff-name-only): Remove excessive...
2021-05-27 Oleg BroytmanAdd script `submodules/diff-name-only`
2021-05-27 Oleg BroytmanRename/move `git-submodules-add` -> `submodules/add`
2021-05-12 Oleg BroytmanAdd script `speedup`
2021-04-16 Oleg BroytmanFeat(pull-usrlocalsrc): Pull branch `main`, merge into...
2021-03-28 Oleg BroytmanFeat(pull-usrlocalsrc): Use fixed remote `origin`
2021-02-22 Oleg BroytmanFeat(ls-not-pushed): Improve regular expression
2021-01-01 Oleg BroytmanFix: `ls-not-packed` -> `ls-not-packed-repos`
2020-12-28 Oleg BroytmanRefactor(ls-not-pushed): Show behind/ahead counters
2020-12-28 Oleg BroytmanRefactor(ls-not-pushed): Split into `-recursive` and...
2020-12-28 Oleg BroytmanRefactor(ls-not-packed): Split into `-recursive` and...
2020-11-27 Oleg BroytmanFix(fsck-repos): Add missing quote
2020-08-15 Oleg BroytmanAdd `copy-scripts/`: Copy this repo to a remote host
2020-08-14 Oleg BroytmanFeat(hooks/post-update): Push back to `origin`
2020-08-14 Oleg BroytmanFeat(hooks/post-update): Add remote `origin` if not...
2020-08-04 Oleg BroytmanFeat(fix-detached-head): Replace `branch -r` by `for...
2020-08-04 Oleg BroytmanFeat(fix-detached-head): Get branch from superproject
2020-08-03 Oleg BroytmanFeat: Fix detached `HEAD`
2020-08-02 Oleg BroytmanFeat: Check recursively for detached `HEAD`
2020-05-12 Oleg BroytmanFeat(sparse-clone): Add options parser
2020-05-12 Oleg BroytmanFeat(sparse-clone): Validate parameters
2020-05-12 Oleg BroytmanGet local directory name from origin
2020-04-17 Oleg BroytmanAdd `run-bare-repos`: run a command over all bare repos...
2020-04-17 Oleg BroytmanFeat(reinit): Split `reinit-all`
2020-04-17 Oleg BroytmanAdd `sparse-clone`
2020-02-02 Oleg BroytmanFix(set-commit-date.py): Skip symlinks
2020-02-01 Oleg BroytmanFeat(svn): Add script `rdump-load`
2020-02-01 Oleg BroytmanFix(svn/get-authors): Append to existing `authors.txt`
2020-02-01 Oleg BroytmanFeat(svn/get-authors): Add perl-based parser
2020-02-01 Oleg BroytmanFix(svn/get-authors): Pass URL
2019-12-23 Oleg BroytmanFeat(locate-all): Use `sort -u` instead of `sort |...
2019-12-23 Oleg BroytmanDoc(locate-all): Add comments
2019-12-23 Oleg BroytmanRefactor(locate-all): Reorder excluded directories
2019-12-20 Oleg BroytmanFeat(set-commit-date): Allow to choose between author...
2019-12-18 Oleg BroytmanFeat(locate-all): Exclude submodules
2019-08-15 Oleg BroytmanRefactor: Use `$#` to check parameters
2019-08-03 Oleg BroytmanRefactor(set-commit-date.py): Combine 2 conditions
2019-08-02 Oleg BroytmanFix(set-commit-date.py): Consider deleted files
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`
next