From 00c5497f190172765cc7a53ff9d8852a26b91676 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 15 Oct 2009 16:52:20 +0200 Subject: repo: made init and clone methods less specific, previously they wanted to do it 'barely' only. New method names closely follow the default git command names --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 296c0fe8..22fe3e28 100644 --- a/CHANGES +++ b/CHANGES @@ -59,7 +59,12 @@ Repo repositories which are likely to have completly different commits. For related repositories, i.e. clones, git-rev-list would be sufficient to find commits that would need to be transferred for example. -* Renamed commits to iter_commits to improve the performance, adjusted signature + - 'create' method which equals the 'init' method's functionality +* Renamed the following methods: + - commits to iter_commits to improve the performance, adjusted signature + - init_bare to init, implying less about the options to be used + - fork_bare to clone, as it was to represent general clone functionality, but implied + a bare clone to be more versatile * 'commits' method has no max-count of returned commits anymore, it now behaves like git-rev-list -- cgit v1.2.1