Skip to content

arielnetworks/autocompleteusersplugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutocompleteUsersPlugin

This repository is a clone of the Trac-Hacks SVN repository.

http://trac-hacks.org/svn/autocompleteusersplugin/

see also: http://trac-hacks.org/wiki/AutocompleteUsersPlugin

Tips

To fetch/rebase from original svn repository:

git config --add svn-remote.svn.url http://trac-hacks.org/svn/autocompleteusersplugin
git config --add svn-remote.svn.fetch :refs/remotes/git-svn
git checkout -b mylocalbranch
git svn fetch svn
git svn rebase svn

To get original source code after fetch remote svn repository:

git checkout -b origlocalbranch git-svn

About

TracPlugin: Autocomplete user fields (assigned to and CC) on tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published