summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pw/git-p4'Junio C Hamano2014-01-271-2/+4
|\
| * git p4 doc: use two-line style for options with multiple spellingspw/git-p4Pete Wyckoff2014-01-221-2/+4
* | Merge branch 'tr/nth-previous-is-a-commit'Junio C Hamano2014-01-272-3/+3
|\ \
| * | Documentation: @{-N} can refer to a committr/nth-previous-is-a-commitThomas Rast2014-01-212-3/+3
* | | Merge branch 'tr/gitk-doc-range-trace'Junio C Hamano2014-01-271-0/+16
|\ \ \
| * | | Documentation/gitk: document -L optiontr/gitk-doc-range-traceThomas Rast2014-01-211-0/+16
* | | | Merge branch 'jn/ignore-doc'Junio C Hamano2014-01-271-1/+1
|\ \ \ \
| * | | | gitignore doc: add global gitignore to synopsisjn/ignore-docJonathan Nieder2014-01-161-1/+1
| | |/ / | |/| |
* | | | Merge branch 'mh/attr-macro-doc'Junio C Hamano2014-01-271-3/+6
|\ \ \ \
| * | | | gitattributes: document more clearly where macros are allowedmh/attr-macro-docMichael Haggerty2014-01-141-3/+6
* | | | | Merge branch 'jc/maint-pull-docfix'Junio C Hamano2014-01-272-5/+8
|\ \ \ \ \
| * | | | | Documentation: "git pull" does not have the "-m" optionjc/maint-pull-docfixJunio C Hamano2014-01-141-3/+6
| * | | | | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfixJunio C Hamano2014-01-141-2/+2
| |\ \ \ \ \
| | * | | | | Documentation: exclude irrelevant options from "git pull"jc/maint-pull-docfix-for-409b8d82Junio C Hamano2014-01-141-2/+2
* | | | | | | Add cross-references between docs for for-each-ref and show-refMichael Haggerty2014-01-222-0/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Git 1.9-rc0v1.9-rc0Junio C Hamano2014-01-171-0/+12
* | | | | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-176-9/+32
|\ \ \ \ \ \
| * | | | | | git-clone.txt: remove shallow clone limitationsNguyễn Thái Ngọc Duy2013-12-101-6/+1
| * | | | | | prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-101-0/+2
| * | | | | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-0/+7
| * | | | | | receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+4
| * | | | | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-1/+3
| * | | | | | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+6
| * | | | | | upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy2013-12-101-2/+6
| * | | | | | make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-0/+3
* | | | | | | Sync with 1.8.5.3Junio C Hamano2014-01-133-3/+31
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Git 1.8.5.3v1.8.5.3Junio C Hamano2014-01-132-1/+29
| * | | | | | pack-heuristics.txt: mark up the file header properlyThomas Ackermann2014-01-131-2/+2
* | | | | | | Update draft release notes to 1.9Junio C Hamano2014-01-131-0/+15
* | | | | | | Merge branch 'jl/submodule-mv-checkout-caveat'Junio C Hamano2014-01-132-0/+21
|\ \ \ \ \ \ \
| * | | | | | | rm: better document side effects when removing a submodulejl/submodule-mv-checkout-caveatJens Lehmann2014-01-071-0/+9
| * | | | | | | mv: better document side effects when moving a submoduleJens Lehmann2014-01-071-0/+12
* | | | | | | | Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-131-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-071-0/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Update draft release notes to 1.9Junio C Hamano2014-01-101-1/+114
* | | | | | | | Merge branch 'ss/builtin-cleanup'Junio C Hamano2014-01-101-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanupSebastian Schuberth2014-01-061-2/+2
| * | | | | | | | git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth2014-01-061-1/+1
* | | | | | | | | Merge branch 'ta/format-user-manual-as-an-article'Junio C Hamano2014-01-102-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | user-manual: improve html and pdf formattingta/format-user-manual-as-an-articleThomas Ackermann2014-01-062-2/+2
* | | | | | | | | | Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-101-3/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cat-file: provide %(deltabase) batch formatjk/oi-delta-baseJeff King2013-12-261-3/+9
* | | | | | | | | | | Merge branch 'sb/diff-orderfile-config'Junio C Hamano2014-01-102-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | diff: add diff.orderfile configuration variableSamuel Bronson2013-12-182-0/+8
* | | | | | | | | | | | Merge branch 'rt/bfg-ad-in-filter-branch-doc'Junio C Hamano2014-01-101-1/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | docs: add filter-branch notes on The BFGrt/bfg-ad-in-filter-branch-docRoberto Tyley2013-12-181-1/+32
* | | | | | | | | | | | | Merge branch 'cc/replace-object-info'Junio C Hamano2014-01-101-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | replace info: rename 'full' to 'long' and clarify in-code symbolscc/replace-object-infoChristian Couder2013-12-301-2/+2
| * | | | | | | | | | | | | Documentation/git-replace: describe --format optionChristian Couder2013-12-121-1/+18
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-101-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |