| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | add sorting infrastructure for list refs | Jeff King | 2012-05-22 | 1 | -0/+22 |
|/ / |
|
* | | push: add '--prune' optionfc/push-prune | Felipe Contreras | 2012-02-22 | 1 | -3/+28 |
* | | remote: refactor code into alloc_delete_ref() | Felipe Contreras | 2012-02-22 | 1 | -5/+9 |
* | | remote: reorganize check_pattern_match() | Felipe Contreras | 2012-02-22 | 1 | -29/+30 |
* | | remote: use a local variable in match_push_refs() | Felipe Contreras | 2012-02-22 | 1 | -9/+10 |
* | | i18n: format_tracking_info "Your branch is behind" messagejx/i18n-more-marking | Jiang Xin | 2012-02-01 | 1 | -11/+21 |
* | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-ref | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -3/+3 |
* | | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 2011-11-13 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'cn/fetch-prune' | Junio C Hamano | 2011-10-26 | 1 | -48/+56 |
|\ |
|
| * | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 2011-10-15 | 1 | -12/+23 |
| * | remote: separate out the remote_find_tracking logic into query_refspecs | Carlos Martín Nieto | 2011-10-15 | 1 | -36/+33 |
* | | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 2011-10-21 | 1 | -5/+8 |
|\ \ |
|
| * | | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarify | Junio C Hamano | 2011-09-12 | 1 | -5/+8 |
| |/ |
|
* | | remote: use xstrdup() instead of strdup() | Michael Haggerty | 2011-10-05 | 1 | -1/+1 |
* | | Change check_ref_format() to take a flags argument | Michael Haggerty | 2011-10-05 | 1 | -39/+14 |
|/ |
|
* | make copy_ref globally available | Jeff King | 2011-06-07 | 1 | -1/+1 |
* | consider only branches in guess_remote_head | Jeff King | 2011-06-05 | 1 | -1/+3 |
* | Change "tracking branch" to "remote-tracking branch" | Matthieu Moy | 2010-11-03 | 1 | -1/+1 |
* | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 2010-07-05 | 1 | -2/+2 |
* | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 1 | -3/+3 |
|\ |
|
| * | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 1 | -1/+1 |
| * | string_list: Fix argument order for string_list_lookup | Julian Phillips | 2010-06-27 | 1 | -1/+1 |
| * | string_list: Fix argument order for string_list_insert | Julian Phillips | 2010-06-27 | 1 | -1/+1 |
* | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -2/+1 |
|\ \ |
|
| * | | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 2010-05-31 | 1 | -2/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-06-07 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|