Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-10-18 | Merge branch 'jk/clone-progress-to-stderr' | Junio C Hamano | 1 | -23/+21 |
2013-10-15 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+4 |
2013-10-14 | clone --branch: refuse to clone if upstream repo is empty | Ralf Thielow | 1 | -0/+4 |
2013-09-24 | clone: add a period after "done" to end the sentence | Sebastian Schuberth | 1 | -1/+1 |
2013-09-18 | clone: always set transport options | Jeff King | 1 | -16/+14 |
2013-09-18 | clone: treat "checking connectivity" like other progress | Jeff King | 1 | -2/+2 |
2013-09-18 | clone: send diagnostic messages to stderr | Jeff King | 1 | -5/+5 |
2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -8/+8 |
2013-08-05 | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 1 | -4/+3 |
2013-07-18 | Merge branch 'jk/maint-clone-shared-no-connectivity-validation' | Junio C Hamano | 1 | -9/+12 |
2013-07-12 | Merge branch 'ms/remote-tracking-branches-in-doc' | Junio C Hamano | 1 | -1/+1 |
2013-07-08 | clone: drop connectivity check for local clones | Jeff King | 1 | -4/+7 |
2013-07-03 | Change "remote tracking" to "remote-tracking" | Michael Schubert | 1 | -1/+1 |
2013-06-20 | refs: implement simple transactions for the packed-refs file | Michael Haggerty | 1 | -1/+4 |
2013-06-06 | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 1 | -3/+12 |
2013-06-02 | Merge branch 'nd/clone-local-with-colon' | Junio C Hamano | 1 | -0/+2 |
2013-05-29 | Merge branch 'mh/packed-refs-various' | Junio C Hamano | 1 | -1/+0 |
2013-05-28 | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 1 | -3/+8 |
2013-05-11 | clone: let the user know when check_everything_connected is run | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2013-05-07 | clone: allow cloning local paths with colons in them | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-05-01 | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} | Michael Haggerty | 1 | -1/+0 |
2013-04-28 | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 1 | -1/+1 |
2013-04-28 | clone: Make the 'junk_mode' symbol a file static | Ramsay Jones | 1 | -1/+1 |
2013-04-09 | clone: Allow repo using gitfile as a reference | Aaron Schrab | 1 | -2/+12 |
2013-04-08 | clone: Fix error message for reference repository | Aaron Schrab | 1 | -1/+1 |
2013-03-29 | clone: leave repo in place after checkout errors | Jeff King | 1 | -1/+24 |
2013-03-27 | clone: run check_everything_connected | Jeff King | 1 | -0/+26 |
2013-03-27 | clone: die on errors from unpack_trees | Jeff King | 1 | -1/+2 |