summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* git-imap-send: use libcurl for implementationbr/imap-send-via-libcurlBernhard Reiter2014-11-101-2/+13
* imap-send: use parse options API to determine verbositybr/imap-send-verbosityBernhard Reiter2014-11-051-1/+13
* Documentation: typofixesThomas Ackermann2014-11-0418-29/+29
* RelNotes/2.2.0.txt: fix minor typosMatthieu Moy2014-11-031-3/+3
* Git 2.2.0-rc0v2.2.0-rc0Junio C Hamano2014-10-311-0/+6
* Merge branch 'for-junio' of git://bogomips.org/git-svnJunio C Hamano2014-10-311-0/+4
|\
| * git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik2014-10-241-0/+4
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-10-311-1/+1
|\ \
| * | api-run-command: add missing list item markerRené Scharfe2014-10-281-1/+1
* | | Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-311-1/+5
|\ \ \
| * | | grep: add color.grep.matchcontext and color.grep.matchselectedrs/grep-color-wordsRené Scharfe2014-10-281-1/+5
* | | | Sync with Git 2.1.3Junio C Hamano2014-10-292-1/+28
|\ \ \ \
| * | | | Git 2.1.3v2.1.3Junio C Hamano2014-10-292-1/+28
| * | | | Merge branch 'da/mergetool-meld' into maintJunio C Hamano2014-10-291-0/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'bc/asciidoc-pretty-formats-fix' into maintJunio C Hamano2014-10-291-1/+1
| |\ \ \ \ \
* | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-291-0/+17
* | | | | | | Merge branch 'da/difftool'Junio C Hamano2014-10-291-0/+14
|\ \ \ \ \ \ \
| * | | | | | | difftool: add support for --trust-exit-codeDavid Aguilar2014-10-281-0/+14
| |/ / / / / /
* | | | | | | Merge branch 'rb/pack-window-memory-config-doc'Junio C Hamano2014-10-291-4/+5
|\ \ \ \ \ \ \
| * | | | | | | config.txt: pack.windowmemory limit applies per-threadrb/pack-window-memory-config-docRobert de Bath2014-10-281-4/+5
| |/ / / / / /
* | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-0/+9
|\ \ \ \ \ \ \
| * | | | | | | rev-list: add --indexed-objects optionJeff King2014-10-191-0/+5
| * | | | | | | rev-list: document --reflog optionJeff King2014-10-191-0/+4
* | | | | | | | Merge branch 'bc/asciidoctor'Junio C Hamano2014-10-291-11/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Documentation: remove Asciidoctor linkgit macrobc/asciidoctorbrian m. carlson2014-10-271-39/+0
| * | | | | | | Documentation: refactor common operations into variablesbrian m. carlson2014-10-271-11/+11
| * | | | | | | Documentation: implement linkgit macro for Asciidoctorbrian m. carlson2014-10-151-0/+39
| * | | | | | | Documentation: move some AsciiDoc parameters into variablesbrian m. carlson2014-10-151-7/+11
* | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-241-0/+11
* | | | | | | | Merge branch 'tb/core-filemode-doc'Junio C Hamano2014-10-241-6/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | core.filemode may need manual actiontb/core-filemode-docTorsten Bögershausen2014-10-191-6/+19
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | run-command: add env_array, an optional argv_array for envRené Scharfe2014-10-191-0/+5
* | | | | | | | | Merge branch 'po/doc-status-markup'Junio C Hamano2014-10-241-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc: fix 'git status --help' character quotingpo/doc-status-markupPhilip Oakley2014-10-191-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-211-4/+17
* | | | | | | | | Merge branch 'da/mergetool-meld'Junio C Hamano2014-10-211-0/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | mergetools/meld: make usage of `--output` configurable and more robustda/mergetool-meldDavid Aguilar2014-10-161-0/+9
| |/ / / / / / /
* | | | | | | | Merge branch 'da/mergetool-temporary-directory'Junio C Hamano2014-10-211-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | mergetool: add an option for writing to a temporary directoryDavid Aguilar2014-10-161-0/+6
* | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-201-5/+17
* | | | | | | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-201-0/+314
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: add documentation for 'git interpret-trailers'Christian Couder2014-10-131-0/+314
* | | | | | | | | | Merge branch 'bc/asciidoc'Junio C Hamano2014-10-204-5/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Documentation: fix mismatched delimiters in git-imap-sendbc/asciidocbrian m. carlson2014-10-131-2/+2
| * | | | | | | | Documentation: adjust document title underliningbrian m. carlson2014-10-133-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'po/everyday-doc'Junio C Hamano2014-10-1610-130/+183
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: add 'everyday' to 'git help'Philip Oakley2014-10-1010-20/+30
| * | | | | | | | doc: Makefile regularise OBSOLETE_HTML list buildingPhilip Oakley2014-10-101-1/+2
| * | | | | | | | doc: modernise everyday.txt wording and format in man page stylePhilip Oakley2014-10-101-109/+151