summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | register_ref_store(): new functionMichael Haggerty2017-02-101-14/+29
| * | | | | | | | refs: remove some unnecessary handling of submodule == ""Michael Haggerty2017-02-101-11/+2
| * | | | | | | | refs: make some ref_store lookup functions privateMichael Haggerty2017-02-102-21/+17
| * | | | | | | | refs: reorder some function definitionsMichael Haggerty2017-02-101-32/+32
| |/ / / / / / /
* | | | | | | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-02-274-19/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | connect.c: stop conflating ssh command names and overridesJunio C Hamano2017-02-101-13/+32
| * | | | | | | | connect: Add the envvar GIT_SSH_VARIANT and ssh.variant configSegev Finer2017-02-014-3/+51
| * | | | | | | | git_connect(): factor out SSH variant handlingJohannes Schindelin2017-02-011-26/+46
| * | | | | | | | connect: rename tortoiseplink and putty variablesJunio C Hamano2017-01-261-10/+13
| * | | | | | | | connect: handle putty/plink also in GIT_SSH_COMMANDSegev Finer2017-01-252-7/+31
* | | | | | | | | Merge branch 'js/rebase-helper'Junio C Hamano2017-02-277-1/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rebase -i: use the rebase--helper builtinJohannes Schindelin2017-02-092-1/+14
| * | | | | | | | | rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-095-0/+44
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bw/attr'Junio C Hamano2017-02-2714-444/+816
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | attr: reformat git_attr_set_direction() functionbw/attrBrandon Williams2017-02-012-30/+22
| * | | | | | | | | attr: push the bare repo check into read_attr()Brandon Williams2017-02-011-60/+54
| * | | | | | | | | attr: store attribute stack in attr_check structureBrandon Williams2017-02-012-89/+199
| * | | | | | | | | attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-013-8/+9
| * | | | | | | | | attr: remove maybe-real, maybe-macro from git_attrBrandon Williams2017-02-011-38/+37
| * | | | | | | | | attr: eliminate global check_all_attr arrayBrandon Williams2017-02-012-39/+87
| * | | | | | | | | attr: use hashmap for attribute dictionaryBrandon Williams2017-02-013-45/+133
| * | | | | | | | | attr: change validity check for attribute names to use positive logicJunio C Hamano2017-02-011-14/+20
| * | | | | | | | | attr: pass struct attr_check to collect_some_attrsBrandon Williams2017-02-011-20/+13
| * | | | | | | | | attr: retire git_check_attrs() APIJunio C Hamano2017-02-013-32/+58
| * | | | | | | | | attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-016-86/+45
| * | | | | | | | | attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-013-56/+43
| * | | | | | | | | attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano2017-02-012-0/+91
| * | | | | | | | | attr: rename function and struct related to checking attributesJunio C Hamano2017-02-019-41/+42
| * | | | | | | | | attr.c: outline the future plans by heavily commentingJunio C Hamano2017-02-011-1/+39
| * | | | | | | | | Documentation: fix a typoStefan Beller2017-02-011-1/+1
| * | | | | | | | | attr.c: add push_stack() helperJunio C Hamano2017-02-011-38/+33
| * | | | | | | | | attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-013-5/+44
| * | | | | | | | | attr.c: plug small leak in parse_attr_line()Junio C Hamano2017-02-011-4/+8
| * | | | | | | | | attr.c: tighten constness around "git_attr" structureJunio C Hamano2017-02-012-3/+3
| * | | | | | | | | attr.c: simplify macroexpand_one()Junio C Hamano2017-02-011-7/+4
| * | | | | | | | | attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano2017-02-011-1/+1
| * | | | | | | | | attr.c: complete a sentence in a commentJunio C Hamano2017-02-011-1/+1
| * | | | | | | | | attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano2017-02-011-0/+6
| * | | | | | | | | attr.c: update a stale comment on "struct match_attr"Junio C Hamano2017-02-011-3/+2
| * | | | | | | | | attr.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-011-2/+2
| * | | | | | | | | commit.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-011-2/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sg/completion'Junio C Hamano2017-02-275-168/+690
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | completion: restore removed line continuating backslashsg/completionSZEDER Gábor2017-02-131-1/+1
| * | | | | | | | | completion: cache the path to the repositorySZEDER Gábor2017-02-032-75/+132
| * | | | | | | | | completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-032-22/+42
| * | | | | | | | | completion: don't guard git executions with __gitdir()SZEDER Gábor2017-02-031-21/+11
| * | | | | | | | | completion: consolidate silencing errors from git commandsSZEDER Gábor2017-02-031-16/+12
| * | | | | | | | | completion: don't use __gitdir() for git commandsSZEDER Gábor2017-02-031-29/+31
| * | | | | | | | | completion: respect 'git -C <path>'SZEDER Gábor2017-02-032-5/+101
| * | | | | | | | | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-033-16/+31