summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-01-15filter-options: expand scaled numbersLibravatar Josh Steadmon2-2/+11
2019-01-15Merge branch 'nd/the-index' into md/list-objects-filter-by-depthLibravatar Junio C Hamano19-50/+65
2019-01-15add --edit: truncate the patch fileLibravatar Johannes Schindelin1-1/+1
2019-01-15tree-walk: store object_id in a separate memberLibravatar brian m. carlson4-18/+18
2019-01-14Merge branch 'nd/indentation-fix'Libravatar Junio C Hamano2-2/+2
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Libravatar Junio C Hamano3-5/+8
2019-01-14Merge branch 'nd/checkout-noisy'Libravatar Junio C Hamano3-11/+36
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Libravatar Junio C Hamano6-7/+11
2019-01-14read-cache.c: remove the_* from index_has_changes()Libravatar Nguyễn Thái Ngọc Duy1-3/+3
2019-01-14merge-recursive.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy4-4/+4
2019-01-14sha1-name.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy4-5/+10
2019-01-14read-cache.c: replace update_index_if_able with repo_&Libravatar Nguyễn Thái Ngọc Duy4-6/+5
2019-01-14read-cache.c: kill read_index()Libravatar Nguyễn Thái Ngọc Duy4-7/+7
2019-01-14checkout: avoid the_index when possibleLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-01-14notes-utils.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy3-10/+15
2019-01-14grep: use grep_opt->repo instead of explict repo argumentLibravatar Nguyễn Thái Ngọc Duy1-17/+24
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandLibravatar Junio C Hamano4-40/+47
2019-01-14fetch: fix extensions.partialclone name in error messageLibravatar Christian Couder1-2/+4
2019-01-11merge-recursive: copy $GITHEAD stringsLibravatar Jeff King1-5/+10
2019-01-11init: make a copy of $GIT_DIR stringLibravatar Jeff King1-2/+4
2019-01-11config: make a copy of $GIT_CONFIG stringLibravatar Jeff King1-1/+1
2019-01-11commit: copy saved getenv() resultLibravatar Jeff King1-1/+2
2019-01-11log: add %S option (like --source) to log --formatLibravatar Issac Trotts1-1/+1
2019-01-11gc/repack: release packs when neededLibravatar Johannes Schindelin2-1/+5
2019-01-10fetch-pack: support protocol version 2Libravatar Jonathan Tan1-3/+6
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-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