summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-04-30replace: "libify" create_graft() and calleesJohannes Schindelin1-56/+111
2018-04-30worktree: teach "add" to check out existing branchesThomas Gummerer1-2/+11
2018-04-30worktree: factor out dwim_branch functionThomas Gummerer1-11/+18
2018-04-30worktree: improve message when creating a new worktreeThomas Gummerer1-2/+36
2018-04-30worktree: remove extra members from struct add_optsThomas Gummerer1-17/+16
2018-04-26replace: avoid using die() to indicate a bugJohannes Schindelin1-1/+1
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin1-4/+4
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin1-1/+8
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin2-8/+24
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesJohannes Schindelin1-1/+3
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder1-1/+2
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller14-24/+29
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller1-3/+3
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano12-13/+13
2018-04-25Merge branch 'jk/ref-array-push'Junio C Hamano2-2/+2
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano1-2/+1
2018-04-24fetch: send server options when using protocol v2Brandon Williams1-0/+5
2018-04-24ls-remote: send server options when using protocol v2Brandon Williams1-0/+4
2018-04-24Merge branch 'bw/protocol-v2' into HEADJunio C Hamano9-10/+180
2018-04-24builtin/blame: add new coloring scheme configStefan Beller1-0/+18
2018-04-24builtin/blame: highlight recently changed linesStefan Beller1-4/+76
2018-04-24builtin/blame: dim uninteresting metadata linesStefan Beller1-4/+35
2018-04-24push: colorize errorsRyan Dammrose1-1/+43
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau1-0/+22
2018-04-23builtin/config: introduce `--default`Taylor Blau1-0/+18
2018-04-23parseopt: handle malformed --expire arguments more nicelyJunio C Hamano1-0/+4
2018-04-23gc: do not upcase error message shown with die()Junio C Hamano1-1/+1
2018-04-21fast-export: fix regression skipping some merge-commitsMartin Ågren1-1/+4
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau1-5/+60
2018-04-19submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy1-2/+6
2018-04-18worktree: accept -f as short for --force for removalStefan Beller1-2/+3
2018-04-16pack-objects: show some progress when counting kept objectsNguyễn Thái Ngọc Duy1-6/+12
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy2-2/+98
2018-04-16gc: handle a corner case in gc.bigPackThresholdNguyễn Thái Ngọc Duy1-1/+7
2018-04-16gc: add gc.bigPackThreshold configNguyễn Thái Ngọc Duy1-6/+20
2018-04-16gc: add --keep-largest-pack optionNguyễn Thái Ngọc Duy1-4/+41
2018-04-16repack: add --keep-pack optionNguyễn Thái Ngọc Duy2-16/+68
2018-04-16pack-objects: shrink delta_size field in struct object_entryNguyễn Thái Ngọc Duy1-10/+16
2018-04-16pack-objects: shrink size field in struct object_entryNguyễn Thái Ngọc Duy1-25/+80
2018-04-16pack-objects: clarify the use of object_entry::sizeNguyễn Thái Ngọc Duy1-3/+8
2018-04-16pack-objects: don't check size when the object is badNguyễn Thái Ngọc Duy1-2/+2
2018-04-16pack-objects: shrink z_delta_size field in struct object_entryNguyễn Thái Ngọc Duy1-6/+18
2018-04-16pack-objects: refer to delta objects by index instead of pointerNguyễn Thái Ngọc Duy1-54/+63
2018-04-16pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy1-11/+17
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy1-1/+2
2018-04-16pack-objects: use bitfield for object_entry::depthNguyễn Thái Ngọc Duy1-0/+6
2018-04-16pack-objects: use bitfield for object_entry::dfs_stateNguyễn Thái Ngọc Duy1-0/+3
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy1-24/+35
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller1-1/+1
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller1-1/+3