summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t5537: fix incorrect expectation in test case 10nd/shallow-cloneNguyễn Thái Ngọc Duy2014-01-091-1/+2
* shallow: remove unused codeRamsay Jones2014-01-064-20/+0
* send-pack.c: mark a file-local function staticRamsay Jones2014-01-061-1/+1
* git-clone.txt: remove shallow clone limitationsNguyễn Thái Ngọc Duy2013-12-101-6/+1
* prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-106-2/+71
* clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-102-2/+16
* send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-103-5/+42
* receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-102-3/+35
* smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-106-9/+81
* remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-102-1/+9
* send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-103-4/+43
* receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-105-13/+201
* connected.c: add new variant that runs with --shallow-fileNguyễn Thái Ngọc Duy2013-12-102-8/+36
* add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-105-3/+12
* receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-105-11/+146
* receive-pack: reorder some code in unpack()Nguyễn Thái Ngọc Duy2013-12-101-40/+30
* fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-107-1/+79
* upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy2013-12-104-4/+28
* fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-105-5/+176
* clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-106-7/+71
* fetch-pack.h: one statement per bitfield declarationNguyễn Thái Ngọc Duy2013-12-101-12/+12
* fetch-pack.c: move shallow update code out of fetch_pack()Nguyễn Thái Ngọc Duy2013-12-101-9/+13
* shallow.c: steps 6 and 7 to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-102-0/+297
* shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-104-1/+90
* shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy2013-12-104-11/+24
* connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-106-8/+20
* make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-105-3/+26
* clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+6
* send-pack: forbid pushing from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+3
* remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-106-22/+14
* transport.h: remove send_pack prototype, already defined in send-pack.hNguyễn Thái Ngọc Duy2013-12-101-6/+0
* Git 1.8.5v1.8.5Junio C Hamano2013-11-272-1/+6
* Sync with maintJunio C Hamano2013-11-270-0/+0
|\
| * remote-hg: don't decode UTF-8 paths into Unicode objectsRichard Hansen2013-11-271-1/+1
* | Merge branch 'rh/remote-hg-bzr-updates' (early part)Junio C Hamano2013-11-251-1/+1
|\ \
| * | remote-hg: don't decode UTF-8 paths into Unicode objectsRichard Hansen2013-11-181-1/+1
* | | Git 1.8.5-rc3v1.8.5-rc3Junio C Hamano2013-11-201-1/+1
* | | Sync with 1.8.4.4Junio C Hamano2013-11-202-1/+12
|\ \ \ | | |/ | |/|
| * | Git 1.8.4.4v1.8.4.4Junio C Hamano2013-11-203-2/+13
* | | Merge branch 'mb/relnotes-1.8.5-fix'Junio C Hamano2013-11-201-82/+84
|\ \ \
| * | | RelNotes: spelling & grammar fixesmb/relnotes-1.8.5-fixMarc Branchaud2013-11-181-82/+84
* | | | Merge branch 'nd/literal-pathspecs'Junio C Hamano2013-11-186-5/+30
|\ \ \ \
| * | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecsNguyễn Thái Ngọc Duy2013-10-286-4/+30
* | | | | Merge branch 'maint'Junio C Hamano2013-11-181-1/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Revert "upload-pack: send non-HEAD symbolic refs"Junio C Hamano2013-11-181-1/+0
* | | | | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-11-182-12/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | branch: fix --verbose output column alignmentjx/branch-vv-always-compare-with-upstreamTorstein Hegge2013-11-182-12/+20
* | | | | Git 1.8.5-rc2v1.8.5-rc2Junio C Hamano2013-11-131-1/+1
| |_|_|/ |/| | |
* | | | Merge git://github.com/git-l10n/git-poJunio C Hamano2013-11-127-7412/+9045
|\ \ \ \
| * | | | l10n: de.po: improve error message when pushing to unknown upstreamRalf Thielow2013-11-121-1/+1