Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -0/+3 |
|\ | |||||
| * | add macro REALLOC_ARRAY | René Scharfe | 2014-09-18 | 1 | -0/+3 |
* | | Merge branch 'jk/close-stderr-of-credential-cache-deamon' | Junio C Hamano | 2014-09-26 | 1 | -1/+5 |
|\ \ | |||||
| * | | credential-cache: close stderr in daemon processjk/close-stderr-of-credential-cache-deamon | Jeff King | 2014-09-16 | 1 | -1/+5 |
* | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-19 | 1 | -12/+51 |
* | | | Sync with Git 2.1.1 | Junio C Hamano | 2014-09-19 | 2 | -1/+46 |
|\ \ \ | |||||
| * | | | Git 2.1.1v2.1.1 | Junio C Hamano | 2014-09-19 | 2 | -1/+46 |
| * | | | Merge branch 'sp/pack-protocol-doc-on-shallow' into maint | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/command-line-config-empty-string' into maint | Junio C Hamano | 2014-09-19 | 1 | -0/+5 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'so/rebase-doc' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation/git-rebase.txt: <upstream> must be given to specify <branch>so/rebase-doc | Sergey Organov | 2014-09-16 | 1 | -1/+1 |
* | | | | | | Merge branch 'sp/doc-update-index-cacheinfo' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation: use single-parameter --cacheinfo in examplesp/doc-update-index-cacheinfo | Steffen Prohaska | 2014-09-11 | 1 | -1/+1 |
* | | | | | | | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 2014-09-19 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | strbuf: export strbuf_addchars() | René Scharfe | 2014-09-08 | 1 | -0/+4 |
* | | | | | | | | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 2014-09-19 | 3 | -5/+16 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strict | Beat Bolli | 2014-08-29 | 3 | -5/+16 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/fast-export-anonymize' | Junio C Hamano | 2014-09-19 | 1 | -0/+61 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | docs/fast-export: explain --anonymize more completelyjk/fast-export-anonymize | Jeff King | 2014-08-28 | 1 | -4/+59 |
| * | | | | | | | | teach fast-export an --anonymize option | Jeff King | 2014-08-27 | 1 | -0/+6 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/send-pack-many-refspecs' | Junio C Hamano | 2014-09-19 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | send-pack: take refspecs over stdinjk/send-pack-many-refspecs | Jeff King | 2014-08-26 | 1 | -1/+12 |
| |/ / / / / / / | |||||
* | | | | | | | | git svn: find-rev allows short switches for near matches | Eric Wong | 2014-09-14 | 1 | -0/+2 |
* | | | | | | | | git-svn.txt: Remove mentions of repack options | Lawrence Velázquez | 2014-09-14 | 1 | -15/+0 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-11 | 1 | -1/+42 |
* | | | | | | | Merge branch 'nd/large-blobs' | Junio C Hamano | 2014-09-11 | 2 | -3/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -3/+4 |
* | | | | | | | | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-09-11 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | run-command: introduce child_process_init() | René Scharfe | 2014-08-20 | 1 | -2/+6 |
| * | | | | | | | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ta/config-set-1' | Junio C Hamano | 2014-09-11 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config: add `git_die_config()` to the config-set API | Tanay Abhra | 2014-08-07 | 1 | -0/+13 |
* | | | | | | | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-09 | 1 | -3/+42 |
* | | | | | | | | | Merge branch 'sp/pack-protocol-doc-on-shallow' | Junio C Hamano | 2014-09-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Document LF appearing in shallow command during send-pack/receive-packsp/pack-protocol-doc-on-shallow | Shawn Pearce | 2014-08-28 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'tf/imap-send-create' | Junio C Hamano | 2014-09-09 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | imap-send: clarify CRAM-MD5 vs LOGIN documentation | Tony Finch | 2014-07-31 | 1 | -1/+2 |
* | | | | | | | | | | Merge branch 'tb/pretty-format-cd-date-format' | Junio C Hamano | 2014-09-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pretty: note that %cd respects the --date= optiontb/pretty-format-cd-date-format | Thomas Braun | 2014-08-21 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'so/rebase-doc' | Junio C Hamano | 2014-09-09 | 1 | -5/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op | Sergey Organov | 2014-08-12 | 1 | -5/+2 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'la/init-doc' | Junio C Hamano | 2014-09-09 | 1 | -39/+46 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Documentation: git-init: flesh out examplela/init-doc | Linus Arver | 2014-08-08 | 1 | -0/+2 |
| * | | | | | | | | | | Documentation: git-init: template directory: reword and cross-reference | Linus Arver | 2014-08-08 | 1 | -3/+2 |
| * | | | | | | | | | | Documentation: git-init: reword parenthetical statements | Linus Arver | 2014-08-08 | 1 | -2/+2 |
| * | | | | | | | | | | Documentation: git-init: --separate-git-dir: clarify | Linus Arver | 2014-08-08 | 1 | -6/+6 |
| * | | | | | | | | | | Documentation: git-init: template directory: reword | Linus Arver | 2014-08-08 | 1 | -5/+5 |
| * | | | | | | | | | | Documentation: git-init: list items facelift | Linus Arver | 2014-08-08 | 1 | -21/+28 |
| * | | | | | | | | | | Documentation: git-init: typographical fixes | Linus Arver | 2014-08-08 | 1 | -6/+5 |
* | | | | | | | | | | | Merge branch 'jk/command-line-config-empty-string' | Junio C Hamano | 2014-09-09 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |