chiark / gitweb /
topgit.git
15 years agotg-summary.sh: Reuse already available base rev information
Petr Baudis [Sun, 3 Aug 2008 01:27:21 +0000 (03:27 +0200)]
tg-summary.sh: Reuse already available base rev information

15 years agotg.sh: branch_contains(): Using -z instead of wc is faster in the common case
Petr Baudis [Sun, 3 Aug 2008 01:27:01 +0000 (03:27 +0200)]
tg.sh: branch_contains(): Using -z instead of wc is faster in the common case

15 years agotg-update.sh: Fix recursive update shell call
Petr Baudis [Sun, 3 Aug 2008 01:01:37 +0000 (03:01 +0200)]
tg-update.sh: Fix recursive update shell call

The sh -i would not have correct stdin, but tg update did not exit
with an error status on base-head merge conflicts in the first place.

15 years agotg-summary.sh: Simplify (thanks to spearce)
Petr Baudis [Sat, 2 Aug 2008 23:50:23 +0000 (01:50 +0200)]
tg-summary.sh: Simplify (thanks to spearce)

15 years agotg-create.sh: Reword final advice
Petr Baudis [Sat, 2 Aug 2008 20:41:00 +0000 (22:41 +0200)]
tg-create.sh: Reword final advice

The original tone was too agressive.

15 years agoTopGit - A different patch queue manager
Petr Baudis [Sat, 2 Aug 2008 19:17:07 +0000 (21:17 +0200)]
TopGit - A different patch queue manager

Initial commit for TopGit. It is probably still awfully buggy,
but should be actually feature-complete for v0.1 now. The most
basic variants of create, delete, info, patch, summary and update
commands plus a trivial pre-commit hook is available, and we can
deal with recursive updates too.