summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-12-06Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano
2017-12-06Merge branch 'rd/man-prune-progress'Junio C Hamano
2017-12-06Merge branch 'hm/config-parse-expiry-date'Junio C Hamano
2017-12-06Merge branch 'tz/notes-error-to-stderr' into maintJunio C Hamano
2017-12-06Merge branch 'sw/pull-ipv46-passthru' into maintJunio C Hamano
2017-12-06checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea
2017-12-05rebase -i: learn to abbreviate command namesLiam Beguin
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin
2017-12-05rebase -i: update functions to use a flags parameterLiam Beguin
2017-12-05rebase -i: replace reference to sha1 with oidLiam Beguin
2017-12-05rebase -i: refactor transform_todo_idsLiam Beguin
2017-12-05rev-list: support --no-filter argumentJeff Hostetler
2017-12-05pathspec: only match across submodule boundaries when requestedBrandon Williams
2017-11-28Merge branch 'ma/branch-list-paginate'Junio C Hamano
2017-11-28Merge branch 'jc/branch-name-sanity'Junio C Hamano
2017-11-27Merge branch 'sw/pull-ipv46-passthru'Junio C Hamano
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano
2017-11-27Merge branch 'tz/notes-error-to-stderr'Junio C Hamano
2017-11-27Merge branch 'ma/reduce-heads-leakfix' into maintJunio C Hamano
2017-11-27Merge branch 'ma/bisect-leakfix' into maintJunio C Hamano
2017-11-27worktree: make add <path> <branch> dwimThomas Gummerer
2017-11-27worktree: add --[no-]track option to the add subcommandThomas Gummerer
2017-11-27checkout: factor out functions to new lib fileThomas Gummerer
2017-11-26submodule--helper.c: i18n: add a missing space in messageJean-Noel Avila
2017-11-22pack-objects: add list-objects filteringJeff Hostetler
2017-11-22rev-list: add list-objects filtering supportJeff Hostetler
2017-11-22log: add option to choose which refs to decorateRafael Ascensão
2017-11-22notes: correct 'git notes prune' options to '[-n] [-v]'Robert P. J. Day
2017-11-22prune: add "--progress" to man page and usage msgRobert P. J. Day
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-21pull: pass -4/-6 option to 'git fetch'Shuyu Wei
2017-11-20branch: change default of `pager.branch` to "on"Martin Ågren
2017-11-20branch: respect `pager.branch` in list-mode onlyMartin Ågren
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-11-17add: introduce "--renormalize"Torsten Bögershausen
2017-11-16builtin/describe.c: factor out describe_commitStefan Beller
2017-11-16builtin/describe.c: print debug statements earlierStefan Beller
2017-11-16builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller
2017-11-15Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano
2017-11-15Merge branch 'rd/bisect-view-is-visualize'Junio C Hamano
2017-11-15Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano
2017-11-15Merge branch 'ma/bisect-leakfix'Junio C Hamano
2017-11-15Merge branch 'jc/check-ref-format-oor' into maintJunio C Hamano
2017-11-15Merge branch 'bw/grep-recurse-submodules' into maintJunio C Hamano
2017-11-15Merge branch 'ao/check-resolve-ref-unsafe-result' into maintJunio C Hamano
2017-11-15builtin/branch: remove redundant check for HEADKaartic Sivaraam
2017-11-15notes: send "Automatic notes merge failed" messages to stderrTodd Zullinger
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano
2017-11-13Switch empty tree and blob lookups to use hash abstractionbrian m. carlson