summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \