Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'po/error-message-style' | Junio C Hamano | 2014-07-16 | 1 | -0/+9 |
|\ | |||||
| * | doc: give some guidelines for error messagespo/error-message-style | Philip Oakley | 2014-07-10 | 1 | -0/+9 |
* | | Merge branch 'jk/replace-edit-raw' | Junio C Hamano | 2014-07-16 | 1 | -0/+8 |
|\ \ | |||||
| * | | replace: add a --raw mode for --editjk/replace-edit-raw | Jeff King | 2014-06-25 | 1 | -0/+8 |
* | | | Merge branch 'nd/split-index' | Junio C Hamano | 2014-07-16 | 4 | -0/+54 |
|\ \ \ | |||||
| * | | | rev-parse: add --shared-index-path to get shared index path | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+4 |
| * | | | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+11 |
| * | | | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -0/+39 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-10 | 1 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | Start preparing for 2.0.2 | Junio C Hamano | 2014-07-10 | 1 | -0/+13 |
| * | | | | Merge branch 'mc/doc-submodule-sync-recurse' into maint | Junio C Hamano | 2014-07-10 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | | | | | | Seventh batch for 2.1 | Junio C Hamano | 2014-07-10 | 1 | -0/+22 |
* | | | | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 1 | -0/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | verify-commit: scriptable commit signature verification | Michael J Gruber | 2014-06-23 | 1 | -0/+28 |
* | | | | | | | Sixth batch for 2.1 | Junio C Hamano | 2014-07-09 | 1 | -0/+18 |
* | | | | | | | Sync with maint | Junio C Hamano | 2014-06-25 | 2 | -1/+117 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Git 2.0.1v2.0.1 | Junio C Hamano | 2014-06-25 | 2 | -1/+117 |
| * | | | | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maint | Junio C Hamano | 2014-06-25 | 2 | -3/+9 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Fifth batch for 2.1 | Junio C Hamano | 2014-06-25 | 1 | -2/+14 |
* | | | | | | | Merge branch 'ye/doc-http-proto' | Junio C Hamano | 2014-06-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616ye/doc-http-proto | Yi EungJun | 2014-06-16 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'mc/doc-submodule-sync-recurse' | Junio C Hamano | 2014-06-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | submodule: document "sync --recursive"mc/doc-submodule-sync-recurse | Matthew Chen | 2014-06-13 | 1 | -1/+1 |
* | | | | | | | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 2014-06-25 | 1 | -7/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | repack: introduce repack.writeBitmaps config option | Jeff King | 2014-06-10 | 1 | -7/+10 |
* | | | | | | | | Fourth batch for 2.1 | Junio C Hamano | 2014-06-20 | 1 | -0/+9 |
* | | | | | | | | Merge branch 'jc/fetch-pull-refmap' | Junio C Hamano | 2014-06-20 | 3 | -57/+122 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | docs: Explain the purpose of fetch's and pull's <refspec> parameter.jc/fetch-pull-refmap | Marc Branchaud | 2014-06-12 | 2 | -6/+16 |
| * | | | | | | | | fetch: allow explicit --refmap to override configurationjc/fetch-push-refmap | Junio C Hamano | 2014-06-05 | 2 | -0/+12 |
| * | | | | | | | | fetch doc: add a section on configured remote-tracking branches | Junio C Hamano | 2014-06-05 | 1 | -0/+45 |
| * | | | | | | | | fetch doc: remove "short-cut" section | Junio C Hamano | 2014-06-04 | 1 | -13/+3 |
| * | | | | | | | | fetch doc: update refspec format description | Junio C Hamano | 2014-06-04 | 1 | -0/+1 |
| * | | | | | | | | fetch doc: on pulling multiple refspecs | Junio C Hamano | 2014-06-04 | 1 | -7/+12 |
| * | | | | | | | | fetch doc: remove notes on outdated "mixed layout" | Junio C Hamano | 2014-06-02 | 1 | -13/+0 |
| * | | | | | | | | fetch doc: update note on '+' in front of the refspec | Junio C Hamano | 2014-06-02 | 1 | -9/+9 |
| * | | | | | | | | fetch doc: move FETCH_HEAD material lower and add an example | Marc Branchaud | 2014-06-02 | 1 | -8/+21 |
| * | | | | | | | | fetch doc: update introductory part for clarity | Junio C Hamano | 2014-05-30 | 1 | -11/+13 |
* | | | | | | | | | Merge branch 'mt/send-email-cover-to-cc' | Junio C Hamano | 2014-06-20 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-send-email: two new options: to-cover, cc-cover | Michael S. Tsirkin | 2014-04-29 | 1 | -0/+12 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jm/api-strbuf-doc' | Junio C Hamano | 2014-06-20 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | api-strbuf.txt minor typosjm/api-strbuf-doc | Jeremiah Mahler | 2014-06-09 | 1 | -5/+5 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Third batch for 2.1 | Junio C Hamano | 2014-06-16 | 1 | -0/+80 |
* | | | | | | | | | Merge branch 'ta/string-list-init' | Junio C Hamano | 2014-06-16 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | string-list: spell all values out that are given to a string_list initializer | Tanay Abhra | 2014-06-06 | 1 | -0/+2 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'sh/enable-preloadindex' | Junio C Hamano | 2014-06-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | environment.c: enable core.preloadindex by defaultsh/enable-preloadindex | Steve Hoelzer | 2014-06-03 | 1 | -2/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jm/doc-wording-tweaks' | Junio C Hamano | 2014-06-16 | 2 | -9/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation: wording fixes in the user manual and glossaryjm/doc-wording-tweaks | Jeremiah Mahler | 2014-05-28 | 2 | -9/+8 |
* | | | | | | | | | | Merge branch 'jm/format-patch-mail-sig' | Junio C Hamano | 2014-06-16 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | format-patch: add "--signature-file=<file>" optionjm/format-patch-mail-sig | Jeremiah Mahler | 2014-05-27 | 2 | -0/+8 |