summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Libravatar Nguyễn Thái Ngọc Duy2-2/+98
2018-04-16gc: handle a corner case in gc.bigPackThresholdLibravatar Nguyễn Thái Ngọc Duy1-1/+7
2018-04-16gc: add gc.bigPackThreshold configLibravatar Nguyễn Thái Ngọc Duy1-6/+20
2018-04-16gc: add --keep-largest-pack optionLibravatar Nguyễn Thái Ngọc Duy1-4/+41
2018-04-16repack: add --keep-pack optionLibravatar Nguyễn Thái Ngọc Duy2-16/+68
2018-04-16pack-objects: shrink delta_size field in struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-10/+16
2018-04-16pack-objects: shrink size field in struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-25/+80
2018-04-16pack-objects: clarify the use of object_entry::sizeLibravatar Nguyễn Thái Ngọc Duy1-3/+8
2018-04-16pack-objects: don't check size when the object is badLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-04-16pack-objects: shrink z_delta_size field in struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-6/+18
2018-04-16pack-objects: refer to delta objects by index instead of pointerLibravatar Nguyễn Thái Ngọc Duy1-54/+63
2018-04-16pack-objects: move in_pack out of struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-11/+17
2018-04-16pack-objects: move in_pack_pos out of struct object_entryLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-04-16pack-objects: use bitfield for object_entry::depthLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2018-04-16pack-objects: use bitfield for object_entry::dfs_stateLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsLibravatar Nguyễn Thái Ngọc Duy1-24/+35
2018-04-12replace-object: add repository argument to lookup_replace_objectLibravatar Stefan Beller1-1/+1