Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/gitignore-trailing-whitespace' | Junio C Hamano | 2014-03-14 | 1 | -0/+3 |
|\ | |||||
| * | dir: ignore trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+3 |
* | | Start preparing for Git 2.0 | Junio C Hamano | 2014-03-07 | 1 | -0/+146 |
* | | Merge branch 'jc/add-2.0-ignore-removal' | Junio C Hamano | 2014-03-07 | 1 | -7/+11 |
|\ \ | |||||
| * | | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removal | Junio C Hamano | 2013-04-22 | 1 | -7/+11 |
* | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec' | Junio C Hamano | 2014-03-07 | 1 | -8/+8 |
|\ \ \ | |||||
| * | | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspec | Junio C Hamano | 2013-04-26 | 1 | -8/+8 |
* | | | | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 2014-03-07 | 2 | -14/+10 |
|\ \ \ \ | |||||
| * | | | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simple | Junio C Hamano | 2013-06-18 | 2 | -21/+18 |
* | | | | | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 2014-03-05 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | gc: config option for running --auto in background | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+4 |
* | | | | | | Merge branch 'nd/http-fetch-shallow-fix' | Junio C Hamano | 2014-02-27 | 2 | -1/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | protocol-capabilities.txt: document no-done | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+12 |
| * | | | | | | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txt | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+6 |
| * | | | | | | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done' | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -1/+2 |
* | | | | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 5 | -1/+206 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 | 2 | -0/+44 |
| * | | | | | | | repack: consider bitmaps when performing repacks | Vicent Marti | 2013-12-30 | 1 | -1/+8 |
| * | | | | | | | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 | 1 | -0/+8 |
| * | | | | | | | rev-list: add bitmap mode to speed up object lists | Vicent Marti | 2013-12-30 | 2 | -0/+9 |
| * | | | | | | | pack-objects: use bitmaps when packing objects | Vicent Marti | 2013-12-30 | 1 | -0/+6 |
| * | | | | | | | documentation: add documentation for the bitmap format | Vicent Marti | 2013-12-30 | 1 | -0/+131 |
* | | | | | | | | Merge branch 'bc/gpg-sign-everywhere' | Junio C Hamano | 2014-02-27 | 4 | -3/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | rebase: add the --gpg-sign option | Nicolas Vigier | 2014-02-11 | 1 | -0/+4 |
| * | | | | | | | | am: add the --gpg-sign option | Nicolas Vigier | 2014-02-03 | 1 | -1/+5 |
| * | | | | | | | | cherry-pick, revert: add the --gpg-sign option | Nicolas Vigier | 2014-01-27 | 2 | -2/+11 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'al/docs' | Junio C Hamano | 2014-02-27 | 4 | -10/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | docs/git-blame: explain more clearly the example pickaxe useal/docs | Albert L. Lash, IV | 2014-02-11 | 1 | -1/+2 |
| * | | | | | | | | docs/git-clone: clarify use of --no-hardlinks option | Albert L. Lash, IV | 2014-02-11 | 1 | -7/+4 |
| * | | | | | | | | docs/git-remote: capitalize first word of initial blurb | Albert L. Lash, IV | 2014-02-11 | 1 | -1/+1 |
| * | | | | | | | | docs/merge-strategies: remove hyphen from mis-merges | Albert L. Lash, IV | 2014-02-11 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'nd/reset-intent-to-add' | Junio C Hamano | 2014-02-27 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-add | Nguyễn Thái Ngọc Duy | 2014-02-05 | 1 | -1/+4 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'wk/submodule-on-branch' | Junio C Hamano | 2014-02-27 | 2 | -9/+41 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation: describe 'submodule update --remote' use casewk/submodule-on-branch | W. Trevor King | 2014-02-24 | 1 | -0/+10 |
| * | | | | | | | | | submodule: explicit local branch creation in module_clone | W. Trevor King | 2014-02-24 | 2 | -9/+31 |
* | | | | | | | | | | Merge branch 'da/pull-ff-configuration' | Junio C Hamano | 2014-02-27 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pull: add pull.ff configuration | David Aguilar | 2014-01-15 | 1 | -0/+10 |
* | | | | | | | | | | | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 | 2 | -52/+235 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | hashmap.h: use 'unsigned int' for hash-codes everywhere | Karsten Blees | 2014-02-24 | 1 | -1/+1 |
| * | | | | | | | | | | | remove old hash.[ch] implementation | Karsten Blees | 2013-11-18 | 1 | -52/+0 |
| * | | | | | | | | | | | add a hashtable implementation that supports O(1) removal | Karsten Blees | 2013-11-18 | 1 | -0/+235 |
* | | | | | | | | | | | | Merge branch 'nv/commit-gpgsign-config' | Junio C Hamano | 2014-02-27 | 3 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | commit-tree: add and document --no-gpg-sign | Junio C Hamano | 2014-02-24 | 2 | -0/+9 |
| * | | | | | | | | | | | | commit-tree: add the commit.gpgsign option to sign all commits | Nicolas Vigier | 2014-02-24 | 1 | -0/+8 |
* | | | | | | | | | | | | | Git 1.9.0v1.9.0 | Junio C Hamano | 2014-02-14 | 2 | -31/+9 |
* | | | | | | | | | | | | | release notes: typo fixes | Michael J Gruber | 2014-02-14 | 1 | -18/+18 |
* | | | | | | | | | | | | | Sync with 1.8.5.5 | Junio C Hamano | 2014-02-13 | 3 | -2/+40 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Git 1.8.5.5v1.8.5.5 | Junio C Hamano | 2014-02-13 | 3 | -2/+40 |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'ow/manpages-typofix' | Junio C Hamano | 2014-02-07 | 6 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ |