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