summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty2015-05-251-10/+6
| * | show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty2015-05-251-16/+10
| * | name_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+4
| * | grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+4
| * | builtin/fetch: rewrite to take an object_id argumentMichael Haggerty2015-05-251-12/+11
| * | get_name(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-9/+7
| * | add_pending_uninteresting_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | append_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
| * | register_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
| * | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-26/+9
| * | builtin/rev-parse: rewrite to take an object_id argumentMichael Haggerty2015-05-251-24/+17
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-2536-97/+275
| * | refs: convert struct ref_entry to use struct object_idbrian m. carlson2015-05-251-22/+22
* | | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-0514-149/+424
|\ \ \
| * | | for-each-ref: accept "%(push)" formatjk/at-push-sha1Jeff King2015-05-223-3/+33
| * | | for-each-ref: use skip_prefix instead of starts_withJeff King2015-05-221-2/+4
| * | | sha1_name: implement @{push} shorthandJeff King2015-05-223-1/+101
| * | | sha1_name: refactor interpret_upstream_markJeff King2015-05-221-21/+23
| * | | sha1_name: refactor upstream_markJeff King2015-05-221-3/+9
| * | | remote.c: add branch_get_pushJeff King2015-05-222-0/+95
| * | | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-225-44/+32
| * | | remote.c: untangle error logic in branch_get_upstreamJeff King2015-05-221-6/+13
| * | | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-217-30/+48
| * | | remote.c: introduce branch_get_upstream helperJeff King2015-05-215-16/+23
| * | | remote.c: hoist read_config into remote_get_1Jeff King2015-05-211-2/+2
| * | | remote.c: provide per-branch pushremote nameJeff King2015-05-212-18/+24
| * | | remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King2015-05-212-7/+15
| * | | remote.c: drop "remote" pointer from "struct branch"Jeff King2015-05-214-9/+5
| * | | remote.c: refactor setup of branch->merge listJeff King2015-05-211-4/+15
| * | | remote.c: drop default_remote_name variableJeff King2015-05-031-12/+11
* | | | Sixth batch for 2.5 cycleJunio C Hamano2015-06-011-1/+50
* | | | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-06-011-1/+1
|\ \ \ \
| * | | | test_bitmap_walk: free bitmap with bitmap_freesb/test-bitmap-free-at-endJeff King2015-05-221-1/+1
* | | | | Merge branch 'mm/rebase-i-post-rewrite-exec'Junio C Hamano2015-06-012-41/+58
|\ \ \ \ \
| * | | | | t5407: use <<- to align the expected outputmm/rebase-i-post-rewrite-execJunio C Hamano2015-05-221-40/+40
| * | | | | rebase -i: fix post-rewrite hook with failed exec commandMatthieu Moy2015-05-222-6/+6
| * | | | | rebase -i: demonstrate incorrect behavior of post-rewriteMatthieu Moy2015-05-221-0/+17
* | | | | | Merge branch 'fm/fetch-raw-sha1'Junio C Hamano2015-06-016-16/+116
|\ \ \ \ \ \
| * | | | | | upload-pack: optionally allow fetching reachable sha1fm/fetch-raw-sha1Fredrik Medley2015-05-226-6/+97
| * | | | | | upload-pack: prepare to extend allow-tip-sha1-in-wantFredrik Medley2015-05-222-10/+19
| * | | | | | config.txt: clarify allowTipSHA1InWant with camelCaseFredrik Medley2015-05-211-2/+2
* | | | | | | Merge branch 'sg/help-group'Junio C Hamano2015-06-017-51/+117
|\ \ \ \ \ \ \
| * | | | | | | help: respect new common command groupingSébastien Guimmara2015-05-211-1/+23
| * | | | | | | command-list.txt: drop the "common" tagSébastien Guimmara2015-05-211-21/+21
| * | | | | | | generate-cmdlist: parse common group commandsEric Sunshine2015-05-213-25/+52
| * | | | | | | command-list.txt: add the common groups blockSébastien Guimmara2015-05-212-21/+33
| * | | | | | | command-list: prepare machinery for upcoming "common groups" sectionEric Sunshine2015-05-213-3/+8
* | | | | | | | Merge branch 'mm/log-format-raw-doc'Junio C Hamano2015-06-012-2/+14
|\ \ \ \ \ \ \ \