summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Merge branch 'nd/the-index' into md/list-objects-filter-by-depthJunio C Hamano19-50/+65
2019-01-15add --edit: truncate the patch fileJohannes Schindelin1-1/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson4-18/+18
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano2-2/+2
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano3-5/+8
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano3-11/+36
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano6-7/+11
2019-01-14read-cache.c: remove the_* from index_has_changes()Nguyễn Thái Ngọc Duy1-3/+3
2019-01-14merge-recursive.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-4/+4
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-5/+10
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy4-6/+5
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy4-7/+7
2019-01-14checkout: avoid the_index when possibleNguyễn Thái Ngọc Duy1-1/+1
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy3-10/+15
2019-01-14grep: use grep_opt->repo instead of explict repo argumentNguyễn Thái Ngọc Duy1-17/+24
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandJunio C Hamano4-40/+47
2019-01-14fetch: fix extensions.partialclone name in error messageChristian Couder1-2/+4
2019-01-11merge-recursive: copy $GITHEAD stringsJeff King1-5/+10
2019-01-11init: make a copy of $GIT_DIR stringJeff King1-2/+4
2019-01-11config: make a copy of $GIT_CONFIG stringJeff King1-1/+1
2019-01-11commit: copy saved getenv() resultJeff King1-1/+2
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts1-1/+1
2019-01-11gc/repack: release packs when neededJohannes Schindelin2-1/+5
2019-01-10fetch-pack: support protocol version 2Jonathan Tan1-3/+6
2019-01-08checkout: introduce checkout.overlayMode configThomas Gummerer1-1/+7
2019-01-08checkout: introduce --{,no-}overlay optionThomas Gummerer1-8/+58
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King4-7/+6
2019-01-08update comment references to sha1_object_info()Jeff King2-5/+5
2019-01-07rebase: implement --merge via the interactive machineryElijah Newren1-9/+6
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy1-6/+23
2019-01-04Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano1-14/+19
2019-01-04Merge branch 'nd/checkout-dwim-fix'Junio C Hamano1-5/+13
2019-01-04Merge branch 'nd/the-index'Junio C Hamano19-50/+65
2019-01-04Merge branch 'en/fast-export-import'Junio C Hamano1-53/+137
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano4-29/+21
2019-01-04Merge branch 'nd/i18n'Junio C Hamano5-99/+128
2019-01-02checkout: factor out mark_cache_entry_for_checkout functionThomas Gummerer1-31/+36
2019-01-02checkout: clarify commentThomas Gummerer1-4/+4
2019-01-02rebase: run post-checkout hook on checkoutOrgad Shaneh1-2/+10
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki4-6/+10
2019-01-02Use packet_reader instead of packet_read_lineMasaya Suzuki2-38/+41
2019-01-02bisect--helper: `bisect_start` shell function partially in CPranit Bauva1-2/+228
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva1-2/+60
2019-01-02bisect--helper: `bisect_next_check` shell function in CPranit Bauva1-1/+87
2019-01-02bisect--helper: `check_and_set_terms` shell function in CPranit Bauva1-1/+38
2019-01-02wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva1-18/+2
2019-01-02bisect--helper: `bisect_write` shell function in CPranit Bauva1-3/+102
2019-01-02bisect--helper: `bisect_reset` shell function in CPranit Bauva1-1/+50
2018-12-28git-rebase, sequencer: extend --quiet option for the interactive machineryElijah Newren1-4/+1
2018-12-28am, rebase--merge: do not overlook --skip'ed commits with post-rewriteElijah Newren1-0/+9