Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-27Merge branch 'rs/fmt-merge-msg-string-leak-fix'Junio C Hamano
2017-12-27Merge branch 'rs/am-builtin-leakfix'Junio C Hamano
2017-12-27Merge branch 'es/worktree-checkout-hook'Junio C Hamano
2017-12-27Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano
2017-12-27Merge branch 'jh/object-filtering'Junio C Hamano
2017-12-19Merge branch 'ar/unconfuse-three-dots'Junio C Hamano
2017-12-19Merge branch 'tg/worktree-create-tracking'Junio C Hamano
2017-12-19Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-12-19Merge branch 'bw/pathspec-match-submodule-boundary'Junio C Hamano
2017-12-14Merge branch 'pc/submodule-helper'Junio C Hamano
2017-12-14Merge branch 'ra/decorate-limit-refs'Junio C Hamano
2017-12-14Merge branch 'bc/hash-algo'Junio C Hamano
2017-12-08worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine
2017-12-07fmt-merge-msg: avoid leaking strbuf in shortlog()René Scharfe
2017-12-07am: release strbuf after use in split_mail_mbox()René Scharfe
2017-12-07diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams
2017-12-06add worktree.guessRemote config optionThomas Gummerer
2017-12-06worktree: add --guess-remote flag to add subcommandThomas Gummerer
2017-12-06Merge branch 'bw/protocol-v1'Junio C Hamano
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-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-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