aboutsummaryrefslogtreecommitdiff
path: root/lib/git_python/utils.py
AgeCommit message (Collapse)Author
2008-05-29utils: add a pop_key helper functionDavid Aguilar
pop_key removes a value from a dictionary and it in one step. This function will be used in the next integration. Signed-off-by: David Aguilar <davvid@gmail.com>
2008-05-20made subprocess not use a shell...Florian Apolloner
2008-05-07initial projectMichael Trier