summaryrefslogtreecommitdiffstats
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* reflog: specify default pretty format in configrhi/reflog-default-prettyRoland Hieber2019-01-301-3/+9
* Merge branch 'it/log-format-source'Junio C Hamano2019-01-291-1/+1
|\
| * log: add %S option (like --source) to log --formatIssac Trotts2019-01-111-1/+1
* | Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano2019-01-291-1/+1
|\ \
| * | add --edit: truncate the patch fileJohannes Schindelin2019-01-151-1/+1
* | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-294-18/+18
|\ \ \
| * | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-154-18/+18
| | |/ | |/|
* | | Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano2019-01-291-2/+10
|\ \ \
| * | | rebase: run post-checkout hook on checkoutOrgad Shaneh2019-01-021-2/+10
* | | | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-294-22/+20
|\ \ \ \
| * | | | fetch: ensure submodule objects fetchedStefan Beller2018-12-091-9/+2
| * | | | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-053-13/+18
* | | | | Merge branch 'jt/fetch-pack-v2'Junio C Hamano2019-01-291-3/+6
|\ \ \ \ \
| * | | | | fetch-pack: support protocol version 2Jonathan Tan2019-01-101-3/+6
* | | | | | Merge branch 'jk/save-getenv-result'Junio C Hamano2019-01-294-9/+17
|\ \ \ \ \ \
| * | | | | | merge-recursive: copy $GITHEAD stringsJeff King2019-01-111-5/+10
| * | | | | | init: make a copy of $GIT_DIR stringJeff King2019-01-111-2/+4
| * | | | | | config: make a copy of $GIT_CONFIG stringJeff King2019-01-111-1/+1
| * | | | | | commit: copy saved getenv() resultJeff King2019-01-111-1/+2
| |/ / / / /
* | | | | | Merge branch 'js/rebase-i-redo-exec'Junio C Hamano2019-01-292-1/+43
|\ \ \ \ \ \
| * | | | | | rebase: introduce a shortcut for --reschedule-failed-execJohannes Schindelin2018-12-111-0/+21
| * | | | | | rebase: add a config option to default to --reschedule-failed-execJohannes Schindelin2018-12-111-0/+5
| * | | | | | rebase: introduce --reschedule-failed-execJohannes Schindelin2018-12-112-1/+17
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'cc/fetch-error-message-fix'Junio C Hamano2019-01-291-2/+4
|\ \ \ \ \ \
| * | | | | | fetch: fix extensions.partialclone name in error messageChristian Couder2019-01-141-2/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'js/gc-repack-close-before-remove'Junio C Hamano2019-01-182-1/+5
|\ \ \ \ \ \
| * | | | | | gc/repack: release packs when neededJohannes Schindelin2019-01-112-1/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'nd/worktree-remove-with-uninitialized-submodules'Junio C Hamano2019-01-181-6/+23
|\ \ \ \ \ \
| * | | | | | worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy2019-01-071-6/+23
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Junio C Hamano2019-01-181-1/+3
|\ \ \ \ \ \
| * | | | | | submodule deinit: unset core.worktreeStefan Beller2018-12-261-0/+2
| * | | | | | submodule--helper: fix BUG message in ensure_core_worktreeStefan Beller2018-12-261-1/+1
| |/ / / / /
* | | | | | Merge branch 'jn/stripspace-wo-repository'Junio C Hamano2019-01-181-1/+2
|\ \ \ \ \ \
| * | | | | | stripspace: allow -s/-c outside git repositoryJonathan Nieder2018-12-261-1/+2
| |/ / / / /
* | | | | | Merge branch 'sb/submodule-fetchjobs-default-to-one'Junio C Hamano2019-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | submodule update: run at most one fetch job unless otherwise setJunio C Hamano2018-12-141-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-182-2/+5
|\ \ \ \ \ \
| * | | | | | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-102-2/+5
| |/ / / / /
* | | | | | Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-142-2/+2
|\ \ \ \ \ \
| * | | | | | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-092-2/+2
| |/ / / / /
* | | | | | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-143-5/+8
|\ \ \ \ \ \
| * | | | | | revision.c: put promisor option in specialized structMatthew DeVore2018-12-063-5/+8
* | | | | | | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-143-11/+36
|\ \ \ \ \ \ \
| * | | | | | | checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-143-11/+36
* | | | | | | | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-146-7/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy2018-11-192-2/+3
| * | | | | | | tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-194-5/+8
* | | | | | | | Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano2019-01-041-14/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor2018-11-161-10/+15
| * | | | | | | | clone: use a more appropriate variable name for the default refspecSZEDER Gábor2018-11-161-6/+6