summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* strbuf: give strbuf_getline() to the "most text friendly" variantjc/strbuf-getlineJunio C Hamano2016-01-151-4/+4
* checkout-index: there are only two possible line terminationsJunio C Hamano2016-01-151-8/+8
* update-index: there are only two possible line terminationsJunio C Hamano2016-01-151-11/+16
* check-ignore: there are only two possible line terminationsJunio C Hamano2016-01-151-3/+4
* check-attr: there are only two possible line terminationsJunio C Hamano2016-01-151-3/+4
* mktree: there are only two possible line terminationsJunio C Hamano2016-01-151-6/+8
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-1515-24/+24
* strbuf: make strbuf_getline_crlf() globalJunio C Hamano2016-01-141-15/+0
* Merge branch 'jk/symbolic-ref-maint'Junio C Hamano2015-12-281-1/+1
|\
| * symbolic-ref: propagate error code from create_symref()Jeff King2015-12-211-1/+1
* | push: don't mark options of recurse-submodules for translationRalf Thielow2015-12-221-1/+1
* | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-211-0/+5
|\ \
| * | format-patch: add an option to suppress commit hashbrian m. carlson2015-12-151-0/+5
* | | Merge branch 'mc/push-recurse-submodules-config'Junio C Hamano2015-12-211-16/+19
|\ \ \
| * | | push: follow the "last one wins" convention for --recurse-submodulesmc/push-recurse-submodules-configMike Crowe2015-12-041-9/+3
| * | | push: add recurseSubmodules config optionMike Crowe2015-11-201-15/+24
* | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-1037-279/+281
|\ \ \ \ | | |/ / | |/| |
| * | | Remove get_object_hash.brian m. carlson2015-11-2027-107/+107
| * | | Convert struct object to object_idbrian m. carlson2015-11-2025-125/+125
| * | | Add several uses of get_object_hash.brian m. carlson2015-11-2026-109/+109
| * | | ref_newer: convert to use struct object_idbrian m. carlson2015-11-201-1/+1
| * | | add_sought_entry_mem: convert to struct object_idbrian m. carlson2015-11-201-6/+8
| * | | Convert struct ref to use object_id.brian m. carlson2015-11-206-43/+43
| |/ /
* | | Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-081-12/+0
|\ \ \
| * | | initdb: make safe_create_dir publicDavid Turner2015-11-201-12/+0
* | | | Merge branch 'rs/parseopt-short-help'Junio C Hamano2015-12-042-27/+2
|\ \ \ \
| * | | | show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPrs/parseopt-short-helpRené Scharfe2015-11-201-11/+1
| * | | | grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-201-16/+1
| | |/ / | |/| |
* | | | Merge branch 'mk/blame-first-parent'Jeff King2015-12-011-16/+14
|\ \ \ \
| * | | | blame: fix object casting regressionJeff King2015-11-241-16/+14
* | | | | Merge branch 'maint'Jeff King2015-12-011-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | allow hooks to ignore their standard input streamcb/hook-sigpipeClemens Buchacher2015-11-161-0/+3
| * | | | Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-051-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/add-u-A-default-to-top' into maintJunio C Hamano2015-11-051-7/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'nd/clone-linked-checkout' into maintJunio C Hamano2015-11-051-3/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'es/worktree-add' into maintJunio C Hamano2015-11-041-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mk/blame-error-message' into maintJunio C Hamano2015-11-031-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/merge-file-exit-code' into maintJunio C Hamano2015-11-031-0/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/am-3-fallback-regression-fix' into maintJunio C Hamano2015-11-031-16/+33
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/usage-stdin' into maintJunio C Hamano2015-11-0311-12/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rt/placeholder-in-usage' into maintJunio C Hamano2015-11-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/gc-auto-background-fix' into maintJunio C Hamano2015-11-031-1/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/clone-dissociate' into maintJunio C Hamano2015-11-031-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tk/stripspace' into maintJunio C Hamano2015-11-037-102/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/repository-extension' into maintJunio C Hamano2015-11-033-9/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lf/ref-is-hidden-namespace'Jeff King2015-11-201-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | hideRefs: add support for matching full refsLukas Fleischer2015-11-051-6/+21
* | | | | | | | | | | | | | | | | | | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-202-2/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | gc: remove garbage .idx files from pack dirdk/gc-idx-wo-packDoug Kelly2015-11-041-0/+21
| * | | | | | | | | | | | | | | | | | prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-171-2/+24