summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-02-04pack-redundant: consistent sort methodJiang Xin1-8/+16
2019-02-04pack-redundant: rename pack_list.all_objectsJiang Xin1-19/+19
2019-02-04pack-redundant: new algorithm to find min packsSun Chao1-126/+66
2019-02-04pack-redundant: delete redundant codeSun Chao1-1/+0
2019-02-04pack-redundant: delay creation of unique_objectsJiang Xin1-5/+10
2019-02-04revert "checkout: introduce checkout.overlayMode config"Thomas Gummerer1-7/+1
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs2-1/+3
2019-02-04describe: setup working tree for --dirtySebastian Staudt1-0/+1
2019-02-04various: tighten constness of some local variablesShahzad Lone3-10/+10
2019-01-29rebase -x: sanity check commandPhillip Wood1-0/+17
2019-01-29Merge branch 'it/log-format-source'Junio C Hamano1-1/+1
2019-01-29Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano1-1/+1
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano4-18/+18
2019-01-29Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano1-2/+10
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano4-22/+20
2019-01-29Merge branch 'jt/fetch-pack-v2'Junio C Hamano1-3/+6
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano4-9/+17
2019-01-29Merge branch 'js/rebase-i-redo-exec'Junio C Hamano2-1/+43
2019-01-29Merge branch 'cc/fetch-error-message-fix'Junio C Hamano1-2/+4
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin1-1/+1
2019-01-29sequencer: refactor transform_todos() to work on a todo_listAlban Gruin1-1/+1
2019-01-28pack-objects: merge read_lock and lock in packing_data structPatrick Hogg1-14/+10
2019-01-28pack-objects: move read mutex to packing_data structPatrick Hogg1-5/+2
2019-01-28implicit interactive rebase: don't run sequence editorPhillip Wood1-2/+3
2019-01-27parse-options: allow ll_callback with OPTION_CALLBACKNguyễn Thái Ngọc Duy2-5/+17
2019-01-27parse-options: avoid magic return codesNguyễn Thái Ngọc Duy2-12/+13
2019-01-27parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy3-7/+8
2019-01-27fetch: prefer suffix substitution in compact fetch.outputNguyễn Thái Ngọc Duy1-2/+6
2019-01-24create_bundle(): drop unused "header" parameterJeff King1-2/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy39-6/+42
2019-01-23checkout: fix regression in checkout -b on intitial checkoutBen Peart1-0/+8
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor1-2/+2
2019-01-22commit-tree: add missing --gpg-sign flagBrandon Richardson1-1/+7
2019-01-18Do not print 'dangling' for cat-file in case of ambiguityDavid Turner1-1/+4
2019-01-18Merge branch 'js/gc-repack-close-before-remove'Junio C Hamano2-1/+5
2019-01-18Merge branch 'nd/worktree-remove-with-uninitialized-submodules'Junio C Hamano1-6/+23
2019-01-18Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Junio C Hamano1-1/+3
2019-01-18Merge branch 'jn/stripspace-wo-repository'Junio C Hamano1-1/+2
2019-01-18Merge branch 'sb/submodule-fetchjobs-default-to-one'Junio C Hamano1-1/+1
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano2-2/+5
2019-01-18Add 'human' date formatLinus Torvalds1-0/+4
2019-01-18built-in rebase: call `git am` directlyJohannes Schindelin1-0/+179
2019-01-18rebase: teach `reset_head()` to optionally skip the worktreeJohannes Schindelin1-1/+7
2019-01-18rebase: avoid double reflog entry when switching branchesJohannes Schindelin1-3/+4
2019-01-18rebase: move `reset_head()` into a better spotJohannes Schindelin1-119/+119
2019-01-17pack-objects: create GIT_TEST_PACK_SPARSEDerrick Stolee1-0/+1
2019-01-17pack-objects: create pack.useSparse settingDerrick Stolee1-0/+4
2019-01-17list-objects: consume sparse tree walkDerrick Stolee2-2/+5
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagJeff King1-1/+1
2019-01-15filter-options: expand scaled numbersJosh Steadmon2-2/+11