summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-05-23Merge branch 'nd/term-columns'Junio C Hamano
2018-05-13column: fix off-by-one default widthNguyễn Thái Ngọc Duy
2018-05-08Merge branch 'js/colored-push-errors'Junio C Hamano
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano
2018-05-08Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano
2018-05-08Merge branch 'nd/submodule-status-fix'Junio C Hamano
2018-05-08Merge branch 'hn/sort-ls-remote'Junio C Hamano
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-05-08Merge branch 'tb/config-type'Junio C Hamano
2018-05-08Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'jk/ref-array-push'Junio C Hamano
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano
2018-04-24push: colorize errorsRyan Dammrose
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau
2018-04-23builtin/config: introduce `--default`Taylor Blau
2018-04-23parseopt: handle malformed --expire arguments more nicelyJunio C Hamano
2018-04-23gc: do not upcase error message shown with die()Junio C Hamano
2018-04-21fast-export: fix regression skipping some merge-commitsMartin Ågren
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau
2018-04-18submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy
2018-04-18worktree: accept -f as short for --force for removalStefan Beller
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11Merge branch 'rs/status-with-removed-submodule'Junio C Hamano
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-10Merge branch 'ps/contains-id-error-message'Junio C Hamano
2018-04-10builtin/config.c: treat type specifiers singularlyTaylor Blau
2018-04-09Merge branch 'nd/worktree-prune'Junio C Hamano
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-04-09Merge branch 'ma/shortlog-revparse'Junio C Hamano
2018-04-09ls-remote: create '--sort' optionHarald Nordgren
2018-04-08ref-filter: use "struct object_id" consistentlyJeff King
2018-04-05commit: allow partial commits with relative pathsBrandon Williams
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee