Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename GitQueue to Git.Queue | Joey Hess | 2011-06-30 |
| | |||
* | Periodically flush git command queue, to avoid boating memory usage too much. | Joey Hess | 2011-04-07 |
Since the queue is flushed in between subcommand actions being run, there should be no issues with actions that expect to queue up some stuff and have it run after they do other stuff. So I didn't have to audit for such assumptions. |