summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-01-29Merge branch 'it/log-format-source'Junio C Hamano
2019-01-29Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-29Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-29Merge branch 'jt/fetch-pack-v2'Junio C Hamano
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-29Merge branch 'js/rebase-i-redo-exec'Junio C Hamano
2019-01-29Merge branch 'cc/fetch-error-message-fix'Junio C Hamano
2019-01-18Merge branch 'js/gc-repack-close-before-remove'Junio C Hamano
2019-01-18Merge branch 'nd/worktree-remove-with-uninitialized-submodules'Junio C Hamano
2019-01-18Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Junio C Hamano
2019-01-18Merge branch 'jn/stripspace-wo-repository'Junio C Hamano
2019-01-18Merge branch 'sb/submodule-fetchjobs-default-to-one'Junio C Hamano
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano
2019-01-15add --edit: truncate the patch fileJohannes Schindelin
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano
2019-01-14fetch: fix extensions.partialclone name in error messageChristian Couder
2019-01-12merge-recursive: copy $GITHEAD stringsJeff King
2019-01-12init: make a copy of $GIT_DIR stringJeff King
2019-01-12config: make a copy of $GIT_CONFIG stringJeff King
2019-01-12commit: copy saved getenv() resultJeff King
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts
2019-01-11gc/repack: release packs when neededJohannes Schindelin
2019-01-10fetch-pack: support protocol version 2Jonathan Tan
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy
2019-01-04Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano
2019-01-04Merge branch 'nd/checkout-dwim-fix'Junio C Hamano
2019-01-04Merge branch 'en/fast-export-import'Junio C Hamano
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2019-01-02rebase: run post-checkout hook on checkoutOrgad Shaneh
2018-12-26stripspace: allow -s/-c outside git repositoryJonathan Nieder
2018-12-26submodule deinit: unset core.worktreeStefan Beller
2018-12-26submodule--helper: fix BUG message in ensure_core_worktreeStefan Beller
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano
2018-12-14submodule update: run at most one fetch job unless otherwise setJunio C Hamano
2018-12-12parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy
2018-12-11rebase: introduce a shortcut for --reschedule-failed-execJohannes Schindelin
2018-12-11rebase: add a config option to default to --reschedule-failed-execJohannes Schindelin
2018-12-11rebase: introduce --reschedule-failed-execJohannes Schindelin
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
2018-12-09fetch: ensure submodule objects fetchedStefan Beller
2018-12-06revision.c: put promisor option in specialized structMatthew DeVore