| Commit message (Expand) | Author | Age |
* | Merge branch 'mh/init-delete-refs-api' | Junio C Hamano | 2015-08-03 |
|\ |
|
| * | initial_ref_transaction_commit(): function for initial ref creation | Michael Haggerty | 2015-06-22 |
* | | Merge branch 'ss/clone-guess-dir-name-simplify' | Junio C Hamano | 2015-07-13 |
|\ \
| |/
|/| |
|
| * | clone: simplify string handling in guess_dir_name() | Sebastian Schuberth | 2015-07-09 |
| * | Merge branch 'jk/clone-dissociate' into maint | Junio C Hamano | 2015-06-16 |
| |\ |
|
| * \ | Merge branch 'mh/clone-verbosity-fix' into maint | Junio C Hamano | 2015-06-05 |
| |\ \ |
|
* | \ \ | Merge branch 'jk/clone-dissociate' | Junio C Hamano | 2015-06-11 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | clone: reorder --dissociate and --reference options | Jeff King | 2015-05-27 |
| * | | | clone: use OPT_STRING_LIST for --reference | Jeff King | 2015-05-27 |
| * | | | Merge branch 'jk/cleanup-failed-clone' into maint | Junio C Hamano | 2015-03-28 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'mh/clone-verbosity-fix' | Junio C Hamano | 2015-05-22 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | clone: call transport_set_verbosity before anything else on the newly created... | Mike Hommey | 2015-05-19 |
| |/ / / |
|
* | | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 |
* | | | | Merge branch 'jk/cleanup-failed-clone' | Junio C Hamano | 2015-03-25 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | clone: drop period from end of die_errno message | Jeff King | 2015-03-19 |
| * | | | clone: initialize atexit cleanup handler earlier | Jeff King | 2015-03-19 |
* | | | | standardize usage info string format | Alex Henrie | 2015-01-14 |
| |_|/
|/| | |
|
* | | | Merge branch 'jc/clone-borrow' | Junio C Hamano | 2015-01-07 |
|\ \ \
| |_|/
|/| | |
|
| * | | clone: --dissociate option to mark that reference is only temporary | Junio C Hamano | 2014-10-15 |
* | | | Merge branch 'eb/no-pthreads' | Junio C Hamano | 2014-10-24 |
|\ \ \ |
|
| * | | | Handle atexit list internaly for unthreaded builds | Etienne Buira | 2014-10-19 |
* | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 |
* | | | | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 2014-10-01 |
|/ / / |
|
* | | | Merge branch 'da/styles' | Junio C Hamano | 2014-09-19 |
|\ \ \ |
|
| * | | | stylefix: asterisks stick to the variable, not the type | David Aguilar | 2014-09-02 |
| |/ / |
|
* | | | Merge branch 'sb/plug-leaks' | Junio C Hamano | 2014-09-09 |
|\ \ \
| |/ /
|/| | |
|
| * | | clone.c: don't leak memory in cmd_clone | Stefan Beller | 2014-08-10 |
| |/ |
|
* | | use local cloning if insteadOf makes a local URL | Michael Barabanov | 2014-07-17 |
* | | Merge branch 'nd/split-index' | Junio C Hamano | 2014-07-16 |
|\ \ |
|
| * | | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 2014-06-13 |
* | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' | Junio C Hamano | 2014-07-10 |
|\ \ \
| | |/
| |/| |
|
| * | | builtin/clone.c: detect a clone starting at a tag correctly | Junio C Hamano | 2014-06-23 |
| |/ |
|
* | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 |
* | | refs.h: rename the action_on_err constants | Michael Haggerty | 2014-04-07 |
|/ |
|
* | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 |
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 |
|\ |
|
| * | clone: use git protocol for cloning shallow repo locally | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | clone: prevent --reference to a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 |
* | | Merge branch 'nd/transport-positive-depth-only' | Junio C Hamano | 2013-12-17 |
|\ \ |
|
| * | | clone,fetch: catch non positive --depth option value | Nguyễn Thái Ngọc Duy | 2013-12-06 |
| * | | Merge branch 'jk/clone-progress-to-stderr' into maint | Junio C Hamano | 2013-10-28 |
| |\ \ |
|
* | | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
| |_|/
|/| | |
|
* | | | Merge branch 'jk/clone-progress-to-stderr' | Junio C Hamano | 2013-10-18 |
|\ \ \
| | |/
| |/| |
|
| * | | clone: always set transport options | Jeff King | 2013-09-18 |
| * | | clone: treat "checking connectivity" like other progress | Jeff King | 2013-09-18 |
| * | | clone: send diagnostic messages to stderr | Jeff King | 2013-09-18 |
* | | | Merge branch 'maint' | Junio C Hamano | 2013-10-15 |
|\ \ \
| | |/
| |/| |
|
| * | | clone --branch: refuse to clone if upstream repo is empty | Ralf Thielow | 2013-10-14 |
| |/ |
|