Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clone: print advice on checking out detached HEAD | Nguyễn Thái Ngọc Duy | 2012-01-17 | 4 | -16/+20 |
* | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 2012-01-17 | 4 | -3/+46 |
* | clone: refuse to clone if --branch points to bogus ref | Nguyễn Thái Ngọc Duy | 2012-01-17 | 3 | -21/+6 |
* | clone: --branch=<branch> always means refs/heads/<branch> | Nguyễn Thái Ngọc Duy | 2012-01-17 | 1 | -14/+16 |
* | clone: delay cloning until after remote HEAD checking | Nguyễn Thái Ngọc Duy | 2012-01-17 | 2 | -28/+31 |
* | clone: factor out remote ref writing | Nguyễn Thái Ngọc Duy | 2012-01-17 | 1 | -14/+25 |
* | clone: factor out HEAD update code | Nguyễn Thái Ngọc Duy | 2012-01-17 | 1 | -17/+24 |
* | clone: factor out checkout code | Nguyễn Thái Ngọc Duy | 2012-01-17 | 1 | -43/+58 |
* | clone: write detached HEAD in bare repositories | Nguyễn Thái Ngọc Duy | 2012-01-17 | 2 | -7/+27 |
* | t5601: add missing && cascade | Nguyễn Thái Ngọc Duy | 2012-01-17 | 1 | -3/+3 |
* | clone: add --single-branch to fetch only one branch | Nguyễn Thái Ngọc Duy | 2012-01-08 | 3 | -6/+129 |
* | Merge branch 'pw/p4-docs-and-tests' | Junio C Hamano | 2012-01-03 | 10 | -343/+830 |
|\ | |||||
| * | git-p4: document and test submit options | Pete Wyckoff | 2011-12-27 | 3 | -2/+67 |
| * | git-p4: test and document --use-client-spec | Pete Wyckoff | 2011-12-27 | 3 | -2/+55 |
| * | git-p4: test --keep-path | Pete Wyckoff | 2011-12-27 | 1 | -0/+24 |
| * | git-p4: test --max-changes | Pete Wyckoff | 2011-12-27 | 1 | -0/+10 |
| * | git-p4: document and test --import-local | Pete Wyckoff | 2011-12-27 | 2 | -1/+25 |
| * | git-p4: honor --changesfile option and test | Pete Wyckoff | 2011-12-27 | 2 | -1/+38 |
| * | git-p4: document and test clone --branch | Pete Wyckoff | 2011-12-27 | 2 | -1/+20 |
| * | git-p4: test cloning with two dirs, clarify doc | Pete Wyckoff | 2011-12-27 | 2 | -2/+69 |
| * | git-p4: clone does not use --git-dir | Pete Wyckoff | 2011-12-27 | 2 | -1/+36 |
| * | git-p4: introduce asciidoc documentation | Pete Wyckoff | 2011-12-27 | 2 | -302/+455 |
| * | rename git-p4 tests | Pete Wyckoff | 2011-12-27 | 5 | -0/+0 |
* | | Merge branch 'maint' | Junio C Hamano | 2012-01-03 | 5 | -8/+19 |
|\ \ | |||||
| * \ | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2012-01-03 | 3 | -6/+11 |
| |\ \ | |||||
| | * \ | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2012-01-03 | 2 | -5/+5 |
| | |\ \ | |||||
| | | * | | Documentation: read-tree --prefix works with existing subtrees | Clemens Buchacher | 2012-01-01 | 1 | -5/+4 |
| | | * | | Add MYMETA.json to perl/.gitignore | Jack Nagel | 2011-12-29 | 1 | -0/+1 |
| | * | | | docs: describe behavior of relative submodule URLs | Jens Lehmann | 2012-01-03 | 1 | -1/+6 |
| * | | | | fix hang in git fetch if pointed at a 0 length bundle | Brian Harring | 2012-01-03 | 2 | -2/+8 |
* | | | | | Update draft release notes to 1.7.9 | Junio C Hamano | 2011-12-28 | 1 | -72/+4 |
* | | | | | Sync with 1.7.8.2 | Junio C Hamano | 2011-12-28 | 2 | -1/+72 |
|\| | | | | |||||
| * | | | | Git 1.7.8.2v1.7.8.2 | Junio C Hamano | 2011-12-28 | 3 | -2/+73 |
| * | | | | Merge branch 'jv/maint-config-set' into maint | Junio C Hamano | 2011-12-28 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fix an incorrect reference to --set-all. | Jelmer Vernooij | 2011-12-27 | 1 | -1/+1 |
| * | | | | | Merge branch 'jk/follow-rename-score' into maint | Junio C Hamano | 2011-12-28 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/checkout-m-twoway' into maint | Junio C Hamano | 2011-12-28 | 2 | -24/+85 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'tr/doc-sh-setup' into maint | Junio C Hamano | 2011-12-28 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/maint-strbuf-missing-init' into maint | Junio C Hamano | 2011-12-28 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-push-v-is-verbose' into maint | Junio C Hamano | 2011-12-28 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/http-push-to-empty' into maint | Junio C Hamano | 2011-12-28 | 2 | -3/+36 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/doc-fsck' into maint | Junio C Hamano | 2011-12-28 | 1 | -18/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maint | Junio C Hamano | 2011-12-28 | 1 | -10/+50 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ef/setenv-putenv' into maint | Junio C Hamano | 2011-12-28 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/advice-doc' into maint | Junio C Hamano | 2011-12-28 | 1 | -11/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jn/maint-sequencer-fixes' into maint | Junio C Hamano | 2011-12-28 | 6 | -126/+252 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-snprintf-va-copy' into maint | Junio C Hamano | 2011-12-28 | 1 | -2/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-push-over-dav' into maint | Junio C Hamano | 2011-12-28 | 7 | -5/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-mv' into maint | Junio C Hamano | 2011-12-28 | 2 | -4/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/fetch-no-tail-match-refs' into maint | Junio C Hamano | 2011-12-28 | 8 | -41/+48 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |