summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-01-10fetch-pack: support protocol version 2Libravatar Jonathan Tan1-3/+6
2019-01-08checkout: introduce checkout.overlayMode configLibravatar Thomas Gummerer1-1/+7
2019-01-08checkout: introduce --{,no-}overlay optionLibravatar Thomas Gummerer1-8/+58
2019-01-08convert has_sha1_file() callers to has_object_file()Libravatar Jeff King4-7/+6
2019-01-08update comment references to sha1_object_info()Libravatar Jeff King2-5/+5
2019-01-07rebase: implement --merge via the interactive machineryLibravatar Elijah Newren1-9/+6
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesLibravatar Nguyễn Thái Ngọc Duy1-6/+23
2019-01-04Merge branch 'sg/clone-initial-fetch-configuration'Libravatar Junio C Hamano1-14/+19
2019-01-04Merge branch 'nd/checkout-dwim-fix'Libravatar Junio C Hamano1-5/+13
2019-01-04Merge branch 'en/fast-export-import'Libravatar Junio C Hamano1-53/+137
2019-01-04Merge branch 'nd/the-index'Libravatar Junio C Hamano19-50/+65
2019-01-04Merge branch 'jk/loose-object-cache'Libravatar Junio C Hamano4-29/+21
2019-01-04Merge branch 'nd/i18n'Libravatar Junio C Hamano5-99/+128
2019-01-02checkout: factor out mark_cache_entry_for_checkout functionLibravatar Thomas Gummerer1-31/+36
2019-01-02checkout: clarify commentLibravatar Thomas Gummerer1-4/+4
2019-01-02rebase: run post-checkout hook on checkoutLibravatar Orgad Shaneh1-2/+10
2019-01-02pack-protocol.txt: accept error packets in any contextLibravatar Masaya Suzuki4-6/+10
2019-01-02Use packet_reader instead of packet_read_lineLibravatar Masaya Suzuki2-38/+41
2019-01-02bisect--helper: `bisect_start` shell function partially in CLibravatar Pranit Bauva1-2/+228
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CLibravatar Pranit Bauva1-2/+60
2019-01-02bisect--helper: `bisect_next_check` shell function in CLibravatar Pranit Bauva1-1/+87
2019-01-02bisect--helper: `check_and_set_terms` shell function in CLibravatar Pranit Bauva1-1/+38
2019-01-02wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Libravatar Pranit Bauva1-18/+2
2019-01-02bisect--helper: `bisect_write` shell function in CLibravatar Pranit Bauva1-3/+102
2019-01-02bisect--helper: `bisect_reset` shell function in CLibravatar Pranit Bauva1-1/+50
2018-12-28git-rebase, sequencer: extend --quiet option for the interactive machineryLibravatar Elijah Newren1-4/+1
2018-12-28am, rebase--merge: do not overlook --skip'ed commits with post-rewriteLibravatar Elijah Newren1-0/+9
2018-12-28rebase: fix incompatible options error messageLibravatar Elijah Newren1-7/+3
2018-12-28rebase: make builtin and legacy script error messages the sameLibravatar Elijah Newren1-5/+5
2018-12-28Merge branch 'sb/more-repo-in-api' into md/list-objects-filter-by-depthLibravatar Junio C Hamano3-4/+8
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoLibravatar Stefan Beller3-4/+8
2018-12-26stripspace: allow -s/-c outside git repositoryLibravatar Jonathan Nieder1-1/+2
2018-12-26submodule deinit: unset core.worktreeLibravatar Stefan Beller1-0/+2
2018-12-26submodule--helper: fix BUG message in ensure_core_worktreeLibravatar Stefan Beller1-1/+1
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintLibravatar Junio C Hamano3-0/+6
2018-12-14submodule update: run at most one fetch job unless otherwise setLibravatar Junio C Hamano1-1/+1
2018-12-12parse-options: fix SunCC compiler warningLibravatar Nguyễn Thái Ngọc Duy3-0/+6
2018-12-11rebase: introduce a shortcut for --reschedule-failed-execLibravatar Johannes Schindelin1-0/+21
2018-12-11rebase: add a config option to default to --reschedule-failed-execLibravatar Johannes Schindelin1-0/+5
2018-12-11rebase: introduce --reschedule-failed-execLibravatar Johannes Schindelin2-1/+17
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy2-2/+5
2018-12-09Indent code with TABsLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-12-09fetch: ensure submodule objects fetchedLibravatar Stefan Beller1-9/+2
2018-12-06revision.c: put promisor option in specialized structLibravatar Matthew DeVore3-5/+8
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller3-13/+18
2018-12-04Merge branch 'es/format-patch-range-diff-fix-fix'Libravatar Junio C Hamano1-1/+10
2018-12-04range-diff: always pass at least minimal diff optionsLibravatar Martin Ågren1-1/+10
2018-12-01Merge branch 'ab/push-example-in-doc'Libravatar Junio C Hamano1-2/+2
2018-12-01Merge branch 'rt/rebase-in-c-message-fix'Libravatar Junio C Hamano1-2/+2
2018-12-01Merge branch 'ab/replace-graft-with-replace-advice'Libravatar Junio C Hamano1-0/+1