summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-0/+3
|\
| * add macro REALLOC_ARRAYRené Scharfe2014-09-181-0/+3
* | Merge branch 'jk/close-stderr-of-credential-cache-deamon'Junio C Hamano2014-09-261-1/+5
|\ \
| * | credential-cache: close stderr in daemon processjk/close-stderr-of-credential-cache-deamonJeff King2014-09-161-1/+5
* | | Update draft release notes to 2.2Junio C Hamano2014-09-191-12/+51
* | | Sync with Git 2.1.1Junio C Hamano2014-09-192-1/+46
|\ \ \
| * | | Git 2.1.1v2.1.1Junio C Hamano2014-09-192-1/+46
| * | | Merge branch 'sp/pack-protocol-doc-on-shallow' into maintJunio C Hamano2014-09-191-1/+1
| |\ \ \
| * \ \ \ Merge branch 'jk/command-line-config-empty-string' into maintJunio C Hamano2014-09-191-0/+5
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'so/rebase-doc'Junio C Hamano2014-09-191-1/+1
|\ \ \ \ \
| * | | | | Documentation/git-rebase.txt: <upstream> must be given to specify <branch>so/rebase-docSergey Organov2014-09-161-1/+1
* | | | | | Merge branch 'sp/doc-update-index-cacheinfo'Junio C Hamano2014-09-191-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation: use single-parameter --cacheinfo in examplesp/doc-update-index-cacheinfoSteffen Prohaska2014-09-111-1/+1
* | | | | | | Merge branch 'rs/export-strbuf-addchars'Junio C Hamano2014-09-191-0/+4
|\ \ \ \ \ \ \
| * | | | | | | strbuf: export strbuf_addchars()René Scharfe2014-09-081-0/+4
* | | | | | | | Merge branch 'bb/date-iso-strict'Junio C Hamano2014-09-193-5/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strictBeat Bolli2014-08-293-5/+16
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/fast-export-anonymize'Junio C Hamano2014-09-191-0/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | docs/fast-export: explain --anonymize more completelyjk/fast-export-anonymizeJeff King2014-08-281-4/+59
| * | | | | | | | teach fast-export an --anonymize optionJeff King2014-08-271-0/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/send-pack-many-refspecs'Junio C Hamano2014-09-191-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | send-pack: take refspecs over stdinjk/send-pack-many-refspecsJeff King2014-08-261-1/+12
| |/ / / / / / /
* | | | | | | | git svn: find-rev allows short switches for near matchesEric Wong2014-09-141-0/+2
* | | | | | | | git-svn.txt: Remove mentions of repack optionsLawrence Velázquez2014-09-141-15/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update draft release notes to 2.2Junio C Hamano2014-09-111-1/+42
* | | | | | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-112-3/+4
|\ \ \ \ \ \ \
| * | | | | | | diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-182-3/+4
* | | | | | | | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | run-command: introduce child_process_init()René Scharfe2014-08-201-2/+6
| * | | | | | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ta/config-set-1'Junio C Hamano2014-09-111-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | config: add `git_die_config()` to the config-set APITanay Abhra2014-08-071-0/+13
* | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-09-091-3/+42
* | | | | | | | | Merge branch 'sp/pack-protocol-doc-on-shallow'Junio C Hamano2014-09-091-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Document LF appearing in shallow command during send-pack/receive-packsp/pack-protocol-doc-on-shallowShawn Pearce2014-08-281-1/+1
* | | | | | | | | Merge branch 'tf/imap-send-create'Junio C Hamano2014-09-091-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | imap-send: clarify CRAM-MD5 vs LOGIN documentationTony Finch2014-07-311-1/+2
* | | | | | | | | | Merge branch 'tb/pretty-format-cd-date-format'Junio C Hamano2014-09-091-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pretty: note that %cd respects the --date= optiontb/pretty-format-cd-date-formatThomas Braun2014-08-211-1/+1
* | | | | | | | | | | Merge branch 'so/rebase-doc'Junio C Hamano2014-09-091-5/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-opSergey Organov2014-08-121-5/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'la/init-doc'Junio C Hamano2014-09-091-39/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: git-init: flesh out examplela/init-docLinus Arver2014-08-081-0/+2
| * | | | | | | | | | Documentation: git-init: template directory: reword and cross-referenceLinus Arver2014-08-081-3/+2
| * | | | | | | | | | Documentation: git-init: reword parenthetical statementsLinus Arver2014-08-081-2/+2
| * | | | | | | | | | Documentation: git-init: --separate-git-dir: clarifyLinus Arver2014-08-081-6/+6
| * | | | | | | | | | Documentation: git-init: template directory: rewordLinus Arver2014-08-081-5/+5
| * | | | | | | | | | Documentation: git-init: list items faceliftLinus Arver2014-08-081-21/+28
| * | | | | | | | | | Documentation: git-init: typographical fixesLinus Arver2014-08-081-6/+5
* | | | | | | | | | | Merge branch 'jk/command-line-config-empty-string'Junio C Hamano2014-09-091-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |