summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-16builtin/describe.c: print debug statements earlierLibravatar Stefan Beller1-1/+4
2017-11-16builtin/describe.c: rename `oid` to avoid variable shadowingLibravatar Stefan Beller1-4/+4
2017-11-15Merge branch 'bp/read-index-from-skip-verification'Libravatar Junio C Hamano1-0/+1
2017-11-15Merge branch 'rd/bisect-view-is-visualize'Libravatar Junio C Hamano1-1/+1
2017-11-15Merge branch 'ma/reduce-heads-leakfix'Libravatar Junio C Hamano5-22/+28
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Libravatar Junio C Hamano8-12/+12
2017-11-15Merge branch 'ma/bisect-leakfix'Libravatar Junio C Hamano1-2/+1
2017-11-15Merge branch 'jc/check-ref-format-oor' into maintLibravatar Junio C Hamano1-2/+4
2017-11-15Merge branch 'bw/grep-recurse-submodules' into maintLibravatar Junio C Hamano1-0/+2
2017-11-15Merge branch 'ao/check-resolve-ref-unsafe-result' into maintLibravatar Junio C Hamano1-0/+2
2017-11-15builtin/branch: remove redundant check for HEADLibravatar Kaartic Sivaraam1-3/+0
2017-11-15notes: send "Automatic notes merge failed" messages to stderrLibravatar Todd Zullinger1-4/+4
2017-11-13Merge branch 'jm/status-ignored-files-list'Libravatar Junio C Hamano1-6/+25
2017-11-13Switch empty tree and blob lookups to use hash abstractionLibravatar brian m. carlson4-4/+4
2017-11-13bisect: mention "view" as an alternative to "visualize"Libravatar Robert P. J. Day1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano10-37/+37
2017-11-08reduce_heads: fix memory leaksLibravatar Martin Ågren5-5/+11
2017-11-08builtin/merge-base: free commit listsLibravatar Martin Ågren1-18/+18
2017-11-08read_index_from(): speed index loading by skipping verification of the entry ...Libravatar Ben Peart1-0/+1
2017-11-06Merge branch 'mp/push-pushoption-config'Libravatar Junio C Hamano1-5/+21
2017-11-06Merge branch 'jc/check-ref-format-oor'Libravatar Junio C Hamano1-2/+4