Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | fetch: improve the error messages emitted for conflicting refspecs | Michael Haggerty | 2013-10-30 | |
| * | | | | | | | | t5536: new test of refspec conflicts when fetching | Michael Haggerty | 2013-10-30 | |
| * | | | | | | | | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 2013-10-30 | |
| * | | | | | | | | fetch --tags: fetch tags *in addition to* other stuff | Michael Haggerty | 2013-10-30 | |
| * | | | | | | | | t5510: check that "git fetch --prune --tags" does not prune branches | Michael Haggerty | 2013-10-24 | |
| * | | | | | | | | t5510: prepare test refs more straightforwardly | Michael Haggerty | 2013-10-24 | |
| * | | | | | | | | t5510: use the correct tag name in test | Michael Haggerty | 2013-10-24 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'jk/remove-experimental-loose-object-support' | Junio C Hamano | 2013-12-06 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | drop support for "experimental" loose objects | Jeff King | 2013-11-21 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-12-06 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | diff: restrict pathspec limitations to diff b/f case only | Nguyễn Thái Ngọc Duy | 2013-11-20 | |
* | | | | | | | | | Merge branch 'rr/for-each-ref-decoration' | Junio C Hamano | 2013-12-06 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | for-each-ref: avoid color leakage | Ramkumar Ramachandra | 2013-11-19 | |
| * | | | | | | | | | for-each-ref: introduce %(color:...) for color | Ramkumar Ramachandra | 2013-11-19 | |
| * | | | | | | | | | for-each-ref: introduce %(upstream:track[short]) | Ramkumar Ramachandra | 2013-11-19 | |
| * | | | | | | | | | for-each-ref: introduce %(HEAD) asterisk marker | Ramkumar Ramachandra | 2013-11-18 | |
| * | | | | | | | | | t6300 (for-each-ref): don't hardcode SHA-1 hexes | Ramkumar Ramachandra | 2013-11-18 | |
| * | | | | | | | | | t6300 (for-each-ref): clearly demarcate setup | Ramkumar Ramachandra | 2013-11-18 | |
* | | | | | | | | | | Merge branch 'rh/remote-hg-bzr-updates' | Junio C Hamano | 2013-12-06 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | test-lib.sh: convert $TEST_DIRECTORY to an absolute path | Felipe Contreras | 2013-11-18 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'jl/submodule-update-retire-orig-flags' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | submodule update: remove unnecessary orig_flags variable | Jens Lehmann | 2013-11-11 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'sb/sha1-loose-object-info-check-existence' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | sha1_loose_object_info(): do not return success on missing object | Junio C Hamano | 2013-11-06 | |
* | | | | | | | | | | | Merge branch 'jk/two-way-merge-corner-case-fix' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | t1005: add test for "read-tree --reset -u A B" | Junio C Hamano | 2013-11-04 | |
| * | | | | | | | | | | | t1005: reindent | Junio C Hamano | 2013-11-04 | |
* | | | | | | | | | | | | Merge branch 'jc/ref-excludes' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | rev-parse: introduce --exclude=<glob> to tame wildcards | Junio C Hamano | 2013-11-01 | |
| * | | | | | | | | | | | | rev-list --exclude: tests | Junio C Hamano | 2013-11-01 | |
* | | | | | | | | | | | | | Merge branch 'nv/parseopt-opt-arg' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | rev-parse --parseopt: add the --stuck-long mode | Nicolas Vigier | 2013-10-31 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'jc/merge-base-reflog' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | merge-base: teach "--fork-point" mode | Junio C Hamano | 2013-10-29 | |
* | | | | | | | | | | | | | Merge branch 'ak/submodule-foreach-quoting' | Junio C Hamano | 2013-12-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | submodule foreach: skip eval for more than one argument | Anders Kaseorg | 2013-09-27 | |
* | | | | | | | | | | | | | Sync with 1.8.4.5 | Junio C Hamano | 2013-12-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | submodule: do not copy unknown update mode from .gitmodules | Junio C Hamano | 2013-12-02 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'jn/test-prereq-perl-doc' into maint | Junio C Hamano | 2013-11-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/upload-pack-send-symref' into maint | Junio C Hamano | 2013-11-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/http-auth-redirects' into maint | Junio C Hamano | 2013-11-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mm/checkout-auto-track-fix' into maint | Junio C Hamano | 2013-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/split-broken-ident' into maint | Junio C Hamano | 2013-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/revision-range-unpeel' into maint | Junio C Hamano | 2013-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | t5570: Update for clone-progress-to-stderr branch | Brian Gernhardt | 2013-10-30 | |
* | | | | | | | | | | | | | | | | | Merge branch 'nd/literal-pathspecs' | Junio C Hamano | 2013-11-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 2013-10-28 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'jx/branch-vv-always-compare-with-upstream' | Junio C Hamano | 2013-11-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | branch: fix --verbose output column alignment | Torstein Hegge | 2013-11-18 | |
* | | | | | | | | | | | | | | | | | Merge branch 'fc/trivial' | Junio C Hamano | 2013-11-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |