summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-12-12format: create pretty.h fileLibravatar Olga Telezhnaya3-3/+3
2017-12-11index-pack: use skip_to_optional_arg()Libravatar Christian Couder1-8/+3
2017-12-11clone: support 'clone --shared' from a worktreeLibravatar Eric Sunshine1-1/+2
2017-12-08decorate: clean up and document APILibravatar Jonathan Tan1-1/+1
2017-12-07builtin/branch: strip refs/heads/ using skip_prefixLibravatar Kaartic Sivaraam1-4/+11
2017-12-07branch: update warning message shown when copying a misnamed branchLibravatar Kaartic Sivaraam1-1/+1
2017-12-07branch: group related arguments of create_branch()Libravatar Kaartic Sivaraam2-2/+2
2017-12-07worktree: invoke post-checkout hook (unless --no-checkout)Libravatar Eric Sunshine1-6/+16
2017-12-07fmt-merge-msg: avoid leaking strbuf in shortlog()Libravatar René Scharfe1-1/+2
2017-12-07am: release strbuf after use in split_mail_mbox()Libravatar René Scharfe1-3/+7
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesLibravatar Brandon Williams1-0/+2
2017-12-06add worktree.guessRemote config optionLibravatar Thomas Gummerer1-2/+12
2017-12-06worktree: add --guess-remote flag to add subcommandLibravatar Thomas Gummerer1-0/+10
2017-12-06Merge branch 'bw/protocol-v1'Libravatar Junio C Hamano1-0/+17
2017-12-06Merge branch 'rd/doc-notes-prune-fix'Libravatar Junio C Hamano1-1/+1
2017-12-06Merge branch 'rd/man-prune-progress'Libravatar Junio C Hamano1-1/+1
2017-12-06Merge branch 'hm/config-parse-expiry-date'Libravatar Junio C Hamano2-13/+11
2017-12-06Merge branch 'tz/notes-error-to-stderr' into maintLibravatar Junio C Hamano1-4/+4
2017-12-06Merge branch 'sw/pull-ipv46-passthru' into maintLibravatar Junio C Hamano1-0/+12
2017-12-06checkout: describe_detached_head: remove ellipsis after committishLibravatar Ann T Ropea1-2/+8
2017-12-05rebase -i: learn to abbreviate command namesLibravatar Liam Beguin1-0/+3
2017-12-05rebase -i -x: add exec commands via the rebase--helperLibravatar Liam Beguin1-1/+6
2017-12-05rebase -i: update functions to use a flags parameterLibravatar Liam Beguin1-6/+7
2017-12-05rebase -i: replace reference to sha1 with oidLibravatar Liam Beguin1-5/+5
2017-12-05rebase -i: refactor transform_todo_idsLibravatar Liam Beguin1-2/+2
2017-12-05rev-list: support --no-filter argumentLibravatar Jeff Hostetler1-0/+4
2017-12-05pathspec: only match across submodule boundaries when requestedLibravatar Brandon Williams1-0/+1
2017-11-28Merge branch 'ma/branch-list-paginate'Libravatar Junio C Hamano1-0/+3
2017-11-28Merge branch 'jc/branch-name-sanity'Libravatar Junio C Hamano2-12/+9
2017-11-27Merge branch 'sw/pull-ipv46-passthru'Libravatar Junio C Hamano1-0/+12
2017-11-27Merge branch 'tb/add-renormalize'Libravatar Junio C Hamano1-2/+26
2017-11-27Merge branch 'tz/notes-error-to-stderr'Libravatar Junio C Hamano1-4/+4
2017-11-27Merge branch 'ma/reduce-heads-leakfix' into maintLibravatar Junio C Hamano5-22/+28
2017-11-27Merge branch 'ma/bisect-leakfix' into maintLibravatar Junio C Hamano1-2/+1
2017-11-27worktree: make add <path> <branch> dwimLibravatar Thomas Gummerer1-0/+16
2017-11-27worktree: add --[no-]track option to the add subcommandLibravatar Thomas Gummerer1-0/+8
2017-11-27checkout: factor out functions to new lib fileLibravatar Thomas Gummerer1-40/+1
2017-11-26submodule--helper.c: i18n: add a missing space in messageLibravatar Jean-Noel Avila1-1/+1
2017-11-22pack-objects: add list-objects filteringLibravatar Jeff Hostetler1-1/+63
2017-11-22rev-list: add list-objects filtering supportLibravatar Jeff Hostetler1-2/+106
2017-11-22log: add option to choose which refs to decorateLibravatar Rafael Ascensão1-1/+9
2017-11-22notes: correct 'git notes prune' options to '[-n] [-v]'Libravatar Robert P. J. Day1-1/+1
2017-11-22prune: add "--progress" to man page and usage msgLibravatar Robert P. J. Day1-1/+1
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano2-3/+43
2017-11-21pull: pass -4/-6 option to 'git fetch'Libravatar Shuyu Wei1-0/+12
2017-11-20branch: change default of `pager.branch` to "on"Libravatar Martin Ågren1-1/+1
2017-11-20branch: respect `pager.branch` in list-mode onlyLibravatar Martin Ågren1-0/+3
2017-11-18config: add --expiry-dateLibravatar Haaris Mehmood2-13/+11
2017-11-17add: introduce "--renormalize"Libravatar Torsten Bögershausen1-2/+26
2017-11-16builtin/describe.c: factor out describe_commitLibravatar Stefan Beller1-26/+37