Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: git-gui: describe gui.displayuntrackedmk/doc-git-gui-display-untracked | Max Kirillov | 2014-04-21 | 1 | -0/+4 |
* | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 | 1 | -3/+3 |
|\ | |||||
| * | Documentation: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 1 | -3/+3 |
* | | Merge branch 'nd/gc-aggressive' | Junio C Hamano | 2014-04-03 | 1 | -0/+5 |
|\ \ | |||||
| * | | gc --aggressive: make --depth configurable | Nguyễn Thái Ngọc Duy | 2014-03-31 | 1 | -0/+5 |
* | | | Merge branch 'ca/doc-config-third-party' | Junio C Hamano | 2014-03-31 | 1 | -2/+7 |
|\ \ \ | |||||
| * | | | config.txt: third-party tools may and do use their own variablesca/doc-config-third-party | Chris Angelico | 2014-03-21 | 1 | -2/+7 |
* | | | | Merge branch 'jk/repack-pack-keep-objects' | Junio C Hamano | 2014-03-18 | 1 | -0/+7 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | repack: add `repack.packKeptObjects` config var | Jeff King | 2014-03-03 | 1 | -0/+7 |
* | | | | Merge branch 'sr/add--interactive-term-readkey' | Junio C Hamano | 2014-03-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | git-config: document interactive.singlekey requires Term::ReadKey | Simon Ruderich | 2014-03-03 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sg/archive-restrict-remote' | Junio C Hamano | 2014-03-14 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | add uploadarchive.allowUnreachable optionsg/archive-restrict-remote | Scott J. Goldman | 2014-02-28 | 1 | -0/+7 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'tg/index-v4-format' | Junio C Hamano | 2014-03-14 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | read-cache: add index.version config variabletg/index-v4-format | Thomas Gummerer | 2014-02-24 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 2014-03-07 | 1 | -10/+4 |
|\ \ \ \ | |||||
| * | | | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simple | Junio C Hamano | 2013-06-18 | 1 | -10/+4 |
* | | | | | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 2014-03-05 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | gc: config option for running --auto in background | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -0/+25 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 | 1 | -0/+11 |
| * | | | | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 | 1 | -0/+8 |
| * | | | | pack-objects: use bitmaps when packing objects | Vicent Marti | 2013-12-30 | 1 | -0/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'da/pull-ff-configuration' | Junio C Hamano | 2014-02-27 | 1 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | pull: add pull.ff configuration | David Aguilar | 2014-01-15 | 1 | -0/+10 |
| |/ / / | |||||
* | | | | Merge branch 'nv/commit-gpgsign-config' | Junio C Hamano | 2014-02-27 | 1 | -0/+8 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | commit-tree: add the commit.gpgsign option to sign all commits | Nicolas Vigier | 2014-02-24 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+4 |
| |/ / | |||||
* | | | 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 |
| |/ / | |||||
* | | | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 2013-10-30 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'po/dot-url' | Junio C Hamano | 2013-10-23 | 1 | -2/+4 |
|\ \ | |||||
| * | | config doc: update dot-repository notes | Philip Oakley | 2013-09-13 | 1 | -2/+4 |
* | | | Merge branch 'nv/doc-config-signingkey' | Jonathan Nieder | 2013-10-14 | 1 | -5/+5 |
|\ \ \ | |||||
| * | | | config doc: user.signingkey is also used for signed commitsnv/doc-config-signingkey | Nicolas Vigier | 2013-10-14 | 1 | -5/+5 |
* | | | | Merge branch 'bc/submodule-status-ignored' | Jonathan Nieder | 2013-09-24 | 1 | -2/+10 |
|\ \ \ \ | |||||
| * | | | | Improve documentation concerning the status.submodulesummary settingbc/submodule-status-ignored | Jens Lehmann | 2013-09-11 | 1 | -2/+10 |
* | | | | | Merge branch 'jk/upload-pack-keepalive' | Junio C Hamano | 2013-09-20 | 1 | -0/+11 |
|\ \ \ \ \ | |||||
| * | | | | | upload-pack: bump keepalive default to 5 secondsjk/upload-pack-keepalive | Jeff King | 2013-09-09 | 1 | -1/+1 |
| * | | | | | upload-pack: send keepalive packets during pack computation | Jeff King | 2013-09-09 | 1 | -0/+11 |
* | | | | | | Merge branch 'mm/status-without-comment-char' | Junio C Hamano | 2013-09-20 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | status: disable display of '#' comment prefix by default | Matthieu Moy | 2013-09-06 | 1 | -0/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'rh/ishes-doc' | Junio C Hamano | 2013-09-17 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use 'commit-ish' instead of 'committish' | Richard Hansen | 2013-09-04 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-09-17 | 1 | -2/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | documentation: clarify notes for clean.requireForce | Jiang Xin | 2013-08-28 | 1 | -2/+2 |
* | | | | | | Merge branch 'jc/pager-configuration-doc' | Junio C Hamano | 2013-09-12 | 1 | -16/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: rewrite core.pager documentationjc/pager-configuration-doc | Junio C Hamano | 2013-08-29 | 1 | -16/+14 |
* | | | | | | | Merge branch 'sh/pull-rebase-preserve' | Junio C Hamano | 2013-09-11 | 1 | -0/+8 |
|\ \ \ \ \ \ \ |