summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik2014-10-241-0/+4
* 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
* | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-141-0/+21
* | | | | | Merge branch 'bc/asciidoc-pretty-formats-fix'Junio C Hamano2014-10-141-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation: fix misrender of pretty-formats in Asciidoctorbc/asciidoc-pretty-formats-fixbrian m. carlson2014-10-081-1/+1
* | | | | | | Merge branch 'mh/lockfile-stdio'Junio C Hamano2014-10-141-11/+23
|\ \ \ \ \ \ \
| * | | | | | | fdopen_lock_file(): access a lockfile using stdioMichael Haggerty2014-10-011-11/+23
* | | | | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-141-54/+188
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | get_locked_file_path(): new functionMichael Haggerty2014-10-011-0/+5
| * | | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-011-2/+2
| * | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-011-14/+20
| * | | | | | | api-lockfile: document edge casesMichael Haggerty2014-10-011-6/+14
| * | | | | | | close_lock_file(): if close fails, roll backMichael Haggerty2014-10-011-3/+4
| * | | | | | | commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty2014-10-011-1/+2
| * | | | | | | api-lockfile: revise and expand the documentationMichael Haggerty2014-10-011-54/+167
* | | | | | | | Merge branch 'so/rebase-doc-fork-point'Junio C Hamano2014-10-141-12/+19
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Documentation/git-rebase.txt: document when --fork-point is auto-enabledso/rebase-doc-fork-pointSergey Organov2014-09-291-12/+19
* | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-081-0/+13
* | | | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-085-7/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-172-0/+26
| * | | | | | | | signed push: fortify against replay attacksJunio C Hamano2014-09-174-9/+35
| * | | | | | | | signed push: add "pushee" header to push certificateJunio C Hamano2014-09-151-0/+6
| * | | | | | | | signed push: remove duplicated protocol infoJunio C Hamano2014-09-152-3/+42
| * | | | | | | | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-151-5/+19
| * | | | | | | | push: the beginning of "git push --signed"Junio C Hamano2014-09-153-2/+32
| * | | | | | | | pack-protocol doc: typofix for PKT-LINEJunio C Hamano2014-09-151-2/+2
* | | | | | | | | Sync with maintJunio C Hamano2014-10-071-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'maint-2.0' into maintJunio C Hamano2014-10-071-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Merge branch 'maint-1.9' into maint-2.0Junio C Hamano2014-10-071-1/+1
| | |\ \ \ \ \ \