summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-016-14/+7
* Merge branch 'ab/fsck-api-cleanup'Junio C Hamano2021-06-021-1/+2
|\
| * builtin/fsck.c: don't conflate "int" and "enum" in callbackÆvar Arnfjörð Bjarmason2021-06-021-1/+2
* | Merge branch 'ab/pack-linkage-fix'Junio C Hamano2021-05-271-7/+167
|\ \
| * | pack-objects: move static inline from a header to the sole consumerÆvar Arnfjörð Bjarmason2021-05-271-7/+167
* | | Merge branch 'mt/init-template-userpath-fix'Junio C Hamano2021-05-251-1/+2
|\ \ \
| * | | init: fix bug regarding ~/ expansion in init.templateDirMatheus Tavares2021-05-251-1/+2
* | | | Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano2021-05-221-4/+1
|\ \ \ \
| * | | | stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu2021-05-221-4/+1
* | | | | Merge branch 'wm/rev-parse-path-format-wo-arg'Junio C Hamano2021-05-221-0/+2
|\ \ \ \ \
| * | | | | rev-parse: fix segfault with missing --path-format argumentWolfgang Müller2021-05-171-0/+2
* | | | | | Merge branch 'en/dir-traversal'Junio C Hamano2021-05-203-6/+5
|\ \ \ \ \ \
| * | | | | | dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-132-6/+2
| * | | | | | ls-files: error out on -i unless -o or -c are specifiedElijah Newren2021-05-131-0/+3
| |/ / / / /
* | | | | | Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano2021-05-161-2/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | stash show: fix segfault with --{include,only}-untrackedDenton Liu2021-05-131-2/+6
* | | | | | Merge branch 'lh/maintenance-leakfix'Junio C Hamano2021-05-161-2/+8
|\ \ \ \ \ \
| * | | | | | maintenance: fix two memory leaksLénaïc Huard2021-05-121-2/+8
* | | | | | | Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2021-05-162-33/+133
|\ \ \ \ \ \ \
| * | | | | | | am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh2021-05-101-0/+51
| * | | | | | | mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh2021-05-101-0/+12
| * | | | | | | mailinfo: stop parsing options manuallyĐoàn Trần Công Danh2021-05-071-30/+45
| * | | | | | | mailinfo: load default metainfo_charset lazilyĐoàn Trần Công Danh2021-05-071-9/+31
* | | | | | | | Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-164-15/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | checkout-index: add parallel checkout supportMatheus Tavares2021-05-051-9/+15
| * | | | | | | | builtin/checkout.c: complete parallel checkout supportMatheus Tavares2021-05-051-4/+17
| * | | | | | | | make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-053-3/+3
* | | | | | | | | Merge branch 'jt/push-negotiation'Junio C Hamano2021-05-161-1/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fetch: teach independent negotiation (no packfile)Jonathan Tan2021-05-051-1/+26
* | | | | | | | | | Merge branch 'mt/clean-clean'Junio C Hamano2021-05-141-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clean: remove unnecessary variableMatheus Tavares2021-05-071-3/+1
* | | | | | | | | | | Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano2021-05-141-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add: die if both --dry-run and --interactive are givenØystein Walle2021-05-071-0/+2
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/pack-objects-negative-options-fix'Junio C Hamano2021-05-111-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pack-objects: clamp negative depth to 0Jeff King2021-05-031-0/+2
| * | | | | | | | | | | pack-objects: clamp negative window size to 0Jeff King2021-05-031-0/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'js/merge-already-up-to-date-message-reword'Junio C Hamano2021-05-111-5/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | merge: fix swapped "up to date" message componentsJosh Soref2021-05-031-5/+9
| * | | | | | | | | | | merge(s): apply consistent punctuation to "up to date" messagesEric Sunshine2021-05-031-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rj/bisect-skip-honor-terms'Junio C Hamano2021-05-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones2021-04-301-0/+1
* | | | | | | | | | | Merge branch 'rs/repack-without-loosening-promised-objects'Junio C Hamano2021-05-102-3/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | repack: avoid loosening promisor objects in partial clonesRafael Silva2021-04-282-3/+14
* | | | | | | | | | | | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-1017-67/+71
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | builtin/pack-objects: avoid using struct object_id for pack hashbrian m. carlson2021-04-271-10/+10
| * | | | | | | | | | | | builtin/show-index: set the algorithm for object IDsbrian m. carlson2021-04-271-1/+3
| * | | | | | | | | | | | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-2712-33/+35
| * | | | | | | | | | | | builtin/pack-redundant: avoid casting buffers to struct object_idbrian m. carlson2021-04-271-14/+14
| * | | | | | | | | | | | Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-273-4/+4
| * | | | | | | | | | | | Always use oidread to read into struct object_idbrian m. carlson2021-04-273-5/+5
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |