Age | Commit message (Expand) | Author | Files | Lines |
2015-02-11 | Merge branch 'jc/unused-symbols' | Junio C Hamano | 1 | -1/+1 |
2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -2/+2 |
2015-01-15 | remote.c: make clear_cas_option() static | Junio C Hamano | 1 | -1/+1 |
2015-01-13 | use xstrdup_or_null to replace ternary conditionals | Jeff King | 1 | -2/+2 |
2015-01-07 | Merge branch 'jc/checkout-local-track-report' | Junio C Hamano | 1 | -11/+23 |
2014-11-25 | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 1 | -3/+3 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -4/+7 |
2014-10-14 | checkout: report upstream correctly even with loosely defined branch.*.merge | Junio C Hamano | 1 | -11/+23 |
2014-09-22 | remote: simplify match_name_with_pattern() using strbuf | René Scharfe | 1 | -12/+5 |
2014-09-09 | Merge branch 'sb/prepare-revision-walk-error-check' | Junio C Hamano | 1 | -1/+2 |
2014-09-09 | Merge branch 'sb/plug-leaks' | Junio C Hamano | 1 | -3/+3 |
2014-08-12 | prepare_revision_walk(): check for return value in all places | Stefan Beller | 1 | -1/+2 |
2014-08-10 | remote.c: don't leak the base branch name in format_tracking_info | Stefan Beller | 1 | -3/+3 |
2014-07-30 | use a hashmap to make remotes faster | Patrick Reynolds | 1 | -17/+46 |
2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -5/+1 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -3/+2 |
2014-06-20 | Merge branch 'rs/more-starts-with' | Junio C Hamano | 1 | -1/+1 |
2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -3/+2 |
2014-06-19 | use xstrfmt in favor of manual size calculations | Jeff King | 1 | -5/+1 |
2014-06-09 | Use starts_with() for C strings instead of memcmp() | René Scharfe | 1 | -1/+1 |
2014-05-27 | remote.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -1/+1 |
2014-04-03 | Merge branch 'cn/fetch-prune-overlapping-destination' | Junio C Hamano | 1 | -6/+44 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-03-26 | fetch: handle overlaping refspecs on --prune | Carlos Martín Nieto | 1 | -6/+44 |
2014-03-18 | Merge branch 'jk/remote-pushremote-config-reading' into maint | Junio C Hamano | 1 | -1/+6 |
2014-03-18 | Merge branch 'jk/detect-push-typo-early' | Junio C Hamano | 1 | -29/+75 |
2014-03-14 | Merge branch 'jk/remote-pushremote-config-reading' | Junio C Hamano | 1 | -1/+6 |
2014-03-05 | push: detect local refspec errors early | Jeff King | 1 | -0/+25 |
2014-03-05 | match_explicit_lhs: allow a "verify only" mode | Jeff King | 1 | -14/+24 |
2014-03-05 | match_explicit: hoist refspec lhs checks into their own function | Jeff King | 1 | -19/+30 |
2014-02-24 | remote: handle pushremote config in any order | Jeff King | 1 | -1/+6 |
2014-01-27 | Merge branch 'mh/retire-ref-fetch-rules' | Junio C Hamano | 1 | -4/+4 |
2014-01-14 | refname_match(): always use the rules in ref_rev_parse_rules | Michael Haggerty | 1 | -4/+4 |
2013-12-27 | Merge branch 'jc/push-refmap' | Junio C Hamano | 1 | -4/+4 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -23/+23 |
2013-12-12 | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs' | Junio C Hamano | 1 | -28/+66 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -23/+23 |
2013-12-04 | push: use remote.$name.push as a refmap | Junio C Hamano | 1 | -4/+4 |
2013-10-30 | fetch: improve the error messages emitted for conflicting refspecs | Michael Haggerty | 1 | -3/+22 |
2013-10-30 | handle_duplicate(): mark error message for translation | Michael Haggerty | 1 | -1/+1 |
2013-10-30 | ref_remote_duplicates(): extract a function handle_duplicate() | Michael Haggerty | 1 | -8/+10 |
2013-10-30 | ref_remove_duplicates(): simplify loop logic | Michael Haggerty | 1 | -21/+31 |
2013-10-30 | ref_remove_duplicates(): avoid redundant bisection | Michael Haggerty | 1 | -6/+6 |
2013-10-30 | query_refspecs(): move some constants out of the loop | Michael Haggerty | 1 | -2/+2 |
2013-10-30 | get_expanded_map(): avoid memory leak | Michael Haggerty | 1 | -3/+3 |
2013-10-30 | get_expanded_map(): add docstring | Michael Haggerty | 1 | -0/+7 |
2013-10-28 | Merge branch 'jk/remote-literal-string-leakfix' | Junio C Hamano | 1 | -1/+1 |
2013-10-15 | remote: do not copy "origin" string literal | Jeff King | 1 | -1/+1 |
2013-09-20 | Merge branch 'jx/branch-vv-always-compare-with-upstream' | Junio C Hamano | 1 | -25/+47 |