summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/upload-pack-shallow'Junio C Hamano2014-03-211-0/+2
|\
| * upload-pack: send shallow info over stdin to pack-objectsnd/upload-pack-shallowNguyễn Thái Ngọc Duy2014-03-111-0/+2
* | Merge branch 'nd/tag-version-sort'Junio C Hamano2014-03-211-0/+6
|\ \
| * | tag: support --sort=<spec>nd/tag-version-sortNguyễn Thái Ngọc Duy2014-02-271-0/+6
| |/
* | Sync with 1.9.1Junio C Hamano2014-03-182-1/+61
|\ \
| * | Git 1.9.1v1.9.1Junio C Hamano2014-03-182-1/+61
| * | Merge branch 'nd/http-fetch-shallow-fix' into maintJunio C Hamano2014-03-182-1/+20
| |\ \ | | |/ | |/|
* | | Update draft release notes to Git 2.0Junio C Hamano2014-03-181-0/+11
* | | Merge branch 'jk/doc-deprecate-grafts'Junio C Hamano2014-03-182-0/+8
|\ \ \
| * | | docs: mark info/grafts as outdatedjk/doc-deprecate-graftsJeff King2014-03-052-0/+8
| |/ /
* | | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-03-182-0/+15
|\ \ \
| * | | repack: add `repack.packKeptObjects` config varJeff King2014-03-032-0/+15
* | | | Merge branch 'fc/transport-helper-fixes'Junio C Hamano2014-03-181-0/+4
|\ \ \ \
| * | | | transport-helper: add 'force' to 'export' helpersFelipe Contreras2013-11-121-0/+4
* | | | | Update draft release notes to Git 2.0Junio C Hamano2014-03-141-2/+63
* | | | | Merge branch 'sr/add--interactive-term-readkey'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \
| * | | | | git-config: document interactive.singlekey requires Term::ReadKeySimon Ruderich2014-03-031-1/+1
* | | | | | Merge branch 'sg/archive-restrict-remote'Junio C Hamano2014-03-143-1/+43
|\ \ \ \ \ \
| * | | | | | add uploadarchive.allowUnreachable optionsg/archive-restrict-remoteScott J. Goldman2014-02-282-0/+13
| * | | | | | docs: clarify remote restrictions for git-upload-archiveJeff King2014-02-282-1/+30
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jl/doc-submodule-update-checkout'Junio C Hamano2014-03-141-1/+10
|\ \ \ \ \ \
| * | | | | | submodule update: consistently document the '--checkout' optionjl/doc-submodule-update-checkoutJens Lehmann2014-02-281-1/+10
* | | | | | | Merge branch 'jk/doc-coding-guideline'Junio C Hamano2014-03-141-0/+11
|\ \ \ \ \ \ \
| * | | | | | | CodingGuidelines: mention C whitespace rulesjk/doc-coding-guidelineJeff King2014-02-281-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-142-0/+9
|\ \ \ \ \ \ \
| * | | | | | | read-cache: add index.version config variabletg/index-v4-formatThomas Gummerer2014-02-241-0/+4
| * | | | | | | introduce GIT_INDEX_VERSION environment variableThomas Gummerer2014-02-241-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jn/am-doc-hooks'Junio C Hamano2014-03-141-0/+5
|\ \ \ \ \ \ \
| * | | | | | | am doc: add a pointer to relevant hooksjn/am-doc-hooksJonathan Nieder2014-02-241-0/+5
| |/ / / / / /
* | | | | | | Merge branch 'jm/stash-doc-k-for-keep'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | stash doc: mention short form -k in save descriptionjm/stash-doc-k-for-keepJohn Marshall2014-02-241-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rt/links-for-asciidoctor'Junio C Hamano2014-03-146-9/+9
|\ \ \ \ \ \ \
| * | | | | | | Documentation: fix documentation AsciiDoc links for external urlsrt/links-for-asciidoctorRoberto Tyley2014-02-206-9/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-03-141-0/+3
|\ \ \ \ \ \ \
| * | | | | | | dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-0/+3
* | | | | | | | Start preparing for Git 2.0Junio C Hamano2014-03-071-0/+146
* | | | | | | | Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano2014-03-071-7/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removalJunio C Hamano2013-04-221-7/+11
* | | | | | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-071-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-261-8/+8
* | | | | | | | | | Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-072-14/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simpleJunio C Hamano2013-06-182-21/+18
* | | | | | | | | | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-051-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy2014-02-101-0/+4
* | | | | | | | | | | | Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano2014-02-272-1/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | protocol-capabilities.txt: document no-doneNguyễn Thái Ngọc Duy2014-02-101-0/+12
| * | | | | | | | | | | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txtNguyễn Thái Ngọc Duy2014-02-101-0/+6
| * | | | | | | | | | | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'Nguyễn Thái Ngọc Duy2014-02-101-1/+2
* | | | | | | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-275-1/+206
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-302-0/+44