aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAge
* Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-31
|\
| * grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe2014-10-28
* | Sync with Git 2.1.3Junio C Hamano2014-10-29
|\ \
| * | Git 2.1.3v2.1.3Junio C Hamano2014-10-29
| * | Merge branch 'da/mergetool-meld' into maintJunio C Hamano2014-10-29
| |\ \
| * \ \ Merge branch 'bc/asciidoc-pretty-formats-fix' into maintJunio C Hamano2014-10-29
| |\ \ \
* | | | | Update draft release notes to 2.2Junio C Hamano2014-10-29
* | | | | Merge branch 'da/difftool'Junio C Hamano2014-10-29
|\ \ \ \ \
| * | | | | difftool: add support for --trust-exit-codeDavid Aguilar2014-10-28
| |/ / / /
* | | | | Merge branch 'rb/pack-window-memory-config-doc'Junio C Hamano2014-10-29
|\ \ \ \ \
| * | | | | config.txt: pack.windowmemory limit applies per-threadRobert de Bath2014-10-28
| |/ / / /
* | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-29
|\ \ \ \ \
| * | | | | rev-list: add --indexed-objects optionJeff King2014-10-19
| * | | | | rev-list: document --reflog optionJeff King2014-10-19
* | | | | | Merge branch 'bc/asciidoctor'Junio C Hamano2014-10-29
|\ \ \ \ \ \
| * | | | | | Documentation: remove Asciidoctor linkgit macrobrian m. carlson2014-10-27
| * | | | | | Documentation: refactor common operations into variablesbrian m. carlson2014-10-27
| * | | | | | Documentation: implement linkgit macro for Asciidoctorbrian m. carlson2014-10-15
| * | | | | | Documentation: move some AsciiDoc parameters into variablesbrian m. carlson2014-10-15
* | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-24
* | | | | | | Merge branch 'tb/core-filemode-doc'Junio C Hamano2014-10-24
|\ \ \ \ \ \ \
| * | | | | | | core.filemode may need manual actionTorsten Bögershausen2014-10-19
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-24
|\ \ \ \ \ \ \
| * | | | | | | run-command: add env_array, an optional argv_array for envRené Scharfe2014-10-19
* | | | | | | | Merge branch 'po/doc-status-markup'Junio C Hamano2014-10-24
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: fix 'git status --help' character quotingPhilip Oakley2014-10-19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-21
* | | | | | | | Merge branch 'da/mergetool-meld'Junio C Hamano2014-10-21
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | mergetools/meld: make usage of `--output` configurable and more robustDavid Aguilar2014-10-16
| |/ / / / / /
* | | | | | | Merge branch 'da/mergetool-temporary-directory'Junio C Hamano2014-10-21
|\ \ \ \ \ \ \
| * | | | | | | mergetool: add an option for writing to a temporary directoryDavid Aguilar2014-10-16
* | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-20
* | | | | | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-20
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: add documentation for 'git interpret-trailers'Christian Couder2014-10-13
* | | | | | | | | Merge branch 'bc/asciidoc'Junio C Hamano2014-10-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Documentation: fix mismatched delimiters in git-imap-sendbrian m. carlson2014-10-13
| * | | | | | | Documentation: adjust document title underliningbrian m. carlson2014-10-13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'po/everyday-doc'Junio C Hamano2014-10-16
|\ \ \ \ \ \ \
| * | | | | | | doc: add 'everyday' to 'git help'Philip Oakley2014-10-10
| * | | | | | | doc: Makefile regularise OBSOLETE_HTML list buildingPhilip Oakley2014-10-10
| * | | | | | | doc: modernise everyday.txt wording and format in man page stylePhilip Oakley2014-10-10
* | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-14
* | | | | | | | Merge branch 'bc/asciidoc-pretty-formats-fix'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Documentation: fix misrender of pretty-formats in Asciidoctorbrian m. carlson2014-10-08
* | | | | | | | Merge branch 'mh/lockfile-stdio'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \
| * | | | | | | | fdopen_lock_file(): access a lockfile using stdioMichael Haggerty2014-10-01
* | | | | | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | get_locked_file_path(): new functionMichael Haggerty2014-10-01
| * | | | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-01
| * | | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-01