Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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