summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-07-20receive-pack: turn on index-pack resolving progressJeff King1-0/+2
2016-07-20index-pack: add flag for showing delta-resolution progressJeff King1-1/+4
2016-07-20clone: use a real progress meter for connectivity checkJeff King1-4/+1
2016-07-20check_everything_connected: use a struct with named optionsJeff King3-11/+15
2016-07-20rev-list: add optional progress reportingJeff King1-0/+17
2016-07-19Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'Junio C Hamano1-8/+8
2016-07-19Merge branch 'jk/write-file'Junio C Hamano4-60/+17
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano1-1/+1
2016-07-19Merge branch 'nd/fetch-ref-summary'Junio C Hamano1-40/+157
2016-07-19Merge branch 'bc/cocci'Junio C Hamano6-30/+29
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano2-44/+58
2016-07-19Merge branch 'dk/blame-move-no-reason-for-1-line-context'Junio C Hamano1-4/+3
2016-07-18fsck: optionally show more helpful info for broken linksJohannes Schindelin1-4/+38
2016-07-18blame: allow to blame paths freshly added to the indexMike Hommey1-1/+9
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin1-1/+2
2016-07-18fsck: refactor how to describe objectsJohannes Schindelin1-14/+23
2016-07-14push: accept push optionsStefan Beller1-3/+18
2016-07-14receive-pack: implement advertising and receiving push optionsStefan Beller1-0/+30
2016-07-14push options: {pre,post}-receive hook learns about push optionsStefan Beller1-13/+34
2016-07-13Merge branch 'nd/ita-cleanup'Junio C Hamano1-2/+2
2016-07-13Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano1-1/+1
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano9-46/+48
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy1-0/+4
2016-07-13pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy1-7/+8
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy1-1/+1
2016-07-13index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy1-3/+4
2016-07-13index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy1-7/+7
2016-07-13sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy1-2/+2
2016-07-12rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe1-2/+3
2016-07-12pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy1-1/+1
2016-07-11Merge branch 'sb/clone-shallow-passthru' into maintJunio C Hamano1-3/+2
2016-07-11Merge branch 'km/fetch-do-not-free-remote-name' into maintJunio C Hamano1-4/+2
2016-07-11Merge branch 'mj/log-show-signature-conf'Junio C Hamano1-0/+6
2016-07-11Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2-2/+2
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-7/+59
2016-07-08worktree: add "unlock" commandNguyễn Thái Ngọc Duy1-0/+28
2016-07-08worktree: add "lock" commandNguyễn Thái Ngọc Duy1-0/+38
2016-07-08am: counteract gender biasJohannes Schindelin1-8/+8
2016-07-08avoid using sha1_to_hex output as printf formatJeff King1-1/+1
2016-07-08branch: use write_file_buf instead of write_fileJeff King1-1/+1
2016-07-08use write_file_buf where applicableJeff King2-46/+6
2016-07-08branch: use non-gentle write_file for branch descriptionJeff King1-4/+1
2016-07-08am: ignore return value of write_file()René Scharfe1-9/+9
2016-07-08config: fix bogus fd check when setting up default configJeff King1-1/+1
2016-07-06Merge branch 'sb/clone-shallow-passthru'Junio C Hamano1-3/+2
2016-07-06Merge branch 'jk/repack-keep-unreachable'Junio C Hamano2-0/+41
2016-07-06Merge branch 'ew/mboxrd-format-am'Junio C Hamano3-4/+30
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano1-4/+6
2016-07-06Merge branch 'km/fetch-do-not-free-remote-name'Junio C Hamano1-4/+2
2016-07-06Merge branch 'jk/string-list-static-init'Junio C Hamano7-17/+20