Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | Merge branch 'nd/remote-plural-ours-plus-theirs' | Junio C Hamano | 1 | -1/+1 |
2016-05-06 | remote.c: specify correct plural form in "commit diverge" message | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-05-03 | Merge branch 'jk/fix-attribute-macro-in-2.5' | Junio C Hamano | 1 | -1/+1 |
2016-04-25 | remote.c: spell __attribute__ correctly | Jeff King | 1 | -1/+1 |
2016-03-06 | remote: don't resolve HEAD in non-repository | Jeff King | 1 | -5/+6 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -8/+5 |
2016-02-26 | Merge branch 'tg/git-remote' | Junio C Hamano | 1 | -48/+34 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -4/+4 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -4/+1 |
2016-02-16 | remote: simplify remote_is_configured() | Thomas Gummerer | 1 | -11/+2 |
2016-02-16 | remote: use parse_config_key | Thomas Gummerer | 1 | -37/+32 |
2016-02-10 | Merge branch 'aw/push-force-with-lease-reporting' | Junio C Hamano | 1 | -7/+8 |
2016-02-03 | Merge branch 'kf/http-proxy-auth-methods' | Junio C Hamano | 1 | -0/+3 |
2016-02-01 | push: fix ref status reporting for --force-with-lease | Andrew Wheeler | 1 | -7/+8 |
2016-01-26 | http: allow selection of proxy authentication method | Knut Franke | 1 | -0/+3 |
2016-01-15 | remote.c: read $GIT_DIR/remotes/* with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -2/+2 |
2015-11-20 | remote: convert functions to struct object_id | brian m. carlson | 1 | -29/+29 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
2015-11-20 | ref_newer: convert to use struct object_id | brian m. carlson | 1 | -4/+4 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -29/+29 |
2015-10-30 | Merge branch 'rs/pop-commit' | Junio C Hamano | 1 | -4/+2 |
2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 1 | -4/+2 |
2015-10-23 | read_branches_file: plug a FILE* leak | Johannes Sixt | 1 | -0/+1 |
2015-10-05 | stat_tracking_info: convert to argv_array | Jeff King | 1 | -14/+12 |
2015-09-25 | read_remotes_file: simplify string handling | Jeff King | 1 | -37/+18 |
2015-09-25 | read_branches_file: simplify string handling | Jeff King | 1 | -34/+20 |
2015-09-25 | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 1 | -6/+1 |
2015-06-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+8 |
2015-05-25 | remote: rewrite functions to take object_id arguments | Michael Haggerty | 1 | -11/+8 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -2/+8 |
2015-05-22 | remote.c: add branch_get_push | Jeff King | 1 | -0/+85 |
2015-05-22 | remote.c: return upstream name from stat_tracking_info | Jeff King | 1 | -18/+17 |
2015-05-22 | remote.c: untangle error logic in branch_get_upstream | Jeff King | 1 | -6/+13 |
2015-05-21 | remote.c: report specific errors from branch_get_upstream | Jeff King | 1 | -4/+29 |
2015-05-21 | remote.c: introduce branch_get_upstream helper | Jeff King | 1 | -3/+9 |
2015-05-21 | remote.c: hoist read_config into remote_get_1 | Jeff King | 1 | -2/+2 |
2015-05-21 | remote.c: provide per-branch pushremote name | Jeff King | 1 | -18/+22 |
2015-05-21 | remote.c: hoist branch.*.remote lookup out of remote_get_1 | Jeff King | 1 | -7/+14 |
2015-05-21 | remote.c: drop "remote" pointer from "struct branch" | Jeff King | 1 | -3/+4 |
2015-05-21 | remote.c: refactor setup of branch->merge list | Jeff King | 1 | -4/+15 |
2015-05-03 | remote.c: drop default_remote_name variable | Jeff King | 1 | -12/+11 |
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 |