aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* submodule_needs_pushing(): explain the behaviour when we cannot answerHeiko Voigt2016-11-16
* batch check whether submodule needs pushing into one callHeiko Voigt2016-11-16
* serialize collection of refs that contain submodule changesHeiko Voigt2016-11-16
* serialize collection of changed submodulesHeiko Voigt2016-11-16
* Ninth batch for 2.11Junio C Hamano2016-10-10
* Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-10
|\
| * blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."Junio C Hamano2016-06-14
| * blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-14
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \
| * | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: split check_unreachable() in two, prep for get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-13
| * | t5500, t5539: tests for shallow depth excluding a refNguyễn Thái Ngọc Duy2016-06-13
| * | clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-13
| * | refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-13
| * | t5500, t5539: tests for shallow depth since a specific dateNguyễn Thái Ngọc Duy2016-06-13
| * | clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
| * | fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-13
| * | shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: move rev-list code out of check_non_tip()Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: make check_non_tip() clean things up on errorNguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: tighten number parsing at "deepen" linesNguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: move "unshallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: remove unused variable "backup"Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: move "shallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-13
| * | upload-pack: move shallow deepen code out of receive_needs()Nguyễn Thái Ngọc Duy2016-06-13
| * | transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-13
| * | remote-curl.c: convert fetch_git() to use argv_arrayNguyễn Thái Ngọc Duy2016-06-13
* | | Merge branch 'cp/completion-negative-refs'Junio C Hamano2016-10-10
|\ \ \
| * | | completion: support excluding refsChris Packham2016-08-24
* | | | Merge branch 'dp/autoconf-curl-ssl'Junio C Hamano2016-10-10
|\ \ \ \
| * | | | ./configure.ac: detect SSL in libcurl using curl-configДилян Палаузов2016-06-28
* | | | | Merge branch 'ak/curl-imap-send-explicit-scheme'Junio C Hamano2016-10-10
|\ \ \ \ \
| * | | | | imap-send: Tell cURL to use imap:// or imaps://Anders Kaseorg2016-08-17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-10
|\ \ \ \ \
| * | | | | pack-objects: use mru list when iterating over packsJeff King2016-08-11
| * | | | | pack-objects: break delta cycles before delta-search phaseJeff King2016-08-11
| * | | | | sha1_file: make packed_object_info publicJeff King2016-08-11
| * | | | | provide an initializer for "struct object_info"Jeff King2016-08-11
* | | | | | Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\ \ \ \ \ \
| * | | | | | show-branch: use QSORTRené Scharfe2016-10-03
| * | | | | | use QSORT, part 2René Scharfe2016-09-29