Age | Commit message (Expand) | Author | Files | Lines |
2018-04-30 | worktree: factor out dwim_branch function | Thomas Gummerer | 1 | -11/+18 |
2018-04-30 | worktree: improve message when creating a new worktree | Thomas Gummerer | 1 | -2/+36 |
2018-04-30 | worktree: remove extra members from struct add_opts | Thomas Gummerer | 1 | -17/+16 |
2018-04-26 | replace: avoid using die() to indicate a bug | Johannes Schindelin | 1 | -1/+1 |
2018-04-26 | commit: Let the callback of for_each_mergetag return on error | Johannes Schindelin | 1 | -4/+4 |
2018-04-26 | rebase -i: introduce --rebase-merges=[no-]rebase-cousins | Johannes Schindelin | 1 | -1/+8 |
2018-04-26 | pull: accept --rebase=merges to recreate the branch topology | Johannes Schindelin | 2 | -8/+24 |
2018-04-26 | rebase-helper --make-script: introduce a flag to rebase merges | Johannes Schindelin | 1 | -1/+3 |
2018-04-26 | packfile: add repository argument to packed_object_info | Jonathan Nieder | 1 | -1/+2 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 14 | -24/+29 |
2018-04-26 | cache.h: add repository argument to oid_object_info_extended | Stefan Beller | 1 | -3/+3 |
2018-04-25 | Merge branch 'sb/filenames-with-dashes' | Junio C Hamano | 12 | -13/+13 |
2018-04-25 | Merge branch 'jk/ref-array-push' | Junio C Hamano | 2 | -2/+2 |
2018-04-25 | Merge branch 'bw/commit-partial-from-subdirectory-fix' | Junio C Hamano | 1 | -2/+1 |
2018-04-24 | fetch: send server options when using protocol v2 | Brandon Williams | 1 | -0/+5 |
2018-04-24 | ls-remote: send server options when using protocol v2 | Brandon Williams | 1 | -0/+4 |
2018-04-24 | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 9 | -10/+180 |
2018-04-24 | builtin/blame: add new coloring scheme config | Stefan Beller | 1 | -0/+18 |
2018-04-24 | builtin/blame: highlight recently changed lines | Stefan Beller | 1 | -4/+76 |
2018-04-24 | builtin/blame: dim uninteresting metadata lines | Stefan Beller | 1 | -4/+35 |
2018-04-24 | push: colorize errors | Ryan Dammrose | 1 | -1/+43 |
2018-04-23 | builtin/config: introduce `color` type specifier | Taylor Blau | 1 | -0/+22 |
2018-04-23 | builtin/config: introduce `--default` | Taylor Blau | 1 | -0/+18 |
2018-04-23 | parseopt: handle malformed --expire arguments more nicely | Junio C Hamano | 1 | -0/+4 |
2018-04-23 | gc: do not upcase error message shown with die() | Junio C Hamano | 1 | -1/+1 |
2018-04-21 | fast-export: fix regression skipping some merge-commits | Martin Ågren | 1 | -1/+4 |
2018-04-19 | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` | Taylor Blau | 1 | -5/+60 |
2018-04-19 | submodule--helper: don't print null in 'submodule status' | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2018-04-18 | worktree: accept -f as short for --force for removal | Stefan Beller | 1 | -2/+3 |
2018-04-16 | pack-objects: show some progress when counting kept objects | Nguyễn Thái Ngọc Duy | 1 | -6/+12 |
2018-04-16 | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 2 | -2/+98 |
2018-04-16 | gc: handle a corner case in gc.bigPackThreshold | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
2018-04-16 | gc: add gc.bigPackThreshold config | Nguyễn Thái Ngọc Duy | 1 | -6/+20 |
2018-04-16 | gc: add --keep-largest-pack option | Nguyễn Thái Ngọc Duy | 1 | -4/+41 |
2018-04-16 | repack: add --keep-pack option | Nguyễn Thái Ngọc Duy | 2 | -16/+68 |
2018-04-16 | pack-objects: shrink delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -10/+16 |
2018-04-16 | pack-objects: shrink size field in struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -25/+80 |
2018-04-16 | pack-objects: clarify the use of object_entry::size | Nguyễn Thái Ngọc Duy | 1 | -3/+8 |
2018-04-16 | pack-objects: don't check size when the object is bad | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-04-16 | pack-objects: shrink z_delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -6/+18 |
2018-04-16 | pack-objects: refer to delta objects by index instead of pointer | Nguyễn Thái Ngọc Duy | 1 | -54/+63 |
2018-04-16 | pack-objects: move in_pack out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -11/+17 |
2018-04-16 | pack-objects: move in_pack_pos out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-04-16 | pack-objects: use bitfield for object_entry::depth | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2018-04-16 | pack-objects: use bitfield for object_entry::dfs_state | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-04-16 | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 1 | -24/+35 |
2018-04-12 | replace-object: add repository argument to lookup_replace_object | Stefan Beller | 1 | -1/+1 |
2018-04-12 | refs: add repository argument to for_each_replace_ref | Stefan Beller | 1 | -1/+3 |
2018-04-12 | refs: add repository argument to get_main_ref_store | Stefan Beller | 1 | -1/+2 |
2018-04-12 | object-store: move lookup_replace_object to replace-object.h | Stefan Beller | 1 | -0/+1 |