Re: [dev] [suckless] Migration to git

From: uki <ukaszg_AT_gmail.com>
Date: Mon, 26 Nov 2012 17:10:16 +0100

2012/11/26 Roberto E. Vargas Caballero <k0ga_AT_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.
>
Received on Mon Nov 26 2012 - 17:10:16 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 26 2012 - 17:12:07 CET