summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-1315-6/+132
* upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-132-4/+50
* upload-pack: split check_unreachable() in two, prep for get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-131-18/+38
* t5500, t5539: tests for shallow depth excluding a refNguyễn Thái Ngọc Duy2016-06-132-0/+43
* clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-132-1/+14
* fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-1311-4/+89
* upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-133-3/+32
* refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-132-1/+8
* t5500, t5539: tests for shallow depth since a specific dateNguyễn Thái Ngọc Duy2016-06-132-0/+49
* clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-132-3/+16
* fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-1310-9/+67
* upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-133-3/+54
* shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-132-0/+80
* fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy2016-06-132-6/+9
* fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy2016-06-131-38/+37
* fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy2016-06-131-46/+42
* fetch-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-131-6/+6
* upload-pack: move rev-list code out of check_non_tip()Nguyễn Thái Ngọc Duy2016-06-131-13/+23
* upload-pack: make check_non_tip() clean things up on errorNguyễn Thái Ngọc Duy2016-06-131-7/+16
* upload-pack: tighten number parsing at "deepen" linesNguyễn Thái Ngọc Duy2016-06-131-2/+2
* upload-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-131-14/+18
* upload-pack: move "unshallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-131-13/+30
* upload-pack: remove unused variable "backup"Nguyễn Thái Ngọc Duy2016-06-131-5/+4
* upload-pack: move "shallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-131-10/+15
* upload-pack: move shallow deepen code out of receive_needs()Nguyễn Thái Ngọc Duy2016-06-131-47/+52
* transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-131-14/+23
* remote-curl.c: convert fetch_git() to use argv_arrayNguyễn Thái Ngọc Duy2016-06-131-28/+18
* tests: remove no-op full-svn-test targetEric Wong2016-02-231-6/+0
* Sync with 2.7.2Junio C Hamano2016-02-222-1/+16
|\
| * Git 2.7.2v2.7.2Junio C Hamano2016-02-223-2/+17
| * Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-226-10/+6
| |\
| * \ Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-221-2/+2
| |\ \
| * \ \ Merge branch 'mm/clean-doc-fix' into maintJunio C Hamano2016-02-221-3/+1
| |\ \ \
| * \ \ \ Merge branch 'dw/mergetool-vim-window-shuffle' into maintJunio C Hamano2016-02-221-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano2016-02-221-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano2016-02-221-0/+5
|\ \ \ \ \ \ \
| * | | | | | | t5505: 'remote add x y' should work when url.y.insteadOf = xjs/git-remote-add-url-insteadof-testJohannes Schindelin2016-02-171-0/+5
* | | | | | | | Merge branch 'jk/config-include'Junio C Hamano2016-02-221-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | git-config: better document default behavior for `--include`jk/config-includeJeff King2016-02-131-1/+3
* | | | | | | | | Merge branch 'ew/connect-verbose'Junio C Hamano2016-02-221-2/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5570: add tests for "git {clone,fetch,pull} -v"ew/connect-verboseEric Wong2016-02-151-2/+20
* | | | | | | | | | Merge branch 'ks/svn-pathnameencoding-4' of git://git.bogomips.org/git-svnJunio C Hamano2016-02-224-14/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-svn: apply "svn.pathnameencoding" before URL encodingKazutoshi Satoda2016-02-222-1/+17
| * | | | | | | | | | git-svn: enable "svn.pathnameencoding" on dcommitKazutoshi Satoda2016-02-222-2/+24
| * | | | | | | | | | git-svn: hoist out utf8 prep from t9129 to lib-git-svnEric Wong2016-02-222-11/+13
* | | | | | | | | | | Merge branch 'pw/completion-stash'Junio C Hamano2016-02-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | completion: fix mis-indentation in _git_stash()pw/completion-stashSZEDER Gábor2016-02-221-2/+2
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2016-02-172-1/+28
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Start preparing for 2.7.2Junio C Hamano2016-02-172-1/+28
| * | | | | | | | | Merge branch 'js/test-lib-windows-emulated-yes' into maintJunio C Hamano2016-02-171-2/+4
| |\ \ \ \ \ \ \ \ \