Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/maint-clone-shared-no-connectivity-validation' | Junio C Hamano | 2013-07-18 | 1 | -9/+12 |
|\ | |||||
| * | clone: drop connectivity check for local clonesjk/maint-clone-shared-no-connectivity-validation | Jeff King | 2013-07-08 | 1 | -4/+7 |
* | | Merge branch 'ms/remote-tracking-branches-in-doc' | Junio C Hamano | 2013-07-12 | 1 | -1/+1 |
|\ \ | |||||
| * | | Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-doc | Michael Schubert | 2013-07-03 | 1 | -1/+1 |
* | | | refs: implement simple transactions for the packed-refs file | Michael Haggerty | 2013-06-20 | 1 | -1/+4 |
* | | | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 2013-06-06 | 1 | -3/+12 |
|\ \ \ | |||||
| * | | | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 2013-05-28 | 1 | -3/+8 |
| |/ / | |||||
| * | | clone: let the user know when check_everything_connected is run | Nguyễn Thái Ngọc Duy | 2013-05-11 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'nd/clone-local-with-colon' | Junio C Hamano | 2013-06-02 | 1 | -0/+2 |
|\ \ | |||||
| * | | clone: allow cloning local paths with colons in them | Nguyễn Thái Ngọc Duy | 2013-05-07 | 1 | -0/+2 |
* | | | Merge branch 'mh/packed-refs-various' | Junio C Hamano | 2013-05-29 | 1 | -1/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} | Michael Haggerty | 2013-05-01 | 1 | -1/+0 |
| * | | Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maint | Junio C Hamano | 2013-02-25 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maint | Junio C Hamano | 2013-01-14 | 1 | -1/+3 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 2013-04-28 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | clone: Make the 'junk_mode' symbol a file static | Ramsay Jones | 2013-04-28 | 1 | -1/+1 |
* | | | | | | clone: Allow repo using gitfile as a reference | Aaron Schrab | 2013-04-09 | 1 | -2/+12 |
* | | | | | | clone: Fix error message for reference repository | Aaron Schrab | 2013-04-08 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | clone: leave repo in place after checkout errors | Jeff King | 2013-03-29 | 1 | -1/+24 |
* | | | | | clone: run check_everything_connected | Jeff King | 2013-03-27 | 1 | -0/+26 |
* | | | | | clone: die on errors from unpack_trees | Jeff King | 2013-03-27 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'jc/no-git-config-in-clone' | Junio C Hamano | 2013-02-01 | 1 | -9/+0 |
|\ \ \ \ | |||||
| * | | | | clone: do not export and unexport GIT_CONFIG | Junio C Hamano | 2013-01-11 | 1 | -9/+0 |
* | | | | | Merge branch 'nd/clone-no-separate-git-dir-with-bare' | Junio C Hamano | 2013-01-21 | 1 | -0/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | clone: forbid --bare --separate-git-dir <dir> | Nguyễn Thái Ngọc Duy | 2013-01-10 | 1 | -0/+2 |
| * | | | | Merge branch 'rt/maint-clone-single' into maint | Junio C Hamano | 2012-10-08 | 1 | -14/+51 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' | Junio C Hamano | 2013-01-10 | 1 | -1/+3 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | clone: support atomic operation with --separate-git-dir | Jens Lehmann | 2013-01-05 | 1 | -1/+3 |
* | | | | | Merge branch 'rt/maint-clone-single' | Junio C Hamano | 2012-10-01 | 1 | -14/+51 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | clone --single: limit the fetch refspec to fetched branch | Ralf Thielow | 2012-09-20 | 1 | -14/+51 |
| * | | | | Merge branch 'ar/clone-honor-umask-at-top' into maint | Junio C Hamano | 2012-07-22 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'rj/path-cleanup' | Junio C Hamano | 2012-09-14 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Call mkpathdup() rather than xstrdup(mkpath(...)) | Ramsay Jones | 2012-09-04 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | i18n: clone: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -28/+28 |
|/ / / / / | |||||
* | | | | | Merge branch 'ar/clone-honor-umask-at-top' | Junio C Hamano | 2012-07-15 | 1 | -1/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Restore umasks influence on the permissions of work tree created by clone | Alex Riesen | 2012-07-09 | 1 | -1/+1 |
| * | | | | Merge branch 'cb/transfer-no-progress' into maint | Junio C Hamano | 2012-02-21 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 2012-02-21 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'nd/clone-single-fix' | Junio C Hamano | 2012-07-04 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 | 1 | -2/+5 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | clone: allow --no-local to turn off local optimizations | Jeff King | 2012-05-30 | 1 | -5/+5 |
|/ / / / / | |||||
* | | | | | Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress... | Junio C Hamano | 2012-05-07 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | clone: fix progress-regression | Erik Faye-Lund | 2012-05-07 | 1 | -1/+1 |
| * | | | | | Merge branch 'jc/maint-clone-alternates' into maint | Junio C Hamano | 2011-09-23 | 1 | -29/+90 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'cb/transfer-no-progress' | Junio C Hamano | 2012-02-20 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progress | Clemens Buchacher | 2012-02-13 | 1 | -3/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/git-dir-lookup' | Junio C Hamano | 2012-02-14 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | standardize and improve lookup rules for external local reposjk/git-dir-lookup | Jeff King | 2012-02-02 | 1 | -2/+2 |
* | | | | | | clone: do not add alternate references to extra_refs | Michael Haggerty | 2012-02-12 | 1 | -12/+0 |
* | | | | | | clone.c: move more code into the "if (refs)" conditional | Michael Haggerty | 2012-02-12 | 1 | -19/+20 |