| Commit message (Expand) | Author | Age |
* | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs' | Junio C Hamano | 2013-12-12 |
|\ |
|
| * | fetch: improve the error messages emitted for conflicting refspecs | Michael Haggerty | 2013-10-30 |
| * | handle_duplicate(): mark error message for translation | Michael Haggerty | 2013-10-30 |
| * | ref_remote_duplicates(): extract a function handle_duplicate() | Michael Haggerty | 2013-10-30 |
| * | ref_remove_duplicates(): simplify loop logic | Michael Haggerty | 2013-10-30 |
| * | ref_remove_duplicates(): avoid redundant bisection | Michael Haggerty | 2013-10-30 |
| * | query_refspecs(): move some constants out of the loop | Michael Haggerty | 2013-10-30 |
| * | get_expanded_map(): avoid memory leak | Michael Haggerty | 2013-10-30 |
| * | get_expanded_map(): add docstring | Michael Haggerty | 2013-10-30 |
* | | Merge branch 'jk/remote-literal-string-leakfix' | Junio C Hamano | 2013-10-28 |
|\ \
| |/
|/| |
|
| * | remote: do not copy "origin" string literal | Jeff King | 2013-10-15 |
* | | Merge branch 'jx/branch-vv-always-compare-with-upstream' | Junio C Hamano | 2013-09-20 |
|\ \ |
|
| * | | status: always show tracking branch even no change | Jiang Xin | 2013-08-26 |
| * | | branch: report invalid tracking branch as gone | Jiang Xin | 2013-08-26 |
| |/ |
|
* | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 |
|\ \ |
|
| * | | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 |
| * | | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 |
| * | | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 |
| * | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 |
* | | | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 2013-09-09 |
|\ \ \
| |_|/
|/| | |
|
| * | | fetch: make --prune configurable | Michael Schubert | 2013-07-18 |
* | | | Merge branch 'bc/push-match-many-refs' | Junio C Hamano | 2013-07-18 |
|\ \ \
| |_|/
|/| | |
|
| * | | remote.c: avoid O(m*n) behavior in match_push_refs | Brandon Casey | 2013-07-08 |
| |/ |
|
* | | remote: remove dead code in read_branches_file() | Ramkumar Ramachandra | 2013-06-23 |
* | | remote: trivial style cleanup | Felipe Contreras | 2013-05-28 |
|/ |
|
* | remote.c: introduce branch.<name>.pushremote | Ramkumar Ramachandra | 2013-04-02 |
* | remote.c: introduce remote.pushdefault | Ramkumar Ramachandra | 2013-04-02 |
* | remote.c: introduce a way to have different remotes for fetch/push | Ramkumar Ramachandra | 2013-04-02 |
* | remote.c: simplify a bit of code using git_config_string() | Ramkumar Ramachandra | 2013-04-02 |
* | Merge branch 'jc/nobody-sets-src-peer-ref' | Junio C Hamano | 2013-04-01 |
|\ |
|
| * | match_push_refs(): nobody sets src->peer_ref anymore | Junio C Hamano | 2013-03-04 |
* | | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 |
|\ \ |
|
| * | | push: --follow-tags | Junio C Hamano | 2013-03-05 |
| |/ |
|
| * | Merge branch 'jc/fetch-ignore-symref' into maint | Junio C Hamano | 2013-01-11 |
| |\ |
|
* | \ | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 2013-03-21 |
|\ \ \ |
|
| * | | | fetch: fetch objects by their exact SHA-1 object names | Junio C Hamano | 2013-02-07 |
| * | | | parse_fetch_refspec(): clarify the codeflow a bit | Junio C Hamano | 2013-02-07 |
* | | | | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ |
|
| * | | | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 |
| * | | | | push: further simplify the logic to assign rejection reason | Junio C Hamano | 2013-01-24 |
| * | | | | push: further clean up fields of "struct ref" | Junio C Hamano | 2013-01-24 |
* | | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-23 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | push: fix "refs/tags/ hierarchy cannot be updated without --force" | Junio C Hamano | 2013-01-16 |
* | | | | Merge branch 'jc/fetch-ignore-symref' | Junio C Hamano | 2013-01-05 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | fetch: ignore wildcarded refspecs that update local symbolic refs | Junio C Hamano | 2012-12-11 |
* | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-05 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | push: cleanup push rules comment | Chris Rorvick | 2012-12-03 |
| * | | push: clarify rejection of update to non-commit-ish | Chris Rorvick | 2012-12-02 |
| * | | push: require force for annotated tags | Chris Rorvick | 2012-12-02 |
| * | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 |