summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin
2016-07-18fsck: refactor how to describe objectsJohannes Schindelin
2016-07-14push: accept push optionsStefan Beller
2016-07-14receive-pack: implement advertising and receiving push optionsStefan Beller
2016-07-14push options: {pre,post}-receive hook learns about push optionsStefan Beller
2016-07-13Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-07-13Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy
2016-07-13pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy
2016-07-13index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy
2016-07-13index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy
2016-07-13sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy
2016-07-12rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe
2016-07-12pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy
2016-07-11Merge branch 'sb/clone-shallow-passthru' into maintJunio C Hamano
2016-07-11Merge branch 'km/fetch-do-not-free-remote-name' into maintJunio C Hamano
2016-07-11Merge branch 'mj/log-show-signature-conf'Junio C Hamano
2016-07-11Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano
2016-07-08worktree: add "unlock" commandNguyễn Thái Ngọc Duy
2016-07-08worktree: add "lock" commandNguyễn Thái Ngọc Duy
2016-07-08am: counteract gender biasJohannes Schindelin
2016-07-08avoid using sha1_to_hex output as printf formatJeff King
2016-07-08branch: use write_file_buf instead of write_fileJeff King
2016-07-08use write_file_buf where applicableJeff King
2016-07-08branch: use non-gentle write_file for branch descriptionJeff King
2016-07-08am: ignore return value of write_file()René Scharfe
2016-07-08config: fix bogus fd check when setting up default configJeff King
2016-07-06Merge branch 'sb/clone-shallow-passthru'Junio C Hamano
2016-07-06Merge branch 'jk/repack-keep-unreachable'Junio C Hamano
2016-07-06Merge branch 'ew/mboxrd-format-am'Junio C Hamano
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano
2016-07-06Merge branch 'km/fetch-do-not-free-remote-name'Junio C Hamano
2016-07-06Merge branch 'jk/string-list-static-init'Junio C Hamano
2016-07-06Merge branch 'pb/commit-editmsg-path'Junio C Hamano
2016-07-06Merge branch 'jc/deref-tag' into maintJunio C Hamano
2016-07-06Merge branch 'et/add-chmod-x' into maintJunio C Hamano
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy
2016-07-06fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy
2016-07-06parse_options: allocate a new array when concatenatingJeff King
2016-07-01grep: fix grepping for "intent to add" filesCharles Bailey
2016-06-29reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin
2016-06-28merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-06-28coccinelle: apply object_id Coccinelle transformationsbrian m. carlson
2016-06-28coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson
2016-06-27fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy