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
2014-06-12Sync with maintJunio C Hamano
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny
2014-04-24git-pull.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-02-28Merge branch 'bc/gpg-sign-everywhere'Junio C Hamano
2014-02-28Merge branch 'da/pull-ff-configuration'Junio C Hamano
2014-02-12pull: add the --gpg-sign option.brian m. carlson
2014-01-18Merge branch 'jk/pull-rebase-using-fork-point'Junio C Hamano
2014-01-18pull: suppress error when no remoteref is foundJohn Keeping
2014-01-16pull: add --ff-only to the help textDavid Aguilar
2014-01-16pull: add pull.ff configurationDavid Aguilar
2013-12-28Merge branch 'jk/pull-rebase-using-fork-point'Junio C Hamano
2013-12-10pull: use merge-base --fork-point when appropriateJohn Keeping
2013-10-31fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty
2013-09-17Merge branch 'fc/trivial'Junio C Hamano
2013-09-08pull: use $curr_branch_short moreRené Scharfe
2013-09-04pull: allow pull to preserve merges when rebasingStephen Haberman
2013-07-12Merge branch 'jk/pull-to-integrate'Junio C Hamano
2013-07-08pull: change the description to "integrate" changesJohn Keeping
2013-06-28Merge branch 'jk/pull-into-dirty-unborn'Junio C Hamano
2013-06-21pull: merge into unborn by fast-forwarding from empty treeThomas Rast
2013-06-21pull: update unborn branch tip after indexJeff King
2013-04-01merge/pull: verify GPG signatures of commits being mergedSebastian Götte
2013-03-17pull: Apply -q and -v options to rebase mode as wellPeter Eisentraut
2012-10-25git-pull: Avoid merge-base on detached headPhil Hord
2012-03-05Make git-{pull,rebase} message without tracking information friendlierCarlos Martín Nieto
2012-02-13"git pull" doesn't know "--edit"Linus Torvalds
2011-12-10Merge branch 'ab/pull-rebase-config'Junio C Hamano
2011-11-07pull: introduce a pull.rebase option to enable --rebaseÆvar Arnfjörð Bjarmason
2011-10-18Merge branch 'jk/pull-rebase-with-work-tree'Junio C Hamano
2011-10-13pull,rebase: handle GIT_WORK_TREE betterJeff King
2011-10-05use -h for synopsis and --help for manpage consistentlyClemens Buchacher
2011-08-26Merge branch 'js/i18n-scripts'Junio C Hamano
2011-08-08Merge branch 'oa/pull-reflog'Junio C Hamano
2011-08-08pull: take advantage of eval_gettextlnJon Seymour
2011-08-02pull: remove extra space from reflog messageOri Avtalion
2011-05-21i18n: git-pull eval_gettext + warning messageÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-pull eval_gettext + die messageÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-pull die messagesÆvar Arnfjörð Bjarmason
2011-05-21i18n: git-pull add git-sh-i18nÆvar Arnfjörð Bjarmason
2011-04-29Merge branch 'mz/rebase'Junio C Hamano
2011-04-05Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano
2011-03-26pull: do not clobber untracked files on initial pullJeff King
2011-03-20Merge branch 'jk/merge-rename-ux'Junio C Hamano
2011-03-10fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-02-21pull: propagate --progress to mergeJeff King
2011-02-15pull: do not display fetch usage on --help-allMichael J Gruber
2011-02-11rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano
2010-11-13Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-13fetch/pull: Add the --recurse-submodules optionJens Lehmann