summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/t6300-cleanup'Junio C Hamano2017-03-101-1/+1
|\
| * t6300: avoid creating refs/heads/HEADJeff King2017-02-271-1/+1
* | Merge branch 'jk/ident-empty'Junio C Hamano2017-03-101-0/+36
|\ \
| * | ident: do not ignore empty config name/emailJeff King2017-02-231-0/+11
| * | ident: reject all-crud ident nameJeff King2017-02-231-0/+5
| * | ident: handle NULL email when complaining of empty nameJeff King2017-02-231-0/+20
| |/
* | Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano2017-03-101-0/+62
|\ \
| * | config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano2017-02-241-0/+62
* | | Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-271-0/+19
|\ \ \
| * | | remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2017-02-211-0/+19
| | |/ | |/|
* | | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-272-0/+24
|\ \ \
| * | | branch: record creation of renamed branch in HEAD's logKyle Meyer2017-02-211-2/+3
| * | | rename_ref: replace empty message in HEAD's logKyle Meyer2017-02-211-0/+5
| * | | update-ref: pass reflog message to delete_ref()Kyle Meyer2017-02-211-0/+18
* | | | Merge branch 'js/git-path-in-subdir'Junio C Hamano2017-02-273-1/+53
|\ \ \ \
| * | | | rev-parse: fix several options when running in a subdirectoryJohannes Schindelin2017-02-173-5/+5
| * | | | rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo2017-02-173-2/+54
* | | | | Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-272-0/+18
|\ \ \ \ \
| * | | | | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRJonathan Nieder2017-02-141-0/+9
| * | | | | remote: avoid reading $GIT_DIR config in non-repoJeff King2017-02-141-0/+9
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/grep-no-index-fix'Junio C Hamano2017-02-271-0/+66
|\ \ \ \ \
| * | | | | grep: treat revs the same for --untracked as for --no-indexJeff King2017-02-141-1/+1
| * | | | | grep: do not diagnose misspelt revs with --no-indexJeff King2017-02-141-0/+5
| * | | | | grep: avoid resolving revision names in --no-index caseJeff King2017-02-141-0/+13
| * | | | | grep: fix "--" rev/pathspec disambiguationJeff King2017-02-141-0/+33
| * | | | | grep: do not unnecessarily query repo for "--"Jonathan Tan2017-02-141-0/+15
* | | | | | Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano2017-02-271-0/+15
|\ \ \ \ \ \
| * | | | | | gc: ignore old gc.log filesDavid Turner2017-02-141-0/+15
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-02-271-0/+41
|\ \ \ \ \ \
| * | | | | | connect: Add the envvar GIT_SSH_VARIANT and ssh.variant configSegev Finer2017-02-011-0/+26
| * | | | | | connect: handle putty/plink also in GIT_SSH_COMMANDSegev Finer2017-01-251-0/+15
* | | | | | | Merge branch 'js/rebase-helper'Junio C Hamano2017-02-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: use the rebase--helper builtinJohannes Schindelin2017-02-091-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bw/attr'Junio C Hamano2017-02-271-0/+26
|\ \ \ \ \ \ \
| * | | | | | | attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-011-0/+26
* | | | | | | | Merge branch 'sg/completion'Junio C Hamano2017-02-272-75/+503
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: cache the path to the repositorySZEDER Gábor2017-02-041-58/+103
| * | | | | | | | completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-041-6/+16
| * | | | | | | | completion: respect 'git -C <path>'SZEDER Gábor2017-02-041-0/+87
| * | | | | | | | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-041-8/+9
| * | | | | | | | completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-041-1/+6
| * | | | | | | | completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-041-3/+3
| * | | | | | | | completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-041-1/+1
| * | | | | | | | completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-041-1/+10
| * | | | | | | | completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-041-2/+2
| * | | | | | | | completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-041-0/+8
| * | | | | | | | completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2017-02-041-1/+264
| * | | | | | | | completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2017-02-041-3/+5
| * | | | | | | | completion tests: consolidate getting path of current working directorySZEDER Gábor2017-02-041-23/+21
| * | | | | | | | completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2017-02-041-2/+2