]> oss.titaniummirror.com Git - repo_shell.git/shortlog
repo_shell.git
2014-09-22 R. Steve McKowngitcreate: add option to set description master 0.9
2014-09-22 R. Steve McKowngitcreate: correct typo in error message
2014-09-22 R. Steve McKownREADME: show how other users can run gitcreate
2014-09-22 R. Steve McKowngitcreate: automatically re-run as repo owner
2014-06-21 R. Steve McKowngitcreate: add support for default hook scripts 0.8
2014-06-21 R. Steve McKowngitcreate: Differentiate repopath and repodir
2012-12-04 R. Steve McKownSome documentation on gitweb integration
2012-12-04 R. Steve McKownFix improper handling of repo_groups sections 0.7
2012-10-01 R. Steve McKownAdd ChangeLog
2012-10-01 R. Steve McKownProperly force group id as done with user id 0.6
2012-10-01 R. Steve McKownSet umask when runnning repository commands
2012-10-01 R. Steve McKownREADME: chsh to /bin/bash for tab completion
2012-10-01 R. Steve McKownImprove README
2012-10-01 R. Steve McKownFixes for when /etc/repo_shell.conf is not present
2012-09-28 R. Steve McKownNote sudo interaction with allowed_interactive
2012-09-28 R. Steve McKownDocument gitcreate -y option 0.5
2012-09-28 R. Steve McKownFix directory creation instructions
2012-09-28 R. Steve McKownFix subdirs create in git, add -y option
2012-09-28 R. Steve McKowngitcreate creates subdirs after asking user
2012-09-28 R. Steve McKownsvncreate creates default hooks dir if not present
2012-09-28 R. Steve McKownAdd help option, expand test option to normal and detail
2012-09-28 R. Steve McKownAdd check option to repo_shell
2012-09-28 R. Steve McKownEmit perms in same form as used in .gitacls
2012-09-28 R. Steve McKownmake package builds simple .tgz for install
2012-09-28 R. Steve McKowngit_acl_file is always {git_root}/.gitacls
2012-09-28 R. Steve McKownchange_user() correctly reports user on error
2012-09-28 R. Steve McKownAllow tools to ref repopath.git as repopath
2012-09-28 R. Steve McKown/etc/repo_shell.cfg -> /etc/repo_shell.conf
2012-09-28 R. Steve McKowngitcreate doesn't add .git to file name
2012-09-28 R. Steve McKownClearer commands to add user and create dirs
2012-09-28 R. Steve McKownImplement allow_interactive feature
2012-09-28 R. Steve McKownScripts tolerate spaces in /etc/repo_shell.cfg
2012-09-28 R. Steve McKownBig README cleanup; add README.gitacls
2012-09-28 R. Steve McKownAdd make install, uninstall targets
2012-09-28 R. Steve McKownAdd scripts/gitcreate, mv svncreate to scripts/
2012-09-28 R. Steve McKownstringutils.c collects funcs from several places
2012-09-28 R. Steve McKownProper free on execvp fail
2012-09-28 R. Steve McKownAdd extended wildcard matching 0.4
2012-09-28 R. Steve McKownProperly handle wrong arg count when -t
2012-09-28 R. Steve McKownCorrectly exit on interactive shell request when not...
2012-09-28 R. Steve McKownformatting
2012-09-28 R. Steve McKownNo need for sections in repo_shell.cfg
2012-09-28 R. Steve McKownImplement * to mean any user or repo
2012-09-27 R. Steve McKownMore meaningful examples
2012-09-26 R. Steve McKownUpdate README re: git acls
2012-09-26 R. Steve McKownrepo_shell honors git ACLs 0.3
2012-09-26 R. Steve McKownrepo_shell changes indention rules
2012-09-26 R. Steve McKownrepo_shell uses utility.c
2012-09-26 R. Steve McKownCode for supporting git ACLs. acl_test is useful.
2012-09-26 R. Steve McKownAdd the svncreate script
2012-09-24 R. Steve McKownAdd the svncreate script
2012-09-24 R. Steve McKownAdd license file; update README
2012-09-24 R. Steve McKownRename handler() -> ini_handler() 0.2
2012-09-24 R. Steve McKownMisc cleanups
2012-09-24 R. Steve McKownSimpler and better handling of non-repo access
2012-09-24 R. Steve McKownRemove unused code
2012-09-24 R. Steve McKownEnsure non-repo ssh commands run as connecting user.
2012-09-24 R. Steve McKownFix getting a shell on server
2012-09-24 R. Steve McKownAdd version option, derived from repository tags 0.1
2012-09-23 R. Steve McKownSome support for a future git acl implementation.
2012-09-23 R. Steve McKownAdd Makefile and README
2012-09-23 R. Steve McKownAdd support for /etc/repo_shell.cfg
2012-09-23 R. Steve McKownExecute shell progs with user PATH
2012-09-23 R. Steve McKownAdd git prefix to repository paths
2012-09-23 R. Steve McKownInitial commit