summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-4/+7
* remote: simplify match_name_with_pattern() using strbufrs/remote-simplifyRené Scharfe2014-09-221-12/+5
* Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2014-09-091-1/+2
|\
| * prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-checkStefan Beller2014-08-121-1/+2
* | Merge branch 'sb/plug-leaks'Junio C Hamano2014-09-091-3/+3
|\ \
| * | remote.c: don't leak the base branch name in format_tracking_infoStefan Beller2014-08-101-3/+3
| |/
* | use a hashmap to make remotes fasterpr/remotes-in-hashmapPatrick Reynolds2014-07-301-17/+46
* | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-091-5/+1
|\ \
| * | use xstrfmt in favor of manual size calculationsJeff King2014-06-191-5/+1
| |/
* | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-3/+2
|\ \
| * | use skip_prefix to avoid repeating stringsJeff King2014-06-201-3/+2
| |/
* | Merge branch 'rs/more-starts-with'Junio C Hamano2014-06-201-1/+1
|\ \ | |/ |/|
| * Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-091-1/+1
* | remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
|/
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\
| * comments: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
| * Merge branch 'jk/remote-pushremote-config-reading' into maintJunio C Hamano2014-03-181-1/+6
| |\
* | \ Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano2014-04-031-6/+44
|\ \ \
| * | | fetch: handle overlaping refspecs on --prunecn/fetch-prune-overlapping-destinationCarlos Martín Nieto2014-03-261-6/+44
* | | | Merge branch 'jk/detect-push-typo-early'Junio C Hamano2014-03-181-29/+75
|\ \ \ \
| * | | | push: detect local refspec errors earlyjk/detect-push-typo-earlyJeff King2014-03-051-0/+25
| * | | | match_explicit_lhs: allow a "verify only" modeJeff King2014-03-051-14/+24
| * | | | match_explicit: hoist refspec lhs checks into their own functionJeff King2014-03-051-19/+30
| | |/ / | |/| |
* | | | Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano2014-03-141-1/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | remote: handle pushremote config in any orderjk/remote-pushremote-config-readingJeff King2014-02-241-1/+6
| |/
* | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-271-4/+4
|\ \
| * | refname_match(): always use the rules in ref_rev_parse_rulesmh/retire-ref-fetch-rules@fooMichael Haggerty2014-01-141-4/+4
| |/
* | Merge branch 'jc/push-refmap'Junio C Hamano2013-12-271-4/+4
|\ \
| * | push: use remote.$name.push as a refmapJunio C Hamano2013-12-041-4/+4
| |/
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-23/+23
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-23/+23
| |/
* | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano2013-12-121-28/+66
|\ \ | |/ |/|
| * fetch: improve the error messages emitted for conflicting refspecsmh/fetch-tags-in-addition-to-normal-refsMichael Haggerty2013-10-301-3/+22
| * handle_duplicate(): mark error message for translationMichael Haggerty2013-10-301-1/+1
| * ref_remote_duplicates(): extract a function handle_duplicate()Michael Haggerty2013-10-301-8/+10
| * ref_remove_duplicates(): simplify loop logicMichael Haggerty2013-10-301-21/+31
| * ref_remove_duplicates(): avoid redundant bisectionMichael Haggerty2013-10-301-6/+6
| * query_refspecs(): move some constants out of the loopMichael Haggerty2013-10-301-2/+2
| * get_expanded_map(): avoid memory leakMichael Haggerty2013-10-301-3/+3
| * get_expanded_map(): add docstringMichael Haggerty2013-10-301-0/+7
* | Merge branch 'jk/remote-literal-string-leakfix'Junio C Hamano2013-10-281-1/+1
|\ \ | |/ |/|
| * remote: do not copy "origin" string literaljk/remote-literal-string-leakfixJeff King2013-10-151-1/+1
* | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-201-25/+47
|\ \
| * | status: always show tracking branch even no changeJiang Xin2013-08-261-3/+4
| * | branch: report invalid tracking branch as goneJiang Xin2013-08-261-25/+46
| |/
* | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-13/+162
|\ \
| * | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-221-13/+36
| * | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-221-0/+61
| * | remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-221-0/+57
| * | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+8