aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* 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
| * | | | | grep: do not unnecessarily query repo for "--"Jonathan Tan2017-02-14
* | | | | | Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | gc: ignore old gc.log filesDavid Turner2017-02-13
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | connect: Add the envvar GIT_SSH_VARIANT and ssh.variant configSegev Finer2017-02-01
| * | | | | | connect: handle putty/plink also in GIT_SSH_COMMANDSegev Finer2017-01-25
* | | | | | | Merge branch 'js/rebase-helper'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: use the rebase--helper builtinJohannes Schindelin2017-02-09
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bw/attr'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-01
* | | | | | | | Merge branch 'sg/completion'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: cache the path to the repositorySZEDER Gábor2017-02-03
| * | | | | | | | completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-03
| * | | | | | | | completion: respect 'git -C <path>'SZEDER Gábor2017-02-03
| * | | | | | | | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-03
| * | | | | | | | completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-03
| * | | | | | | | completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-03
| * | | | | | | | completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-03
| * | | | | | | | completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-03
| * | | | | | | | completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-03
| * | | | | | | | completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-03
| * | | | | | | | completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2017-02-03
| * | | | | | | | completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2017-02-03
| * | | | | | | | completion tests: consolidate getting path of current working directorySZEDER Gábor2017-02-03
| * | | | | | | | completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2017-02-03