Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -0/+5 |
| * | | | | | | | | glossary-content.txt: rephrase magic signature part | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -17/+12 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-01-06 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Documentation/gitmodules: Only 'update' and 'url' are required | W. Trevor King | 2014-01-06 | 1 | -0/+2 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/name-pack-after-byte-representation' | Junio C Hamano | 2013-12-27 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | pack-objects doc: treat output filename as opaquejk/name-pack-after-byte-representation | Jeff King | 2013-12-16 | 1 | -2/+1 |
* | | | | | | | | Merge branch 'zk/difftool-counts' | Junio C Hamano | 2013-12-27 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | difftool: display the number of files in the diff queue in the prompt | Zoltan Klinger | 2013-12-06 | 1 | -0/+9 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/pull-rebase-using-fork-point' | Junio C Hamano | 2013-12-27 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | rebase: use reflog to find common base with upstream | John Keeping | 2013-12-10 | 1 | -0/+10 |
* | | | | | | | | | Merge branch 'jc/push-refmap' | Junio C Hamano | 2013-12-27 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | push: use remote.$name.push as a refmap | Junio C Hamano | 2013-12-04 | 1 | -2/+7 |
* | | | | | | | | | Sync with 1.8.5.2 | Junio C Hamano | 2013-12-17 | 2 | -1/+22 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Git 1.8.5.2v1.8.5.2 | Junio C Hamano | 2013-12-17 | 2 | -1/+22 |
| * | | | | | | | | Merge branch 'rs/doc-submitting-patches' into maint | Junio C Hamano | 2013-12-17 | 1 | -2/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'tr/doc-git-cherry' into maint | Junio C Hamano | 2013-12-17 | 1 | -33/+110 |
| |\ \ \ \ \ \ \ \ \ |