0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Lets get the git revision dumped out into a file. More... over 10 years ago
Move locking out into it's own method to avoid duplication of code More... over 10 years ago
Fix to not be capitals, it's File:: More... over 10 years ago
Strip out the "no branch" you get when in a detached HEAD More... over 10 years ago
Move locking inside update_*_branches so the puppetupdate binary locks too More... over 10 years ago
Fix test failure introduced by not having update_branch cause a fetch More... over 10 years ago
Add serialization and change git reset to git checkout to solve nasty concurrency issues More... over 10 years ago
Merge remote-tracking branch 'hashbrowncipher/update_git_once' More... over 10 years ago
Let's only update once from git More... over 10 years ago
We don't need load_puppet here, because it's already called by the agent entry point More... over 10 years ago
Whitespace More... over 10 years ago
Add remove functionality, test remove and ignore functionality More... over 10 years ago
Fix bug when deleting branches More... over 10 years ago
Do not crash when deleting branches More... over 10 years ago
Add from and to shas for git updates More... over 10 years ago
We never ever want to do a reset at the top level More... over 10 years ago
Revert "Do a git clean to remove untracked files" More... over 10 years ago
Do a git clean to remove untracked files More... over 10 years ago
Do a git clean to remove untracked files More... over 10 years ago
Replace - for _ More... over 10 years ago
Add a cli script More... over 10 years ago
Add a hook to run a script after checkout More... over 10 years ago
More bug fixes More... over 10 years ago
Only alphanumeric characters, so _ is allowed, but - not. Huh? More... over 10 years ago
We actually want / in branches, so that we can support per user branching More... over 10 years ago
Changes to have to pass a branch to update, but not have to pass a revision More... over 10 years ago
Update the application to make you specify a parameter More... over 10 years ago
Make the ssh wrapper script dynamically if needed. Kinda a gross hack, but mco plugin package can't easily take our .sh with us More... over 10 years ago
Ability to ignore specific branches More... over 10 years ago
The string 'false' which is what we get from the config file is a true value in ruby More... over 10 years ago