aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams2017-03-18
* submodule--helper init: set submodule.<name>.activeBrandon Williams2017-03-18
* clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-18
* submodule init: initialize active submodulesBrandon Williams2017-03-18
* submodule: decouple url and submodule interestBrandon Williams2017-03-18
* submodule--helper: add is-active subcommandBrandon Williams2017-03-17
* Merge branch 'jc/diff-populate-filespec-size-only-fix'Junio C Hamano2017-03-12
|\
| * diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec()Junio C Hamano2017-03-02
* | Merge branch 'ax/line-log-range-merge-fix'Junio C Hamano2017-03-12
|\ \
| * | line-log.c: prevent crash during union of too many rangesAllan Xavier2017-03-03
* | | Merge branch 'js/realpath-pathdup-fix'Junio C Hamano2017-03-12
|\ \ \
| * | | real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
| * | | t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREEJohannes Schindelin2017-03-08
* | | | Merge branch 'jk/add-i-patch-do-prompt'Junio C Hamano2017-03-12
|\ \ \ \
| * | | | add--interactive: fix missing file prompt for patch mode with "-i"Jeff King2017-03-02
| |/ / /
* | | | Merge branch 'tg/stash-push'Junio C Hamano2017-03-10
|\ \ \ \
| * | | | stash: allow pathspecs in the no verb formThomas Gummerer2017-02-28
| * | | | stash: use stash_push for no verb formThomas Gummerer2017-02-28
| * | | | stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-28
| * | | | stash: add test for the create command line argumentsThomas Gummerer2017-02-19
| * | | | stash: introduce push verbThomas Gummerer2017-02-19
* | | | | Merge branch 'jt/http-base-url-update-upon-redirect'Junio C Hamano2017-03-10
|\ \ \ \ \
| * | | | | http: attempt updating base URL only if no errorJonathan Tan2017-02-28
| | |/ / / | |/| | |
* | | | | Merge branch 'jh/send-email-one-cc'Junio C Hamano2017-03-10
|\ \ \ \ \
| * | | | | send-email: only allow one address per body tagJohan Hovold2017-02-27
* | | | | | Merge branch 'jk/t6300-cleanup'Junio C Hamano2017-03-10
|\ \ \ \ \ \
| * | | | | | t6300: avoid creating refs/heads/HEADJeff King2017-02-27
| |/ / / / /
* | | | | | Merge branch 'jk/ident-empty'Junio C Hamano2017-03-10
|\ \ \ \ \ \
| * | | | | | ident: do not ignore empty config name/emailJeff King2017-02-23
| * | | | | | ident: reject all-crud ident nameJeff King2017-02-23
| * | | | | | ident: handle NULL email when complaining of empty nameJeff King2017-02-23
| |/ / / / /
* | | | | | Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano2017-03-10
|\ \ \ \ \ \
| * | | | | | config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano2017-02-23
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2017-02-21
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | branch: record creation of renamed branch in HEAD's logKyle Meyer2017-02-20
| * | | | | | rename_ref: replace empty message in HEAD's logKyle Meyer2017-02-20
| * | | | | | update-ref: pass reflog message to delete_ref()Kyle Meyer2017-02-20
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/git-path-in-subdir'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | rev-parse: fix several options when running in a subdirectoryJohannes Schindelin2017-02-17
| * | | | | | rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo2017-02-17
* | | | | | | Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRJonathan Nieder2017-02-14
| * | | | | | | remote: avoid reading $GIT_DIR config in non-repoJeff King2017-02-14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/grep-no-index-fix'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | grep: treat revs the same for --untracked as for --no-indexJeff King2017-02-14
| * | | | | | | grep: do not diagnose misspelt revs with --no-indexJeff King2017-02-14
| * | | | | | | grep: avoid resolving revision names in --no-index caseJeff King2017-02-14
| * | | | | | | grep: fix "--" rev/pathspec disambiguationJeff King2017-02-14