Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with 2.5.3 | Junio C Hamano | 2015-09-17 | 2 | -1/+19 |
|\ | |||||
| * | Git 2.5.3v2.5.3 | Junio C Hamano | 2015-09-17 | 2 | -1/+19 |
| * | Merge branch 'br/svn-doc-include-paths-config' into maint | Junio C Hamano | 2015-09-17 | 1 | -0/+3 |
| |\ | |||||
* | \ | Merge branch 'po/doc-branch-desc' | Junio C Hamano | 2015-09-17 | 4 | -4/+7 |
|\ \ \ | |||||
| * | | | doc: show usage of branch description | Philip Oakley | 2015-09-14 | 4 | -4/+7 |
* | | | | Merge branch 'as/config-doc-markup-fix' | Junio C Hamano | 2015-09-17 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Documentation/config: fix formatting for branch.*.rebase and pull.rebase | Andreas Schwab | 2015-09-13 | 1 | -6/+6 |
* | | | | | Update RelNotes to 2.6 to describe leftover bits since -rc2 | Junio C Hamano | 2015-09-15 | 1 | -1/+7 |
* | | | | | Git 2.6-rc2v2.6.0-rc2 | Junio C Hamano | 2015-09-14 | 1 | -0/+8 |
* | | | | | Merge branch 'jk/pack-protocol-doc' | Junio C Hamano | 2015-09-14 | 2 | -21/+30 |
|\ \ \ \ \ | |||||
| * | | | | | pack-protocol: clarify LF-handling in PKT-LINE() | Jeff King | 2015-09-04 | 2 | -21/+30 |
* | | | | | | Sync with 2.5.2 | Junio C Hamano | 2015-09-09 | 5 | -4/+98 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Git 2.5.2v2.5.2 | Junio C Hamano | 2015-09-04 | 2 | -1/+65 |
| * | | | | | Sync with 2.4.9 | Junio C Hamano | 2015-09-04 | 4 | -3/+33 |
| |\ \ \ \ \ | |||||
| | * | | | | | Git 2.4.9v2.4.9 | Junio C Hamano | 2015-09-04 | 2 | -1/+11 |
| | * | | | | | Sync with 2.3.9 | Junio C Hamano | 2015-09-04 | 3 | -2/+22 |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | |||||
| | | * | | | | Git 2.3.9v2.3.9 | Junio C Hamano | 2015-09-04 | 2 | -1/+11 |
| | | * | | | | Sync with 2.2.3 | Junio C Hamano | 2015-09-04 | 2 | -1/+11 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Git 2.2.3v2.2.3 | Junio C Hamano | 2015-09-04 | 2 | -1/+11 |
| * | | | | | | | Merge branch 'as/docfix-reflog-expire-unreachable' into maint | Junio C Hamano | 2015-09-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/rev-list-has-no-notes' into maint | Junio C Hamano | 2015-09-04 | 3 | -0/+6 |
| |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | Release Notes: typofix | Junio C Hamano | 2015-09-09 | 1 | -1/+1 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
* | | | | | | | | | Git 2.6-rc0v2.6.0-rc0 | Junio C Hamano | 2015-09-02 | 1 | -3/+12 |
* | | | | | | | | | Ninth batch for 2.6 | Junio C Hamano | 2015-09-02 | 1 | -0/+22 |
* | | | | | | | | | Merge branch 'br/svn-doc-include-paths-config' | Junio C Hamano | 2015-09-02 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | git-svn doc: mention "svn-remote.<name>.include-paths" | Brett Randall | 2015-08-26 | 1 | -0/+3 |
* | | | | | | | | | Eighth batch for 2.6 | Junio C Hamano | 2015-09-01 | 1 | -0/+39 |
* | | | | | | | | | Merge branch 'sg/describe-contains' | Junio C Hamano | 2015-09-01 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | describe --contains: default to HEAD when no commit-ish is given | SZEDER Gábor | 2015-08-25 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 2015-09-01 | 4 | -6/+36 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | push: add a config option push.gpgSign for default signed pushes | Dave Borowitz | 2015-08-19 | 1 | -0/+8 |
| * | | | | | | | | | | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 2 | -13/+20 |
| * | | | | | | | | | | gitremote-helpers.txt: document pushcert option | Dave Borowitz | 2015-08-19 | 1 | -0/+3 |
| * | | | | | | | | | | Documentation/git-send-pack.txt: document --signed | Dave Borowitz | 2015-08-19 | 1 | -1/+9 |
| * | | | | | | | | | | Documentation/git-send-pack.txt: wrap long synopsis line | Dave Borowitz | 2015-08-19 | 1 | -1/+3 |
| * | | | | | | | | | | Documentation/git-push.txt: document when --signed may fail | Dave Borowitz | 2015-08-19 | 1 | -1/+3 |
* | | | | | | | | | | | Merge branch 'jk/notes-merge-config' | Junio C Hamano | 2015-09-01 | 2 | -5/+36 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | notes: teach git-notes about notes.<name>.mergeStrategy option | Jacob Keller | 2015-08-18 | 2 | -0/+12 |
| * | | | | | | | | | | | notes: add notes.mergeStrategy option to select default strategy | Jacob Keller | 2015-08-18 | 2 | -1/+19 |
| * | | | | | | | | | | | notes: document cat_sort_uniq rewriteMode | Jacob Keller | 2015-08-18 | 2 | -4/+5 |
* | | | | | | | | | | | | Merge branch 'jk/rev-list-has-no-notes' | Junio C Hamano | 2015-09-01 | 3 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | rev-list: make it obvious that we do not support notes | Jeff King | 2015-08-24 | 3 | -0/+6 |
* | | | | | | | | | | | | Merge branch 'hv/submodule-config' | Junio C Hamano | 2015-09-01 | 1 | -0/+62 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | submodule: use new config API for worktree configurations | Heiko Voigt | 2015-08-19 | 1 | -1/+18 |
| * | | | | | | | | | | | | submodule: implement a config API for lookup of .gitmodules values | Heiko Voigt | 2015-08-19 | 1 | -0/+45 |
* | | | | | | | | | | | | | Merge branch 'sg/config-name-only' | Junio C Hamano | 2015-09-01 | 1 | -3/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | config: add '--name-only' option to list only variable names | SZEDER Gábor | 2015-08-10 | 1 | -3/+7 |
* | | | | | | | | | | | | | | Sync with 2.5.1 | Junio C Hamano | 2015-08-28 | 2 | -1/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Git 2.5.1v2.5.1 | Junio C Hamano | 2015-08-28 | 2 | -1/+18 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Seventh batch for 2.6 | Junio C Hamano | 2015-08-28 | 1 | -0/+8 |