summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano-2/+2
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King-2/+2
2015-01-07Merge branch 'jc/checkout-local-track-report'Junio C Hamano-11/+23
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty-3/+3
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg-4/+7
2014-10-14checkout: report upstream correctly even with loosely defined branch.*.mergeJunio C Hamano-11/+23
2014-09-22remote: simplify match_name_with_pattern() using strbufRené Scharfe-12/+5
2014-09-09Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano-1/+2
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano-3/+3
2014-08-12prepare_revision_walk(): check for return value in all placesStefan Beller-1/+2
2014-08-10remote.c: don't leak the base branch name in format_tracking_infoStefan Beller-3/+3
2014-07-30use a hashmap to make remotes fasterPatrick Reynolds-17/+46
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano-5/+1
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano-3/+2
2014-06-20Merge branch 'rs/more-starts-with'Junio C Hamano-1/+1
2014-06-20use skip_prefix to avoid repeating stringsJeff King-3/+2
2014-06-19use xstrfmt in favor of manual size calculationsJeff King-5/+1
2014-06-09Use starts_with() for C strings instead of memcmp()René Scharfe-1/+1
2014-05-27remote.c: rearrange xcalloc argumentsBrian Gesiak-1/+1
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano-1/+1
2014-04-03Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano-6/+44
2014-03-31comments: fix misuses of "nor"Justin Lebar-1/+1
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto-6/+44
2014-03-18Merge branch 'jk/remote-pushremote-config-reading' into maintJunio C Hamano-1/+6
2014-03-18Merge branch 'jk/detect-push-typo-early'Junio C Hamano-29/+75
2014-03-14Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano-1/+6
2014-03-05push: detect local refspec errors earlyJeff King-0/+25
2014-03-05match_explicit_lhs: allow a "verify only" modeJeff King-14/+24
2014-03-05match_explicit: hoist refspec lhs checks into their own functionJeff King-19/+30
2014-02-24remote: handle pushremote config in any orderJeff King-1/+6
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano-4/+4
2014-01-14refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty-4/+4
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano-4/+4
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano-23/+23
2013-12-12Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano-28/+66
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-23/+23
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano-4/+4
2013-10-30fetch: improve the error messages emitted for conflicting refspecsMichael Haggerty-3/+22
2013-10-30handle_duplicate(): mark error message for translationMichael Haggerty-1/+1
2013-10-30ref_remote_duplicates(): extract a function handle_duplicate()Michael Haggerty-8/+10
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty-21/+31
2013-10-30ref_remove_duplicates(): avoid redundant bisectionMichael Haggerty-6/+6
2013-10-30query_refspecs(): move some constants out of the loopMichael Haggerty-2/+2
2013-10-30get_expanded_map(): avoid memory leakMichael Haggerty-3/+3
2013-10-30get_expanded_map(): add docstringMichael Haggerty-0/+7
2013-10-28Merge branch 'jk/remote-literal-string-leakfix'Junio C Hamano-1/+1
2013-10-15remote: do not copy "origin" string literalJeff King-1/+1
2013-09-20Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano-25/+47
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano-13/+162
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano-0/+3