2012/11/26 Roberto E. Vargas Caballero <k...@shike2.com>: > - History rewriting: git rebase or git filter-branch mq does this
> - Mail workflow support: git am, git format-patch or git email. patchbomb? > - Incremental commits: git add -i, git checkout -f. > - A diary of tip references: git reflog (this features saved my life a > lot of times). > - Temporal changes: git stash. mq and shelve > - Be scriptable: git has a low-level set of commands that allow build > any operation you need using a shell script : git commit-tree, git > cat-file, git ls-tree ... afik python _is_ a scripting language, not sure if you can use sh > There are others reasons, like for example the speed changing between > branches, but they are not important in suckless projects. >