aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAge
* Fifth batch for 2.13Junio C Hamano2017-03-17
* Merge branch 'bw/attr-pathspec'Junio C Hamano2017-03-17
|\
| * pathspec: allow querying for attributesBrandon Williams2017-03-13
* | Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano2017-03-17
|\ \
| * | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-08
* | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-17
|\ \ \
| * | | Documentation/git-update-index: explain splitIndex.*Christian Couder2017-03-06
| * | | Documentation/config: add splitIndex.sharedIndexExpireChristian Couder2017-03-06
| * | | Documentation/config: add splitIndex.maxPercentChangeChristian Couder2017-03-01
| * | | Documentation/git-update-index: talk about core.splitIndex config varChristian Couder2017-03-01
| * | | Documentation/config: add information for core.splitIndexChristian Couder2017-03-01
* | | | Sync with 'maint'Junio C Hamano2017-03-16
|\ \ \ \
| * | | | Preparing for 2.12.1Junio C Hamano2017-03-16
* | | | | Fourth batch after 2.12Junio C Hamano2017-03-14
* | | | | Merge branch 'dp/filter-branch-prune-empty'Junio C Hamano2017-03-14
|\ \ \ \ \
| * | | | | filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly2017-03-03
* | | | | | Third batch after 2.12Junio C Hamano2017-03-12
* | | | | | Merge branch 'ah/doc-ls-files-quotepath'Junio C Hamano2017-03-12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Documentation: improve description for core.quotePathAndreas Heiduk2017-03-02
| | |_|_|/ | |/| | |
* | | | | Second batch after 2.12Junio C Hamano2017-03-10
* | | | | 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: introduce push verbThomas Gummerer2017-02-19
* | | | | | Merge branch 'sb/submodule-init-url-selection'Junio C Hamano2017-03-10
|\ \ \ \ \ \
| * | | | | | submodule init: warn about falling back to a local pathStefan Beller2017-02-28
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ps/docs-diffcore'Junio C Hamano2017-03-10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | docs/diffcore: unquote "Complete Rewrites" in headersPatrick Steinhardt2017-02-28
| * | | | | docs/diffcore: fix grammar in diffcore-rename headerPatrick Steinhardt2017-02-28
| |/ / / /
* | | | | First batch after 2.12Junio C Hamano2017-02-27
* | | | | 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
* | | | | | Merge branch 'bw/attr'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | attr: retire git_check_attrs() APIJunio C Hamano2017-02-01
| * | | | | | Documentation: fix a typoStefan Beller2017-02-01
| * | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-03
* | | | | | | | Merge branch 'lt/pathspec-negative'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | pathspec: don't error out on all-exclusionary pathspec patternsLinus Torvalds2017-02-10
| * | | | | | | | pathspec magic: add '^' as alias for '!'Linus Torvalds2017-02-10
| |/ / / / / / /
* | | | | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-07
| * | | | | | | | branch: implement '--format' optionKarthik Nayak2017-01-31
| * | | | | | | | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-31
| * | | | | | | | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-31
| * | | | | | | | ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-10