| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-03-30 | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 1 | -7/+43 |
| 2017-03-18 | clone: teach --recurse-submodules to optionally take a pathspec | Brandon Williams | 1 | -7/+43 |
| 2017-02-22 | builtin/clone: convert to struct object_id | brian m. carlson | 1 | -5/+5 |
| 2017-02-02 | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 1 | -2/+2 |
| 2017-01-27 | use absolute_pathdup() | René Scharfe | 1 | -2/+2 |
| 2016-12-19 | Merge branch 'jc/lock-report-on-error' | Junio C Hamano | 1 | -1/+1 |
| 2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -1/+1 |
| 2016-12-05 | clone,fetch: explain the shallow-clone option a little more clearly | Alex Henrie | 1 | -1/+1 |
| 2016-10-28 | Merge branch 'jk/clone-copy-alternates-fix' into maint | Junio C Hamano | 1 | -2/+5 |
| 2016-10-17 | Merge branch 'jk/clone-copy-alternates-fix' | Junio C Hamano | 1 | -2/+5 |
| 2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -3/+21 |
| 2016-10-05 | clone: detect errors in normalize_path_copy | Jeff King | 1 | -2/+5 |
| 2016-10-03 | Merge branch 'nd/init-core-worktree-in-multi-worktree-world' | Junio C Hamano | 1 | -8/+6 |
| 2016-09-25 | init: call set_git_dir_init() from within init_db() | Nguyễn Thái Ngọc Duy | 1 | -8/+7 |
| 2016-09-22 | clone: pass --progress decision to recursive submodules | Jeff King | 1 | -2/+14 |
| 2016-08-17 | clone: recursive and reference option triggers submodule alternates | Stefan Beller | 1 | -0/+19 |
| 2016-08-15 | clone: implement optional references | Stefan Beller | 1 | -10/+25 |
| 2016-08-15 | clone: clarify option_reference as required | Stefan Beller | 1 | -4/+4 |
| 2016-08-15 | clone: factor out checking for an alternate path | Stefan Beller | 1 | -34/+9 |
| 2016-07-20 | clone: use a real progress meter for connectivity check | Jeff King | 1 | -4/+1 |
| 2016-07-20 | check_everything_connected: use a struct with named options | Jeff King | 1 | -2/+5 |
| 2016-07-06 | Merge branch 'sb/clone-shallow-passthru' | Junio C Hamano | 1 | -3/+2 |
| 2016-06-20 | clone: do not let --depth imply --shallow-submodules | Junio C Hamano | 1 | -3/+2 |
| 2016-06-13 | clone: define shallow clone boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
| 2016-06-13 | clone: define shallow clone boundary based on time with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -3/+13 |
| 2016-06-13 | use string_list initializer consistently | Jeff King | 1 | -2/+2 |
| 2016-05-06 | Merge branch 'sb/clone-shallow-passthru' | Junio C Hamano | 1 | -0/+7 |
| 2016-04-26 | clone: add `--shallow-submodules` flag | Stefan Beller | 1 | -0/+7 |
| 2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -6/+13 |
| 2016-03-01 | clone: allow an explicit argument for parallel submodule clones | Stefan Beller | 1 | -6/+13 |
| 2016-02-29 | builtin/clone.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
| 2016-02-26 | Merge branch 'ps/config-error' | Junio C Hamano | 1 | -1/+1 |
| 2016-02-24 | Merge branch 'ew/force-ipv4' | Junio C Hamano | 1 | -0/+6 |
| 2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 1 | -4/+4 |
| 2016-02-22 | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 1 | -1/+1 |
| 2016-02-22 | clone: die on config error in cmd_clone | Patrick Steinhardt | 1 | -4/+4 |
| 2016-02-12 | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 1 | -0/+6 |
| 2016-02-03 | Merge branch 'jc/peace-with-crlf' | Junio C Hamano | 1 | -1/+1 |
| 2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | clone/sha1_file: read info/alternates with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-12 | checkout,clone: check return value of create_symref | Jeff King | 1 | -4/+7 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
| 2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -8/+8 |
| 2015-10-22 | clone: allow "--dissociate" without reference | Alex Riesen | 1 | -8/+8 |
| 2015-10-15 | Merge branch 'js/clone-dissociate' | Junio C Hamano | 1 | -1/+3 |
| 2015-10-07 | clone --dissociate: avoid locking pack files | Johannes Schindelin | 1 | -1/+3 |
| 2015-09-28 | clone: better error when --reference is a linked checkout | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
| 2015-09-28 | clone: allow --local from a linked checkout | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -14/+29 |
| 2015-08-19 | Merge branch 'ps/guess-repo-name-at-root' | Junio C Hamano | 1 | -10/+52 |
| 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 |
| 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 |
| 2013-02-25 | Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maint | Junio C Hamano | 1 | -0/+2 |
| 2013-02-01 | Merge branch 'jc/no-git-config-in-clone' | Junio C Hamano | 1 | -9/+0 |
| 2013-01-21 | Merge branch 'nd/clone-no-separate-git-dir-with-bare' | Junio C Hamano | 1 | -0/+2 |
| 2013-01-14 | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maint | Junio C Hamano | 1 | -1/+3 |
| 2013-01-11 | clone: do not export and unexport GIT_CONFIG | Junio C Hamano | 1 | -9/+0 |
| 2013-01-10 | clone: forbid --bare --separate-git-dir <dir> | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2013-01-10 | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' | Junio C Hamano | 1 | -1/+3 |
| 2013-01-05 | clone: support atomic operation with --separate-git-dir | Jens Lehmann | 1 | -1/+3 |
| 2012-10-08 | Merge branch 'rt/maint-clone-single' into maint | Junio C Hamano | 1 | -14/+51 |
| 2012-10-01 | Merge branch 'rt/maint-clone-single' | Junio C Hamano | 1 | -14/+51 |
| 2012-09-20 | clone --single: limit the fetch refspec to fetched branch | Ralf Thielow | 1 | -14/+51 |
| 2012-09-14 | Merge branch 'rj/path-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2012-09-04 | Call mkpathdup() rather than xstrdup(mkpath(...)) | Ramsay Jones | 1 | -2/+2 |
| 2012-08-20 | i18n: clone: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -28/+28 |
| 2012-07-22 | Merge branch 'ar/clone-honor-umask-at-top' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-07-15 | Merge branch 'ar/clone-honor-umask-at-top' | Junio C Hamano | 1 | -1/+1 |
| 2012-07-09 | Restore umasks influence on the permissions of work tree created by clone | Alex Riesen | 1 | -1/+1 |
| 2012-07-04 | Merge branch 'nd/clone-single-fix' | Junio C Hamano | 1 | -2/+5 |
| 2012-06-22 | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
| 2012-05-30 | clone: allow --no-local to turn off local optimizations | Jeff King | 1 | -5/+5 |
| 2012-05-07 | Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress... | Junio C Hamano | 1 | -1/+1 |
| 2012-05-07 | clone: fix progress-regression | Erik Faye-Lund | 1 | -1/+1 |
| 2012-02-21 | Merge branch 'cb/transfer-no-progress' into maint | Junio C Hamano | 1 | -3/+3 |
| 2012-02-21 | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 1 | -2/+2 |
| 2012-02-20 | Merge branch 'cb/transfer-no-progress' | Junio C Hamano | 1 | -3/+3 |
| 2012-02-14 | Merge branch 'jk/git-dir-lookup' | Junio C Hamano | 1 | -2/+2 |
| 2012-02-13 | push/fetch/clone --no-progress suppresses progress output | Clemens Buchacher | 1 | -3/+3 |
| 2012-02-12 | clone: do not add alternate references to extra_refs | Michael Haggerty | 1 | -12/+0 |
| 2012-02-12 | clone.c: move more code into the "if (refs)" conditional | Michael Haggerty | 1 | -19/+20 |
| 2012-02-02 | standardize and improve lookup rules for external local repos | Jeff King | 1 | -2/+2 |
| 2012-01-31 | Merge branch 'nd/clone-detached' | Junio C Hamano | 1 | -125/+182 |
| 2012-01-29 | Merge branch 'mh/ref-clone-without-extra-refs' | Junio C Hamano | 1 | -2/+1 |
| 2012-01-24 | clone: fix up delay cloning conditions | Nguyễn Thái Ngọc Duy | 1 | -6/+14 |
| 2012-01-17 | write_remote_refs(): create packed (rather than extra) refs | Michael Haggerty | 1 | -2/+1 |
| 2012-01-16 | clone: print advice on checking out detached HEAD | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2012-01-16 | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 1 | -1/+19 |
| 2012-01-16 | clone: refuse to clone if --branch points to bogus ref | Nguyễn Thái Ngọc Duy | 1 | -8/+4 |
| 2012-01-16 | clone: --branch=<branch> always means refs/heads/<branch> | Nguyễn Thái Ngọc Duy | 1 | -14/+16 |
| 2012-01-16 | clone: delay cloning until after remote HEAD checking | Nguyễn Thái Ngọc Duy | 1 | -27/+27 |
| 2012-01-16 | clone: factor out remote ref writing | Nguyễn Thái Ngọc Duy | 1 | -14/+25 |
| 2012-01-16 | clone: factor out HEAD update code | Nguyễn Thái Ngọc Duy | 1 | -17/+24 |
| 2012-01-16 | clone: factor out checkout code | Nguyễn Thái Ngọc Duy | 1 | -43/+58 |
| 2012-01-16 | clone: write detached HEAD in bare repositories | Nguyễn Thái Ngọc Duy | 1 | -6/+3 |
| 2012-01-08 | clone: add --single-branch to fetch only one branch | Nguyễn Thái Ngọc Duy | 1 | -4/+48 |
| 2011-12-21 | clone: the -o option has nothing to do with <branch> | Carlos Martín Nieto | 1 | -2/+2 |
| 2011-10-27 | clone: Quote user supplied path in a single quote pair | Richard Hartmann | 1 | -2/+2 |
| 2011-09-23 | Merge branch 'jc/maint-clone-alternates' into maint | Junio C Hamano | 1 | -29/+90 |
| 2011-08-28 | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 1 | -1/+18 |
| 2011-08-28 | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 1 | -29/+90 |
| 2011-08-23 | clone: clone from a repository with relative alternates | Junio C Hamano | 1 | -23/+68 |
| 2011-08-22 | clone: allow more than one --reference | Junio C Hamano | 1 | -8/+24 |
| 2011-08-22 | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 1 | -1/+18 |
| 2011-08-01 | Merge branch 'jk/clone-detached' | Junio C Hamano | 1 | -3/+7 |
| 2011-06-22 | clone: accept config options on the command line | Jeff King | 1 | -1/+20 |
| 2011-06-07 | clone: always fetch remote HEAD | Jeff King | 1 | -3/+7 |
| 2011-05-31 | Merge branch 'ab/i18n-fixup' into maint | Junio C Hamano | 1 | -1/+1 |
| 2011-05-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2011-05-25 | init/clone: remove short option -L and document --separate-git-dir | Nguyen Thai Ngoc Duy | 1 | -1/+1 |
| 2011-04-12 | i18n: mark clone nonexistent repository message for translation | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-04-01 | Merge branch 'nd/init-gitdir' | Junio C Hamano | 1 | -1/+7 |
| 2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -30/+33 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2011-03-19 | Merge branch 'jk/trace-sifter' | Junio C Hamano | 1 | -0/+1 |
| 2011-03-19 | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
| 2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -5/+5 |
| 2011-03-16 | Merge branch 'jk/fail-null-clone' into maint | Junio C Hamano | 1 | -1/+1 |
| 2011-03-09 | i18n: git-clone "Cloning into" message | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2011-03-09 | i18n: git-clone "Cloning into" message | Ævar Arnfjörð Bjarmason | 1 | -3/+6 |
| 2011-03-09 | i18n: git-clone basic messages | Ævar Arnfjörð Bjarmason | 1 | -27/+27 |
| 2011-03-08 | add packet tracing debug code | Jeff King | 1 | -0/+1 |