| Commit message (Expand) | Author | Age | Files | Lines |
* | ref_newer: convert to use struct object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -29/+29 |
* | Merge branch 'rs/pop-commit' | Junio C Hamano | 2015-10-30 | 1 | -4/+2 |
|\ |
|
| * | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commit | René Scharfe | 2015-10-26 | 1 | -4/+2 |
* | | read_branches_file: plug a FILE* leak | Johannes Sixt | 2015-10-23 | 1 | -0/+1 |
* | | stat_tracking_info: convert to argv_array | Jeff King | 2015-10-05 | 1 | -14/+12 |
* | | read_remotes_file: simplify string handling | Jeff King | 2015-09-25 | 1 | -37/+18 |
* | | read_branches_file: simplify string handling | Jeff King | 2015-09-25 | 1 | -34/+20 |
* | | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 2015-09-25 | 1 | -6/+1 |
|/ |
|
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-06-05 | 1 | -5/+8 |
|\ |
|
| * | remote: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -11/+8 |
| * | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -2/+8 |
* | | remote.c: add branch_get_push | Jeff King | 2015-05-22 | 1 | -0/+85 |
* | | remote.c: return upstream name from stat_tracking_info | Jeff King | 2015-05-22 | 1 | -18/+17 |
* | | remote.c: untangle error logic in branch_get_upstream | Jeff King | 2015-05-22 | 1 | -6/+13 |
* | | remote.c: report specific errors from branch_get_upstream | Jeff King | 2015-05-21 | 1 | -4/+29 |
* | | remote.c: introduce branch_get_upstream helper | Jeff King | 2015-05-21 | 1 | -3/+9 |
* | | remote.c: hoist read_config into remote_get_1 | Jeff King | 2015-05-21 | 1 | -2/+2 |
* | | remote.c: provide per-branch pushremote name | Jeff King | 2015-05-21 | 1 | -18/+22 |
* | | remote.c: hoist branch.*.remote lookup out of remote_get_1 | Jeff King | 2015-05-21 | 1 | -7/+14 |
* | | remote.c: drop "remote" pointer from "struct branch" | Jeff King | 2015-05-21 | 1 | -3/+4 |
* | | remote.c: refactor setup of branch->merge list | Jeff King | 2015-05-21 | 1 | -4/+15 |
* | | remote.c: drop default_remote_name variable | Jeff King | 2015-05-03 | 1 | -12/+11 |
|/ |
|
* | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ |
|
| * | remote.c: make clear_cas_option() static | Junio C Hamano | 2015-01-15 | 1 | -1/+1 |
* | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | use xstrdup_or_null to replace ternary conditionals | Jeff King | 2015-01-13 | 1 | -2/+2 |
* | | Merge branch 'jc/checkout-local-track-report' | Junio C Hamano | 2015-01-07 | 1 | -11/+23 |
|\ \ |
|
| * | | checkout: report upstream correctly even with loosely defined branch.*.mergejc/checkout-local-track-report | Junio C Hamano | 2014-10-14 | 1 | -11/+23 |
* | | | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refs | Michael Haggerty | 2014-11-25 | 1 | -3/+3 |
* | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -4/+7 |
| |/
|/| |
|
* | | remote: simplify match_name_with_pattern() using strbufrs/remote-simplify | René Scharfe | 2014-09-22 | 1 | -12/+5 |
* | | Merge branch 'sb/prepare-revision-walk-error-check' | Junio C Hamano | 2014-09-09 | 1 | -1/+2 |
|\ \ |
|
| * | | prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-check | Stefan Beller | 2014-08-12 | 1 | -1/+2 |
| |/ |
|
* | | Merge branch 'sb/plug-leaks' | Junio C Hamano | 2014-09-09 | 1 | -3/+3 |
|\ \ |
|
| * | | remote.c: don't leak the base branch name in format_tracking_info | Stefan Beller | 2014-08-10 | 1 | -3/+3 |
| |/ |
|
* | | use a hashmap to make remotes fasterpr/remotes-in-hashmap | Patrick Reynolds | 2014-07-30 | 1 | -17/+46 |
* | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 1 | -5/+1 |
|\ \ |
|
| * | | use xstrfmt in favor of manual size calculations | Jeff King | 2014-06-19 | 1 | -5/+1 |
| |/ |
|
* | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -3/+2 |
|\ \ |
|
| * | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 1 | -3/+2 |
| |/ |
|
* | | Merge branch 'rs/more-starts-with' | Junio C Hamano | 2014-06-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use starts_with() for C strings instead of memcmp()rs/more-starts-with | René Scharfe | 2014-06-09 | 1 | -1/+1 |
* | | remote.c: rearrange xcalloc arguments | Brian Gesiak | 2014-05-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 | 1 | -1/+1 |
|\ |
|
| * | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 1 | -1/+1 |
| * | Merge branch 'jk/remote-pushremote-config-reading' into maint | Junio C Hamano | 2014-03-18 | 1 | -1/+6 |
| |\ |
|
* | \ | Merge branch 'cn/fetch-prune-overlapping-destination' | Junio C Hamano | 2014-04-03 | 1 | -6/+44 |
|\ \ \ |
|
| * | | | fetch: handle overlaping refspecs on --prunecn/fetch-prune-overlapping-destination | Carlos Martín Nieto | 2014-03-26 | 1 | -6/+44 |
* | | | | Merge branch 'jk/detect-push-typo-early' | Junio C Hamano | 2014-03-18 | 1 | -29/+75 |
|\ \ \ \ |
|