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
path: root/t
AgeCommit message (Expand)Author
2017-03-18submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams
2017-03-18submodule--helper init: set submodule.<name>.activeBrandon Williams
2017-03-18clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams
2017-03-18submodule init: initialize active submodulesBrandon Williams
2017-03-18submodule: decouple url and submodule interestBrandon Williams
2017-03-17submodule--helper: add is-active subcommandBrandon Williams
2017-03-13Merge branch 'jc/diff-populate-filespec-size-only-fix'Junio C Hamano
2017-03-13Merge branch 'ax/line-log-range-merge-fix'Junio C Hamano
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-13Merge branch 'jk/add-i-patch-do-prompt'Junio C Hamano
2017-03-11Merge branch 'tg/stash-push'Junio C Hamano
2017-03-11Merge branch 'jt/http-base-url-update-upon-redirect'Junio C Hamano
2017-03-11Merge branch 'jh/send-email-one-cc'Junio C Hamano
2017-03-11Merge branch 'jk/t6300-cleanup'Junio C Hamano
2017-03-11Merge branch 'jk/ident-empty'Junio C Hamano
2017-03-11Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano
2017-03-09real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-09t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREEJohannes Schindelin
2017-03-03line-log.c: prevent crash during union of too many rangesAllan Xavier
2017-03-02diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec()Junio C Hamano
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Jeff King
2017-03-01stash: allow pathspecs in the no verb formThomas Gummerer
2017-03-01stash: use stash_push for no verb formThomas Gummerer
2017-03-01stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer
2017-02-28http: attempt updating base URL only if no errorJonathan Tan
2017-02-28Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano
2017-02-28Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-28Merge branch 'js/git-path-in-subdir'Junio C Hamano
2017-02-28Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano
2017-02-28Merge branch 'jk/grep-no-index-fix'Junio C Hamano
2017-02-28Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano
2017-02-28Merge branch 'sf/putty-w-args'Junio C Hamano
2017-02-28Merge branch 'js/rebase-helper'Junio C Hamano
2017-02-28Merge branch 'bw/attr'Junio C Hamano
2017-02-28Merge branch 'sg/completion'Junio C Hamano
2017-02-28Merge branch 'lt/pathspec-negative'Junio C Hamano
2017-02-28Merge branch 'cw/tag-reflog-message'Junio C Hamano
2017-02-28Merge branch 'jk/alternate-ref-optim'Junio C Hamano
2017-02-28Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-02-28Merge branch 'ps/urlmatch-wildcard'Junio C Hamano
2017-02-28Merge branch 'mm/merge-rename-delete-message'Junio C Hamano
2017-02-28Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-28Merge branch 'jk/delta-chain-limit'Junio C Hamano
2017-02-28Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-02-27t6300: avoid creating refs/heads/HEADJeff King
2017-02-27send-email: only allow one address per body tagJohan Hovold
2017-02-24config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano
2017-02-23ident: do not ignore empty config name/emailJeff King
2017-02-23ident: reject all-crud ident nameJeff King
2017-02-23ident: handle NULL email when complaining of empty nameJeff King