aboutsummaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-09
|\
| * use xstrfmt in favor of manual size calculationsJeff King2014-06-19
* | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \
| * | use skip_prefix to avoid repeating stringsJeff King2014-06-20
| |/
* | Merge branch 'rs/more-starts-with'Junio C Hamano2014-06-20
|\ \ | |/ |/|
| * Use starts_with() for C strings instead of memcmp()René Scharfe2014-06-09
* | remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
|/
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-08
|\
| * comments: fix misuses of "nor"Justin Lebar2014-03-31
| * Merge branch 'jk/remote-pushremote-config-reading' into maintJunio C Hamano2014-03-18
| |\
* | \ Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano2014-04-03
|\ \ \
| * | | fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto2014-03-26
* | | | Merge branch 'jk/detect-push-typo-early'Junio C Hamano2014-03-18
|\ \ \ \
| * | | | push: detect local refspec errors earlyJeff King2014-03-05
| * | | | match_explicit_lhs: allow a "verify only" modeJeff King2014-03-05
| * | | | match_explicit: hoist refspec lhs checks into their own functionJeff King2014-03-05
| | |/ / | |/| |
* | | | Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano2014-03-14
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | remote: handle pushremote config in any orderJeff King2014-02-24
| |/
* | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-27
|\ \
| * | refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty2014-01-14
| |/
* | Merge branch 'jc/push-refmap'Junio C Hamano2013-12-27
|\ \
| * | push: use remote.$name.push as a refmapJunio C Hamano2013-12-04
| |/
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/
* | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano2013-12-12
|\ \ | |/ |/|
| * fetch: improve the error messages emitted for conflicting refspecsMichael Haggerty2013-10-30
| * handle_duplicate(): mark error message for translationMichael Haggerty2013-10-30
| * ref_remote_duplicates(): extract a function handle_duplicate()Michael Haggerty2013-10-30
| * ref_remove_duplicates(): simplify loop logicMichael Haggerty2013-10-30
| * ref_remove_duplicates(): avoid redundant bisectionMichael Haggerty2013-10-30
| * query_refspecs(): move some constants out of the loopMichael Haggerty2013-10-30
| * get_expanded_map(): avoid memory leakMichael Haggerty2013-10-30
| * get_expanded_map(): add docstringMichael Haggerty2013-10-30
* | Merge branch 'jk/remote-literal-string-leakfix'Junio C Hamano2013-10-28
|\ \ | |/ |/|
| * remote: do not copy "origin" string literalJeff King2013-10-15
* | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-20
|\ \
| * | status: always show tracking branch even no changeJiang Xin2013-08-26
| * | branch: report invalid tracking branch as goneJiang Xin2013-08-26
| |/
* | Merge branch 'jc/push-cas'Junio C Hamano2013-09-09
|\ \
| * | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
| * | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22
| * | remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-22
| * | cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
* | | Merge branch 'ms/fetch-prune-configuration'Junio C Hamano2013-09-09
|\ \ \ | |_|/ |/| |
| * | fetch: make --prune configurableMichael Schubert2013-07-18
* | | Merge branch 'bc/push-match-many-refs'Junio C Hamano2013-07-18
|\ \ \ | |_|/ |/| |
| * | remote.c: avoid O(m*n) behavior in match_push_refsBrandon Casey2013-07-08
| |/
* | remote: remove dead code in read_branches_file()Ramkumar Ramachandra2013-06-23
* | remote: trivial style cleanupFelipe Contreras2013-05-28
|/
* remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra2013-04-02