summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: "git worktree" awarenessew/svn-wtEric Wong2016-10-143-28/+42
* git-svn: reduce scope of input record separator changeEric Wong2016-10-144-20/+27
* Sync with maintJunio C Hamano2016-10-111-0/+45
|\
| * Start preparing for 2.10.2Junio C Hamano2016-10-112-1/+46
| * Merge branch 'jk/verify-packfile-gently' into maintJunio C Hamano2016-10-111-5/+2
| |\
| * \ Merge branch 'jc/worktree-config' into maintJunio C Hamano2016-10-111-0/+2
| |\ \
| * \ \ Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano2016-10-112-8/+30
| |\ \ \
| * \ \ \ Merge branch 'rs/git-gui-use-modern-git-merge-syntax' into maintJunio C Hamano2016-10-111-6/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'kd/mailinfo-quoted-string' into maintJunio C Hamano2016-10-116-33/+159
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'pb/rev-list-reverse-with-count' into maintJunio C Hamano2016-10-111-2/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/blame-abbrev' into maintJunio C Hamano2016-10-111-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/graph-padding-fix' into maintJunio C Hamano2016-10-111-4/+12
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sg/ref-filter-parse-optim' into maintJunio C Hamano2016-10-111-11/+11
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rs/copy-array' into maintJunio C Hamano2016-10-117-9/+40
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'dt/mailinfo' into maintJunio C Hamano2016-10-111-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Ninth batch for 2.11Junio C Hamano2016-10-101-23/+40
* | | | | | | | | | | | | Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-103-5/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."jc/blame-reverseJunio C Hamano2016-06-142-2/+41
| * | | | | | | | | | | | | blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-142-3/+3
* | | | | | | | | | | | | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-1023-224/+890
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | Merge branch 'cp/completion-negative-refs'Junio C Hamano2016-10-101-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | completion: support excluding refscp/completion-negative-refsChris Packham2016-08-241-3/+4
* | | | | | | | | | | | | | | | Merge branch 'dp/autoconf-curl-ssl'Junio C Hamano2016-10-101-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \