summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | repack: consider bitmaps when performing repacksVicent Marti2013-12-301-1/+8
| * | | | | | | | | | | | pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+8
| * | | | | | | | | | | | rev-list: add bitmap mode to speed up object listsVicent Marti2013-12-302-0/+9
| * | | | | | | | | | | | pack-objects: use bitmaps when packing objectsVicent Marti2013-12-301-0/+6
| * | | | | | | | | | | | documentation: add documentation for the bitmap formatVicent Marti2013-12-301-0/+131
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'bc/gpg-sign-everywhere'Junio C Hamano2014-02-274-3/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rebase: add the --gpg-sign optionNicolas Vigier2014-02-111-0/+4
| * | | | | | | | | | | | am: add the --gpg-sign optionNicolas Vigier2014-02-031-1/+5
| * | | | | | | | | | | | cherry-pick, revert: add the --gpg-sign optionNicolas Vigier2014-01-272-2/+11
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'al/docs'Junio C Hamano2014-02-274-10/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | docs/git-blame: explain more clearly the example pickaxe useal/docsAlbert L. Lash, IV2014-02-111-1/+2
| * | | | | | | | | | | | docs/git-clone: clarify use of --no-hardlinks optionAlbert L. Lash, IV2014-02-111-7/+4
| * | | | | | | | | | | | docs/git-remote: capitalize first word of initial blurbAlbert L. Lash, IV2014-02-111-1/+1
| * | | | | | | | | | | | docs/merge-strategies: remove hyphen from mis-mergesAlbert L. Lash, IV2014-02-111-1/+1
* | | | | | | | | | | | | Merge branch 'nd/reset-intent-to-add'Junio C Hamano2014-02-271-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-addNguyễn Thái Ngọc Duy2014-02-051-1/+4
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'wk/submodule-on-branch'Junio C Hamano2014-02-272-9/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation: describe 'submodule update --remote' use casewk/submodule-on-branchW. Trevor King2014-02-241-0/+10
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | submodule: explicit local branch creation in module_cloneW. Trevor King2014-02-242-9/+31
* | | | | | | | | | | | | Merge branch 'da/pull-ff-configuration'Junio C Hamano2014-02-271-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | pull: add pull.ff configurationDavid Aguilar2014-01-151-0/+10
* | | | | | | | | | | | | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-272-52/+235
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-241-1/+1
| * | | | | | | | | | | | | | remove old hash.[ch] implementationKarsten Blees2013-11-181-52/+0
| * | | | | | | | | | | | | | add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+235
* | | | | | | | | | | | | | | Merge branch 'nv/commit-gpgsign-config'Junio C Hamano2014-02-273-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | commit-tree: add and document --no-gpg-signJunio C Hamano2014-02-242-0/+9
| * | | | | | | | | | | | | | commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier2014-02-241-0/+8
* | | | | | | | | | | | | | | Git 1.9.0v1.9.0Junio C Hamano2014-02-142-31/+9
* | | | | | | | | | | | | | | release notes: typo fixesMichael J Gruber2014-02-141-18/+18
* | | | | | | | | | | | | | | Sync with 1.8.5.5Junio C Hamano2014-02-133-2/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Git 1.8.5.5v1.8.5.5Junio C Hamano2014-02-133-2/+40
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ow/manpages-typofix'Junio C Hamano2014-02-076-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation: fix typos in man pagesow/manpages-typofixØystein Walle2014-02-056-7/+7
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'nd/tag-doc'Junio C Hamano2014-02-071-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-tag.txt: <commit> for --contains is optionalnd/tag-docNguyễn Thái Ngọc Duy2014-02-041-2/+3
* | | | | | | | | | | | | | Sync with 1.8.5.4Junio C Hamano2014-02-052-1/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Git 1.8.5.4v1.8.5.4Junio C Hamano2014-02-052-1/+50
| * | | | | | | | | | | | | Merge branch 'jc/maint-pull-docfix' into maintJunio C Hamano2014-02-052-5/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | howto/maintain-git.txt: new version numbering schemeJunio C Hamano2014-02-051-7/+11
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Git 1.9-rc1v1.9-rc1Junio C Hamano2014-01-271-0/+46
* | | | | | | | | | | | | Merge branch 'ta/doc-http-protocol-in-html'Junio C Hamano2014-01-272-114/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | http-protocol.txt: don't use uppercase for variable names in "The Negotiation...ta/doc-http-protocol-in-htmlThomas Ackermann2014-01-271-23/+22