summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin17-32/+32
2018-05-06pack-objects: validation and documentation about unreachable optionsLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-05-06wt-status: use settings from git_diff_ui_configLibravatar Eckhard S. Maaß1-1/+1
2018-05-02builtin/reset: convert use of EMPTY_TREE_SHA1_BINLibravatar brian m. carlson1-1/+1
2018-05-02builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-1/+1
2018-05-02builtin/merge: switch tree functions to use object_idLibravatar brian m. carlson1-7/+7
2018-05-02builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algoLibravatar brian m. carlson1-4/+4
2018-05-02builtin/receive-pack: avoid hard-coded constants for push certsLibravatar brian m. carlson1-3/+3
2018-05-02index-pack: abstract away hash function constantLibravatar brian m. carlson1-1/+2
2018-05-02pack-redundant: convert linked lists to use struct object_idLibravatar brian m. carlson1-24/+26
2018-05-02split-index: convert struct split_index to object_idLibravatar brian m. carlson1-2/+2
2018-05-02pack-redundant: abstract away hash algorithmLibravatar brian m. carlson1-5/+7
2018-05-02pack-objects: abstract away hash algorithmLibravatar brian m. carlson1-14/+16
2018-05-02sha1-file: convert freshen functions to object_idLibravatar brian m. carlson1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson3-3/+3
2018-05-02format-patch: make cover letters always text/plainLibravatar brian m. carlson1-1/+1
2018-04-30replace: introduce --convert-graft-fileLibravatar Johannes Schindelin1-1/+43
2018-04-30replace: prepare create_graft() for converting graft files wholesaleLibravatar Johannes Schindelin1-3/+8
2018-04-30replace: "libify" create_graft() and calleesLibravatar Johannes Schindelin1-57/+112
2018-04-30worktree: teach "add" to check out existing branchesLibravatar Thomas Gummerer1-2/+11
2018-04-30worktree: factor out dwim_branch functionLibravatar Thomas Gummerer1-11/+18
2018-04-30worktree: improve message when creating a new worktreeLibravatar Thomas Gummerer1-2/+36
2018-04-30worktree: remove extra members from struct add_optsLibravatar Thomas Gummerer1-17/+16
2018-04-26replace: avoid using die() to indicate a bugLibravatar Johannes Schindelin1-1/+1
2018-04-26commit: Let the callback of for_each_mergetag return on errorLibravatar Johannes Schindelin1-4/+4
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsLibravatar Johannes Schindelin1-1/+8
2018-04-26pull: accept --rebase=merges to recreate the branch topologyLibravatar Johannes Schindelin2-8/+24
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesLibravatar Johannes Schindelin1-1/+3
2018-04-26packfile: add repository argument to packed_object_infoLibravatar Jonathan Nieder1-1/+2
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller14-24/+29
2018-04-26cache.h: add repository argument to oid_object_info_extendedLibravatar Stefan Beller1-3/+3
2018-04-25Merge branch 'sb/filenames-with-dashes'Libravatar Junio C Hamano12-13/+13
2018-04-25Merge branch 'jk/ref-array-push'Libravatar Junio C Hamano2-2/+2
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Libravatar Junio C Hamano1-2/+1
2018-04-24fetch: send server options when using protocol v2Libravatar Brandon Williams1-0/+5
2018-04-24ls-remote: send server options when using protocol v2Libravatar Brandon Williams1-0/+4
2018-04-24Merge branch 'bw/protocol-v2' into HEADLibravatar Junio C Hamano9-10/+180
2018-04-24builtin/blame: add new coloring scheme configLibravatar Stefan Beller1-0/+18
2018-04-24builtin/blame: highlight recently changed linesLibravatar Stefan Beller1-4/+76
2018-04-24builtin/blame: dim uninteresting metadata linesLibravatar Stefan Beller1-4/+35
2018-04-24push: colorize errorsLibravatar Ryan Dammrose1-1/+43
2018-04-23builtin/config: introduce `color` type specifierLibravatar Taylor Blau1-0/+22
2018-04-23builtin/config: introduce `--default`Libravatar Taylor Blau1-0/+18
2018-04-23parseopt: handle malformed --expire arguments more nicelyLibravatar Junio C Hamano1-0/+4
2018-04-23gc: do not upcase error message shown with die()Libravatar Junio C Hamano1-1/+1
2018-04-21fast-export: fix regression skipping some merge-commitsLibravatar Martin Ågren1-1/+4
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Libravatar Taylor Blau1-5/+60
2018-04-19submodule--helper: don't print null in 'submodule status'Libravatar Nguyễn Thái Ngọc Duy1-2/+6
2018-04-18worktree: accept -f as short for --force for removalLibravatar Stefan Beller1-2/+3
2018-04-16pack-objects: show some progress when counting kept objectsLibravatar Nguyễn Thái Ngọc Duy1-6/+12