| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jx/branch-vv-always-compare-with-upstream' | Junio C Hamano | 2013-09-20 | 1 | -25/+47 |
|\ |
|
| * | status: always show tracking branch even no change | Jiang Xin | 2013-08-26 | 1 | -3/+4 |
| * | branch: report invalid tracking branch as gone | Jiang Xin | 2013-08-26 | 1 | -25/+46 |
* | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 1 | -13/+162 |
|\ \ |
|
| * | | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | 1 | -13/+36 |
| * | | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | 1 | -0/+61 |
| * | | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | 1 | -0/+57 |
| * | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 1 | -0/+8 |
* | | | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 2013-09-09 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | fetch: make --prune configurablems/fetch-prune-configuration | Michael Schubert | 2013-07-18 | 1 | -0/+3 |
* | | | Merge branch 'bc/push-match-many-refs' | Junio C Hamano | 2013-07-18 | 1 | -2/+25 |
|\ \ \
| |_|/
|/| | |
|
| * | | remote.c: avoid O(m*n) behavior in match_push_refsbc/push-match-many-refs | Brandon Casey | 2013-07-08 | 1 | -2/+25 |
| |/ |
|
* | | remote: remove dead code in read_branches_file() | Ramkumar Ramachandra | 2013-06-23 | 1 | -19/+4 |
* | | remote: trivial style cleanup | Felipe Contreras | 2013-05-28 | 1 | -2/+1 |
|/ |
|
* | remote.c: introduce branch.<name>.pushremote | Ramkumar Ramachandra | 2013-04-02 | 1 | -0/+4 |
* | remote.c: introduce remote.pushdefault | Ramkumar Ramachandra | 2013-04-02 | 1 | -0/+7 |
* | remote.c: introduce a way to have different remotes for fetch/push | Ramkumar Ramachandra | 2013-04-02 | 1 | -4/+21 |
* | remote.c: simplify a bit of code using git_config_string() | Ramkumar Ramachandra | 2013-04-02 | 1 | -3/+2 |
* | Merge branch 'jc/nobody-sets-src-peer-ref' | Junio C Hamano | 2013-04-01 | 1 | -3/+0 |
|\ |
|
| * | match_push_refs(): nobody sets src->peer_ref anymore | Junio C Hamano | 2013-03-04 | 1 | -3/+0 |
* | | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 | 1 | -0/+99 |
|\ \ |
|
| * | | push: --follow-tags | Junio C Hamano | 2013-03-05 | 1 | -0/+99 |
| |/ |
|
| * | Merge branch 'jc/fetch-ignore-symref' into maint | Junio C Hamano | 2013-01-11 | 1 | -1/+12 |
| |\ |
|
* | \ | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 2013-03-21 | 1 | -18/+23 |
|\ \ \ |
|
| * | | | fetch: fetch objects by their exact SHA-1 object names | Junio C Hamano | 2013-02-07 | 1 | -1/+11 |
| * | | | parse_fetch_refspec(): clarify the codeflow a bit | Junio C Hamano | 2013-02-07 | 1 | -17/+12 |
* | | | | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 | 1 | -23/+19 |
|\ \ \ \ |
|
| * | | | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 1 | -3/+8 |
| * | | | | push: further simplify the logic to assign rejection reason | Junio C Hamano | 2013-01-24 | 1 | -16/+11 |
| * | | | | push: further clean up fields of "struct ref" | Junio C Hamano | 2013-01-24 | 1 | -10/+6 |
* | | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-23 | 1 | -36/+7 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | push: fix "refs/tags/ hierarchy cannot be updated without --force" | Junio C Hamano | 2013-01-16 | 1 | -36/+7 |
* | | | | Merge branch 'jc/fetch-ignore-symref' | Junio C Hamano | 2013-01-05 | 1 | -1/+12 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | fetch: ignore wildcarded refspecs that update local symbolic refs | Junio C Hamano | 2012-12-11 | 1 | -1/+12 |
* | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-05 | 1 | -20/+63 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | push: cleanup push rules comment | Chris Rorvick | 2012-12-03 | 1 | -15/+17 |
| * | | push: clarify rejection of update to non-commit-ish | Chris Rorvick | 2012-12-02 | 1 | -0/+5 |
| * | | push: require force for annotated tags | Chris Rorvick | 2012-12-02 | 1 | -2/+9 |
| * | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 1 | -4/+14 |
| * | | push: flag updates that require force | Chris Rorvick | 2012-12-02 | 1 | -3/+8 |
| * | | push: keep track of "update" state separately | Chris Rorvick | 2012-12-02 | 1 | -7/+11 |
| * | | push: add advice for rejected tag reference | Chris Rorvick | 2012-12-02 | 1 | -0/+10 |
| |/ |
|
* | | Merge branch 'mm/status-push-pull-advise' | Junio C Hamano | 2012-12-03 | 1 | -6/+9 |
|\ \ |
|
| * | | status: respect advice.statusHints for ahead/behind advice | Jeff King | 2012-12-03 | 1 | -6/+9 |
* | | | Merge branch 'mm/status-push-pull-advise' | Junio C Hamano | 2012-11-28 | 1 | -3/+10 |
|\ \ \
| |/ / |
|
| * | | status: add advice on how to push/pull to tracking branch | Matthieu Moy | 2012-11-16 | 1 | -3/+10 |
| |/ |
|
* | | Merge branch 'jc/maint-fetch-tighten-refname-check' | Junio C Hamano | 2012-11-15 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | get_fetch_map(): tighten checks on dest refs | Junio C Hamano | 2012-10-19 | 1 | -2/+2 |
* | | Merge branch 'jk/push-delete-ref-error-message' | Junio C Hamano | 2012-07-13 | 1 | -0/+3 |
|\ \ |
|
| * | | push: don't guess at qualifying remote refs on deletion | Jeff King | 2012-07-03 | 1 | -0/+3 |