Commit Briefs

cd95becd3d Stefan Sperling

parse remotes from gitconfig


bd5895f372 Stefan Sperling

Outright forbid reference names with a leading '-'.

Matches behaviour documented in git-repository(5).


6d17833f85 Stefan Sperling

add color support to 'tog diff'


2822a3526b Stefan Sperling

add 'got integrate' command




8e7bd50a82 Stefan Sperling

initial implementation of 'got tag' command



dc424a06a9 Stefan Sperling

initial 'got stage -p' implementation




735ef5acf1 Stefan Sperling

reject staging of out-of-date files


ebf48fd51b Stefan Sperling

handle conflicted files passed to 'got stage'


d3e7c587d4 Stefan Sperling

handle double-staging


24278f3006 Stefan Sperling

make 'got revert' work with staged files


9acbc4faa0 Stefan Sperling

test 'got rm' behaviour on staged files


916f288c7e Stefan Sperling

prevent 'got commit' on branches outside "refs/heads/"

(the only exception is the work tree's temporary histedit branch)




8ca9bd6817 Stefan Sperling

use a dedicated error code for histedit path-prefix error


0ebf8283cd Stefan Sperling

initial 'got histedit' implementation




818c750100 Stefan Sperling

initial 'got rebase' implementation


e09a504cc5 Stefan Sperling

introduce support for abbreviated object IDs