Code

rebase: refactor reading of state
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Tue, 28 Dec 2010 09:30:19 +0000 (10:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Dec 2010 22:58:51 +0000 (14:58 -0800)
commit19d83240ea83350ae410a36d1db9337a772bbe11
treebc754b88934f69cee5599593755b6e43fe85b302
parent73e18e3c03f7ecdabf9f701650ec8c425f4fb776
rebase: refactor reading of state

The code reading the state saved in $merge_dir or $rebase_dir is
currently spread out in many places, making it harder to read and to
introduce additional state. Extract this code into one method that reads
the state.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh