Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pw/git-p4' | Junio C Hamano | 2014-01-27 | 1 | -2/+4 |
|\ | |||||
| * | git p4 doc: use two-line style for options with multiple spellingspw/git-p4 | Pete Wyckoff | 2014-01-22 | 1 | -2/+4 |
* | | Merge branch 'tr/nth-previous-is-a-commit' | Junio C Hamano | 2014-01-27 | 2 | -3/+3 |
|\ \ | |||||
| * | | Documentation: @{-N} can refer to a committr/nth-previous-is-a-commit | Thomas Rast | 2014-01-21 | 2 | -3/+3 |
* | | | Merge branch 'tr/gitk-doc-range-trace' | Junio C Hamano | 2014-01-27 | 1 | -0/+16 |
|\ \ \ | |||||
| * | | | Documentation/gitk: document -L optiontr/gitk-doc-range-trace | Thomas Rast | 2014-01-21 | 1 | -0/+16 |
* | | | | Merge branch 'jn/ignore-doc' | Junio C Hamano | 2014-01-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | gitignore doc: add global gitignore to synopsisjn/ignore-doc | Jonathan Nieder | 2014-01-16 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'mh/attr-macro-doc' | Junio C Hamano | 2014-01-27 | 1 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | gitattributes: document more clearly where macros are allowedmh/attr-macro-doc | Michael Haggerty | 2014-01-14 | 1 | -3/+6 |
* | | | | | Merge branch 'jc/maint-pull-docfix' | Junio C Hamano | 2014-01-27 | 2 | -5/+8 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation: "git pull" does not have the "-m" optionjc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -3/+6 |
| * | | | | | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Documentation: exclude irrelevant options from "git pull"jc/maint-pull-docfix-for-409b8d82 | Junio C Hamano | 2014-01-14 | 1 | -2/+2 |
* | | | | | | | Add cross-references between docs for for-each-ref and show-ref | Michael Haggerty | 2014-01-22 | 2 | -0/+5 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Git 1.9-rc0v1.9-rc0 | Junio C Hamano | 2014-01-17 | 1 | -0/+12 |
* | | | | | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 6 | -9/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-clone.txt: remove shallow clone limitations | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -6/+1 |
| * | | | | | | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+2 |
| * | | | | | | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+7 |
| * | | | | | | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+4 |
| * | | | | | | receive/send-pack: support pushing from a shallow clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+3 |
| * | | | | | | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+6 |
| * | | | | | | upload-pack: make sure deepening preserves shallow roots | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -2/+6 |
| * | | | | | | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+3 |
* | | | | | | | Sync with 1.8.5.3 | Junio C Hamano | 2014-01-13 | 3 | -3/+31 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Git 1.8.5.3v1.8.5.3 | Junio C Hamano | 2014-01-13 | 2 | -1/+29 |
| * | | | | | | pack-heuristics.txt: mark up the file header properly | Thomas Ackermann | 2014-01-13 | 1 | -2/+2 |
* | | | | | | | Update draft release notes to 1.9 | Junio C Hamano | 2014-01-13 | 1 | -0/+15 |
* | | | | | | | Merge branch 'jl/submodule-mv-checkout-caveat' | Junio C Hamano | 2014-01-13 | 2 | -0/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rm: better document side effects when removing a submodulejl/submodule-mv-checkout-caveat | Jens Lehmann | 2014-01-07 | 1 | -0/+9 |
| * | | | | | | | mv: better document side effects when moving a submodule | Jens Lehmann | 2014-01-07 | 1 | -0/+12 |
* | | | | | | | | Merge branch 'jn/pager-lv-default-env' | Junio C Hamano | 2014-01-13 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 2014-01-07 | 1 | -0/+4 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Update draft release notes to 1.9 | Junio C Hamano | 2014-01-10 | 1 | -1/+114 |
* | | | | | | | | Merge branch 'ss/builtin-cleanup' | Junio C Hamano | 2014-01-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanup | Sebastian Schuberth | 2014-01-06 | 1 | -2/+2 |
| * | | | | | | | | git.c: consistently use the term "builtin" instead of "internal command" | Sebastian Schuberth | 2014-01-06 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'ta/format-user-manual-as-an-article' | Junio C Hamano | 2014-01-10 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | user-manual: improve html and pdf formattingta/format-user-manual-as-an-article | Thomas Ackermann | 2014-01-06 | 2 | -2/+2 |
* | | | | | | | | | | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 2014-01-10 | 1 | -3/+9 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cat-file: provide %(deltabase) batch formatjk/oi-delta-base | Jeff King | 2013-12-26 | 1 | -3/+9 |
* | | | | | | | | | | | Merge branch 'sb/diff-orderfile-config' | Junio C Hamano | 2014-01-10 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | diff: add diff.orderfile configuration variable | Samuel Bronson | 2013-12-18 | 2 | -0/+8 |
* | | | | | | | | | | | | Merge branch 'rt/bfg-ad-in-filter-branch-doc' | Junio C Hamano | 2014-01-10 | 1 | -1/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | docs: add filter-branch notes on The BFGrt/bfg-ad-in-filter-branch-doc | Roberto Tyley | 2013-12-18 | 1 | -1/+32 |
* | | | | | | | | | | | | | Merge branch 'cc/replace-object-info' | Junio C Hamano | 2014-01-10 | 1 | -1/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | replace info: rename 'full' to 'long' and clarify in-code symbolscc/replace-object-info | Christian Couder | 2013-12-30 | 1 | -2/+2 |
| * | | | | | | | | | | | | | Documentation/git-replace: describe --format option | Christian Couder | 2013-12-12 | 1 | -1/+18 |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'nd/negative-pathspec' | Junio C Hamano | 2014-01-10 | 1 | -17/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |