summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Fifth batch for 2.13Junio C Hamano2017-03-171-9/+54
* Merge branch 'bw/attr-pathspec'Junio C Hamano2017-03-171-0/+21
|\
| * pathspec: allow querying for attributesBrandon Williams2017-03-131-0/+21
* | Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano2017-03-171-0/+6
|\ \
| * | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-081-0/+6
* | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-172-8/+64
|\ \ \
| * | | Documentation/git-update-index: explain splitIndex.*Christian Couder2017-03-062-9/+30
| * | | Documentation/config: add splitIndex.sharedIndexExpireChristian Couder2017-03-061-0/+12
| * | | Documentation/config: add splitIndex.maxPercentChangeChristian Couder2017-03-011-0/+13
| * | | Documentation/git-update-index: talk about core.splitIndex config varChristian Couder2017-03-011-0/+6
| * | | Documentation/config: add information for core.splitIndexChristian Couder2017-03-011-0/+4
* | | | Sync with 'maint'Junio C Hamano2017-03-161-0/+41
|\ \ \ \
| * | | | Preparing for 2.12.1Junio C Hamano2017-03-161-0/+41
* | | | | Fourth batch after 2.12Junio C Hamano2017-03-141-0/+42
* | | | | Merge branch 'dp/filter-branch-prune-empty'Junio C Hamano2017-03-141-8/+6
|\ \ \ \ \
| * | | | | filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly2017-03-031-8/+6
* | | | | | Third batch after 2.12Junio C Hamano2017-03-121-0/+39
* | | | | | Merge branch 'ah/doc-ls-files-quotepath'Junio C Hamano2017-03-129-39/+48
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Documentation: improve description for core.quotePathah/doc-ls-files-quotepathAndreas Heiduk2017-03-029-39/+48
| | |_|_|/ | |/| | |
* | | | | Second batch after 2.12Junio C Hamano2017-03-101-0/+65
* | | | | Merge branch 'tg/stash-push'Junio C Hamano2017-03-101-6/+19
|\ \ \ \ \
| * | | | | stash: allow pathspecs in the no verb formtg/stash-pushThomas Gummerer2017-02-281-4/+7
| * | | | | stash: use stash_push for no verb formThomas Gummerer2017-02-281-4/+4
| * | | | | stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-281-1/+8
| * | | | | stash: introduce push verbThomas Gummerer2017-02-191-0/+3
* | | | | | Merge branch 'sb/submodule-init-url-selection'Junio C Hamano2017-03-101-14/+24
|\ \ \ \ \ \
| * | | | | | submodule init: warn about falling back to a local pathsb/submodule-init-url-selectionStefan Beller2017-02-281-14/+24
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ps/docs-diffcore'Junio C Hamano2017-03-101-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | docs/diffcore: unquote "Complete Rewrites" in headersps/docs-diffcorePatrick Steinhardt2017-02-281-4/+4
| * | | | | docs/diffcore: fix grammar in diffcore-rename headerPatrick Steinhardt2017-02-281-1/+1
| |/ / / /
* | | | | First batch after 2.12Junio C Hamano2017-02-271-0/+151
* | | | | Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano2017-02-271-0/+6
|\ \ \ \ \
| * | | | | gc: ignore old gc.log filesDavid Turner2017-02-131-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-02-272-0/+17
|\ \ \ \ \
| * | | | | connect: Add the envvar GIT_SSH_VARIANT and ssh.variant configSegev Finer2017-02-012-0/+17
* | | | | | Merge branch 'bw/attr'Junio C Hamano2017-02-272-34/+62
|\ \ \ \ \ \
| * | | | | | attr: retire git_check_attrs() APIJunio C Hamano2017-02-011-30/+56
| * | | | | | Documentation: fix a typoStefan Beller2017-02-011-1/+1
| * | | | | | attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-011-3/+5
* | | | | | | Merge branch 'sg/completion'Junio C Hamano2017-02-271-0/+4
|\ \ \ \ \ \ \
| * | | | | | | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-031-0/+4
* | | | | | | | Merge branch 'lt/pathspec-negative'Junio C Hamano2017-02-271-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | pathspec: don't error out on all-exclusionary pathspec patternslt/pathspec-negativeLinus Torvalds2017-02-101-1/+3
| * | | | | | | | pathspec magic: add '^' as alias for '!'Linus Torvalds2017-02-101-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-02-272-16/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-071-0/+2
| * | | | | | | | branch: implement '--format' optionKarthik Nayak2017-01-311-1/+6
| * | | | | | | | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-311-19/+23
| * | | | | | | | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-311-2/+8
| * | | | | | | | ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-101-2/+1