- Sep 27, 2012
-
-
Brad King authored
Add a script implementing our standard "git gerrit-push" alias. When invoked, first check that the current branch is a named topic. Then fetch 'master' from the 'gerrit' remote repository so the local repository can compute a minimal pack to push. Finally, push the topic to the 'gerrit' remote as "refs/for/master/$topic".
-
- Sep 10, 2012
-
-
Brad King authored
Add a .gitattributes line to match both "config.sample" and any config file added by the containing project.
-
- Jun 08, 2012
-
-
Brad King authored
Configure a separate pushurl only if it is different from the main url.
-
- May 18, 2012
-
-
Brad King authored
Honor the $username placeholder in the 'gerrit.url' configuration value. Configure a separate pushurl only if it is different from the main url.
-
- Apr 26, 2012
-
-
Brad King authored
When the topic stage has already been configured present the current configuration and prompt for optional reconfiguration. While at it, make the topic stage remote name configurable by the project.
-
- Mar 02, 2012
-
-
Brad King authored
Add the "export-ignore" attribute to all such files. Remove the suggestion from the README since this should not be a responsibility of the including project.
-
- Feb 09, 2012
-
-
Brad King authored
-
Brad King authored
Interactively prompt the user for ~/.ssh/config setup.
-
Brad King authored
-
Brad King authored
Interactively prompt the user with Gerrit setup instructions.
-
Brad King authored
Fetch the hooks right out of the local clone if possible. Otherwise fall back to a project-configured remote repository.
-
Brad King authored
Prompt the user to configure user.name and user.email interactively.
-
Brad King authored
-
- Feb 08, 2012
-
-
Brad King authored
-