summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/apply-3way'Junio C Hamano2012-07-151-1/+10
|\
| * apply: document --3way optionJunio C Hamano2012-07-091-1/+10
* | Merge branch 'cw/rebase-i-root'Junio C Hamano2012-07-151-4/+5
|\ \
| * | rebase -i: support --root without --ontoChris Webb2012-06-261-4/+5
* | | Merge branch 'pw/git-p4-move'Junio C Hamano2012-07-151-4/+6
|\ \ \
| * | | git p4: refactor diffOpts calculationGary Gibbons2012-07-051-4/+6
* | | | Sixth batch for 1.7.12Junio C Hamano2012-07-131-0/+33
* | | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano2012-07-131-0/+9
|\ \ \ \
| * | | | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+9
* | | | | Reduce draft release notes to 1.7.12Junio C Hamano2012-07-111-61/+0
* | | | | Sync with 1.7.11.2Junio C Hamano2012-07-112-1/+55
|\ \ \ \ \
| * | | | | Git 1.7.11.2v1.7.11.2Junio C Hamano2012-07-112-1/+55
| * | | | | Merge branch 'cn/cherry-pick-range-docs' into maintJunio C Hamano2012-07-112-1/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Fifth batch for 1.7.12Junio C Hamano2012-07-091-0/+43
* | | | | | Merge branch 'mm/credential-plumbing'Junio C Hamano2012-07-092-36/+147
|\ \ \ \ \ \
| * | | | | | git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-251-4/+12
| * | | | | | add 'git credential' plumbing commandJavier Roucher Iglesias2012-06-252-36/+139
* | | | | | | Merge branch 'mm/config-xdg'Junio C Hamano2012-07-094-7/+24
|\ \ \ \ \ \ \
| * | | | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-251-1/+2
| * | | | | | | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen2012-06-252-1/+5
| * | | | | | | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreHuynh Khoi Nguyen Nguyen2012-06-252-2/+6
| * | | | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-251-3/+11
| |/ / / / / /
* | | | | | | Fourth batch for 1.7.12Junio C Hamano2012-07-041-0/+15
* | | | | | | Fix formatting in git-config(1)Andreas Schwab2012-07-031-7/+9
* | | | | | | Third batch for 1.7.12Junio C Hamano2012-06-281-0/+43
* | | | | | | Merge branch 'lk/more-helpful-status-hints'Junio C Hamano2012-06-281-3/+4
|\ \ \ \ \ \ \
| * | | | | | | wt-status.*: better advices for git status addedLucien Kong2012-06-141-3/+4
* | | | | | | | Merge branch 'lk/rebase-i-x'Junio C Hamano2012-06-281-3/+42
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | rebase -i: teach "--exec <cmd>"Lucien Kong2012-06-131-3/+42
| |/ / / / / /
* | | | | | | Second batch for 1.7.12Junio C Hamano2012-06-251-10/+20
* | | | | | | Merge branch 'cn/cherry-pick-range-docs'Junio C Hamano2012-06-252-1/+13
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | git-cherry-pick.txt: clarify the use of revision range notationCarlos Martín Nieto2012-06-151-1/+12
| * | | | | | Documentation: --no-walk is no-op if range is specifiedCarlos Martín Nieto2012-06-151-0/+1
* | | | | | | Merge branch 'rr/doc-commit'Junio C Hamano2012-06-251-0/+8
|\ \ \ \ \ \ \
| * | | | | | | commit: document a couple of optionsRamkumar Ramachandra2012-06-081-0/+8
* | | | | | | | Merge branch 'jk/no-more-asciidoc7'Junio C Hamano2012-06-251-18/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: drop antique comment from MakefileJeff King2012-05-301-9/+0
| * | | | | | | | docs: drop asciidoc7compatible flagJeff King2012-05-301-9/+0
* | | | | | | | | Merge branch 'maint'Junio C Hamano2012-06-222-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Documentation: Fix misspellingsLeila Muhtasib2012-06-222-2/+2
* | | | | | | | Sync with 1.7.11.1Junio C Hamano2012-06-212-1/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Git 1.7.11.1v1.7.11.1Junio C Hamano2012-06-212-1/+11
* | | | | | | | The first batch for 1.7.12Junio C Hamano2012-06-211-0/+55
* | | | | | | | Merge branch 'jk/clone-local'Junio C Hamano2012-06-211-7/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | clone: allow --no-local to turn off local optimizationsJeff King2012-05-301-1/+3
| * | | | | | | docs/clone: mention that --local may be ignoredJeff King2012-05-301-7/+10
| |/ / / / / /
* | | | | | | docs: always define git-relative-html-prefix attributeJeff King2012-06-201-0/+2
* | | | | | | git-commit-tree(1): update synopsisJunio C Hamano2012-06-191-1/+1
* | | | | | | Documentation: spelling fixesMiklos Vajna2012-06-196-6/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Git 1.7.11v1.7.11Junio C Hamano2012-06-172-9/+5