Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cw/help-over-network' | Junio C Hamano | 2012-07-09 | 1 | -4/+15 |
|\ | |||||
| * | Allow help.htmlpath to be a URL prefix | Chris Webb | 2012-06-28 | 1 | -3/+5 |
| * | Add config variable to set HTML path for git-help --web | Chris Webb | 2012-06-28 | 1 | -1/+10 |
* | | Merge branch 'js/fast-export-paths-with-spaces' | Junio C Hamano | 2012-07-09 | 1 | -0/+2 |
|\ \ | |||||
| * | | fast-export: quote paths with spaces | Jay Soffian | 2012-06-27 | 1 | -0/+2 |
* | | | Merge branch 'cw/no-detaching-an-unborn' | Junio C Hamano | 2012-07-09 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | git-checkout: disallow --detach on unborn branch | Chris Webb | 2012-06-26 | 1 | -0/+2 |
* | | | | Merge branch 'mm/credential-plumbing' | Junio C Hamano | 2012-07-09 | 1 | -0/+31 |
|\ \ \ \ | |||||
| * | | | | git credential fill: output the whole 'struct credential' | Matthieu Moy | 2012-06-25 | 1 | -4/+1 |
| * | | | | add 'git credential' plumbing command | Javier Roucher Iglesias | 2012-06-25 | 1 | -0/+34 |
* | | | | | Merge branch 'jc/maint-blame-unique-abbrev' | Junio C Hamano | 2012-07-09 | 1 | -4/+21 |
|\ \ \ \ \ | |||||
| * | | | | | blame: compute abbreviation width that ensures uniqueness | Junio C Hamano | 2012-07-02 | 1 | -4/+21 |
* | | | | | | Merge branch 'rj/platform-pread-may-be-thread-unsafe' | Junio C Hamano | 2012-07-09 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | index-pack: Disable threading on cygwin | Junio C Hamano | 2012-06-26 | 1 | -2/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-09 | 1 | -9/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -4/+1 |
| * | | | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -9/+19 |
* | | | | | | | Merge branch 'nd/clone-single-fix' | Junio C Hamano | 2012-07-04 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 | 1 | -2/+5 |
| * | | | | | | | Merge branch 'js/maint-fast-export-mark-error' into maint | Junio C Hamano | 2012-06-17 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'hv/submodule-update-nuke-submodules' | Junio C Hamano | 2012-06-28 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | update-index: allow overwriting existing submodule index entries | Heiko Voigt | 2012-06-11 | 1 | -6/+0 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'nd/stream-pack-objects' | Junio C Hamano | 2012-06-28 | 1 | -6/+67 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pack-objects: use streaming interface for reading large loose blobs | Nguyễn Thái Ngọc Duy | 2012-05-29 | 1 | -6/+67 |
* | | | | | | | | | Merge branch 'nd/stream-index-pack' | Junio C Hamano | 2012-06-28 | 1 | -23/+171 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | index-pack: use streaming interface for collision test on large blobs | Nguyễn Thái Ngọc Duy | 2012-05-24 | 1 | -5/+77 |
| * | | | | | | | | | index-pack: factor out unpack core from get_data_from_pack | Nguyễn Thái Ngọc Duy | 2012-05-23 | 1 | -3/+24 |
| * | | | | | | | | | index-pack: use streaming interface on large blobs (most of the time) | Nguyễn Thái Ngọc Duy | 2012-05-23 | 1 | -8/+44 |
| * | | | | | | | | | index-pack: hash non-delta objects while reading from stream | Nguyễn Thái Ngọc Duy | 2012-05-23 | 1 | -11/+30 |
* | | | | | | | | | | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 2012-06-28 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 2012-06-18 | 3 | -4/+4 |
* | | | | | | | | | | | Merge branch 'jk/diff-no-index-pager' | Junio C Hamano | 2012-06-28 | 1 | -7/+17 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fix pager.diff with diff --no-index | Jeff King | 2012-06-15 | 1 | -7/+17 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 | 1 | -5/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ap/checkout-no-progress-for-non-tty' into maint | Junio C Hamano | 2012-06-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/i18n-misc' | Junio C Hamano | 2012-06-25 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | reflog: remove i18n legos in pruning message | Nguyễn Thái Ngọc Duy | 2012-06-07 | 1 | -2/+4 |
* | | | | | | | | | | | | | Merge branch 'vr/help-per-platform' | Junio C Hamano | 2012-06-22 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Restore use of 'help.format' configuration property in 'git help' | Pat Thoyts | 2012-06-22 | 1 | -3/+3 |
* | | | | | | | | | | | | | Merge branch 'vr/help-per-platform' | Junio C Hamano | 2012-06-21 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | help: use HTML as the default help format on Windows | Vincent van Ravesteijn | 2012-06-06 | 1 | -1/+7 |
* | | | | | | | | | | | | | Merge branch 'jc/ls-files-i-dir' | Junio C Hamano | 2012-06-21 | 2 | -7/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | builtin/add.c: use path_excluded() | Junio C Hamano | 2012-06-05 | 1 | -1/+5 |
| * | | | | | | | | | | | | | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 | 1 | -2/+8 |
| * | | | | | | | | | | | | | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 2012-06-03 | 1 | -6/+11 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'jk/version-string' | Junio C Hamano | 2012-06-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | move git_version_string into version.c | Jeff King | 2012-06-03 | 1 | -0/+1 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'jk/clone-local' | Junio C Hamano | 2012-06-21 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | clone: allow --no-local to turn off local optimizations | Jeff King | 2012-05-30 | 1 | -5/+5 |
* | | | | | | | | | | | | | Merge branch 'jc/fmt-merge-msg-people' | Junio C Hamano | 2012-06-12 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |