summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Merge branch 'bw/remote-rename-update-config'Libravatar Junio C Hamano2-81/+137
2020-02-17Merge branch 'mr/show-config-scope'Libravatar Junio C Hamano1-10/+36
2020-02-17Merge branch 'rs/strbuf-insertstr'Libravatar Junio C Hamano3-4/+4
2020-02-17Merge branch 'rs/name-rev-memsave'Libravatar Junio C Hamano1-64/+127
2020-02-14Merge branch 'tb/commit-graph-object-dir'Libravatar Junio C Hamano4-9/+32
2020-02-14Merge branch 'jk/index-pack-dupfix'Libravatar Junio C Hamano1-1/+3
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Libravatar Junio C Hamano1-1/+11
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Libravatar Junio C Hamano6-10/+19
2020-02-14Merge branch 'ds/sparse-checkout-harden'Libravatar Junio C Hamano2-6/+44
2020-02-14Merge branch 'jt/connectivity-check-optim-in-partial-clone'Libravatar Junio C Hamano2-3/+13
2020-02-14Merge branch 'ag/rebase-avoid-unneeded-checkout'Libravatar Junio C Hamano1-13/+5
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Libravatar Junio C Hamano1-47/+46
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Libravatar Junio C Hamano1-49/+194
2020-02-14Merge branch 'hw/advice-add-nothing'Libravatar Junio C Hamano1-2/+8
2020-02-12Merge branch 'jc/skip-prefix'Libravatar Junio C Hamano2-6/+6
2020-02-12Merge branch 'pb/do-not-recurse-grep-no-index'Libravatar Junio C Hamano1-2/+5
2020-02-10remote rename/remove: gently handle remote.pushDefault configLibravatar Bert Wesarg1-0/+55
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesLibravatar Bert Wesarg1-1/+21
2020-02-10remote: clean-up config callbackLibravatar Bert Wesarg1-11/+17
2020-02-10remote: clean-up by returning early to avoid one indentationLibravatar Bert Wesarg1-46/+48
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Libravatar Bert Wesarg2-43/+16
2020-02-10config: add '--show-scope' to print the scope of a config valueLibravatar Matthew Rogers1-2/+18
2020-02-10config: teach git_config_source to remember its scopeLibravatar Matthew Rogers1-3/+13
2020-02-10strbuf: add and use strbuf_insertstr()Libravatar René Scharfe3-4/+4
2020-02-06add: change advice config variables used by the add APILibravatar Heba Waly1-4/+8
2020-02-05Merge branch 'am/checkout-file-and-ref-ref-ambiguity'Libravatar Junio C Hamano1-32/+39
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Libravatar Junio C Hamano3-17/+51
2020-02-05name-rev: sort tip names before applyingLibravatar René Scharfe1-8/+52
2020-02-05name-rev: release unused name stringsLibravatar René Scharfe1-5/+16
2020-02-05name-rev: generate name strings only if they are betterLibravatar René Scharfe1-17/+18
2020-02-05name-rev: pre-size buffer in get_parent_name()Libravatar René Scharfe1-6/+14
2020-02-05name-rev: factor out get_parent_name()Libravatar René Scharfe1-13/+14
2020-02-05name-rev: put struct rev_name into commit slabLibravatar René Scharfe1-9/+11
2020-02-05name-rev: don't _peek() in create_or_update_name()Libravatar René Scharfe1-10/+4
2020-02-05name-rev: don't leak path copy in name_ref()Libravatar René Scharfe1-1/+3
2020-02-05name-rev: respect const qualifierLibravatar René Scharfe1-3/+3
2020-02-05name-rev: remove unused typedefLibravatar René Scharfe1-2/+2
2020-02-05name-rev: rewrite create_or_update_name()Libravatar Martin Ågren1-12/+12
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Libravatar Jeff King1-1/+3
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau4-8/+31
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee1-1/+1
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee1-2/+4
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee1-1/+14
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee1-2/+21
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthLibravatar Junio C Hamano2-6/+6
2020-01-31sha1-file: allow check_object_signature() to handle any repoLibravatar Matheus Tavares3-5/+10
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Libravatar Matheus Tavares3-3/+5