summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: teach --recurse-submodules to fetch, pull and pushss/completion-rec-sub-fetch-pushSup Yut Sum2014-02-111-1/+18
* Git 1.9-rc0v1.9-rc0Junio C Hamano2014-01-172-1/+13
* Merge branch 'maint'Junio C Hamano2014-01-170-0/+0
|\
| * git-svn: workaround for a bug in svn serf backendRoman Kagan2014-01-171-2/+8
* | Merge branch 'fp/submodule-checkout-mode'Junio C Hamano2014-01-171-1/+12
|\ \
| * | git-submodule.sh: 'checkout' is a valid update modefp/submodule-checkout-modeFrancesco Pretto2014-01-071-1/+12
* | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-1736-168/+1535
|\ \ \
| * | | 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
* | | | Merge branch 'jk/pull-rebase-using-fork-point'Junio C Hamano2014-01-171-1/+1
|\ \ \ \
| * | | | pull: suppress error when no remoteref is foundjk/pull-rebase-using-fork-pointJohn Keeping2014-01-171-1/+1
* | | | | Sync with 1.8.5.3Junio C Hamano2014-01-133-3/+31
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Git 1.8.5.3v1.8.5.3Junio C Hamano2014-01-134-3/+31
| * | | | Merge branch 'nd/daemon-informative-errors-typofix' into maintJunio C Hamano2014-01-131-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'km/gc-eperm' into maintJunio C Hamano2014-01-131-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/credential-plug-leak' into maintJunio C Hamano2014-01-131-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maintJunio C Hamano2014-01-132-7/+47
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/rev-parse-double-dashes' into maintJunio C Hamano2014-01-132-1/+39
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/cat-file-regression-fix' into maintJunio C Hamano2014-01-132-10/+42
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | pack-heuristics.txt: mark up the file header properlyThomas Ackermann2014-01-131-2/+2
* | | | | | | | | | | Update draft release notes to 1.9Junio C Hamano2014-01-131-0/+15