aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* apply: make some names more specificChristian Couder2016-08-11
* Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-28
|\
| * fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy2016-07-13
| * pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy2016-07-13
| * index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy2016-07-13
| * index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy2016-07-13
| * index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy2016-07-13
| * sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy2016-07-13
| * pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2016-07-12
* | Merge branch 'nd/worktree-lock'Junio C Hamano2016-07-28
|\ \
| * | worktree: add "unlock" commandNguyễn Thái Ngọc Duy2016-07-08
| * | worktree: add "lock" commandNguyễn Thái Ngọc Duy2016-07-08
* | | Merge branch 'mh/blame-worktree'Junio C Hamano2016-07-25
|\ \ \
| * | | blame: allow to blame paths freshly added to the indexMike Hommey2016-07-18
| | |/ | |/|
* | | Merge branch 'js/fsck-name-object'Junio C Hamano2016-07-25
|\ \ \
| * | | fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-18
| * | | fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin2016-07-18
| * | | fsck: refactor how to describe objectsJohannes Schindelin2016-07-18
* | | | Merge branch 'rs/rm-strbuf-optim'Junio C Hamano2016-07-25
|\ \ \ \
| * | | | rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe2016-07-12
* | | | | Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-25
|\ \ \ \ \
| * | | | | remote rm: handle symbolic refs correctlyMichael Haggerty2016-06-20
| * | | | | delete_refs(): add a flags argumentMichael Haggerty2016-06-20
* | | | | | Merge branch 'mh/split-under-lock'Junio C Hamano2016-07-25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | delete_branches(): use resolve_refdup()Michael Haggerty2016-06-13
* | | | | | Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'Junio C Hamano2016-07-19
|\ \ \ \ \ \
| * | | | | | am: counteract gender biasJohannes Schindelin2016-07-08
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/write-file'Junio C Hamano2016-07-19
|\ \ \ \ \ \
| * | | | | | branch: use write_file_buf instead of write_fileJeff King2016-07-08
| * | | | | | use write_file_buf where applicableJeff King2016-07-08
| * | | | | | branch: use non-gentle write_file for branch descriptionJeff King2016-07-08
| * | | | | | am: ignore return value of write_file()René Scharfe2016-07-08
| * | | | | | config: fix bogus fd check when setting up default configJeff King2016-07-08
* | | | | | | Merge branch 'jk/printf-format'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \
| * | | | | | | avoid using sha1_to_hex output as printf formatJeff King2016-07-08
* | | | | | | | Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy2016-07-06
| * | | | | | | | fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy2016-07-06
| * | | | | | | | fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy2016-06-27
| * | | | | | | | fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy2016-06-27
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'bc/cocci'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \
| * | | | | | | | merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson2016-06-28
| * | | | | | | | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
| * | | | | | | | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-28
| * | | | | | | | coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson2016-06-28
| |/ / / / / / /
* | | | | | | | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \
| * | | | | | | | shortlog: respect the --output=<file> settingJohannes Schindelin2016-06-24
| * | | | | | | | format-patch: use stdout directlyJohannes Schindelin2016-06-24
| * | | | | | | | format-patch: avoid freopen()Johannes Schindelin2016-06-24
| * | | | | | | | format-patch: explicitly switch off color when writing to filesJohannes Schindelin2016-06-24