summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/clone-dissociate'Junio C Hamano2015-06-111-13/+4
|\
| * clone: reorder --dissociate and --reference optionsjk/clone-dissociateJeff King2015-05-271-2/+2
| * clone: use OPT_STRING_LIST for --referenceJeff King2015-05-271-11/+2
* | Merge branch 'bc/object-id'Junio C Hamano2015-06-0516-122/+136
|\ \
| * | builtin/show-ref: rewrite to take an object_id argumentMichael Haggerty2015-05-251-11/+9
| * | show_ref(): convert local variable peeled to object_idMichael Haggerty2015-05-251-3/+3
| * | builtin/show-ref: rewrite to use object_idMichael Haggerty2015-05-251-18/+15
| * | fsck: change functions to use object_idMichael Haggerty2015-05-251-16/+13
| * | cmd_show_branch(): fix error messageMichael Haggerty2015-05-251-1/+1
| * | builtin/show-branch: rewrite functions to work with object_idMichael Haggerty2015-05-251-21/+21
| * | append_one_rev(): rewrite to work with object_idMichael Haggerty2015-05-251-3/+3
| * | builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+17
| * | append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-7/+6
| * | show_reference(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-10/+8
| * | builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-13/+8
| * | add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty2015-05-251-5/+2
| * | 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
| * | 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-2516-39/+104
* | | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-054-31/+34
|\ \ \
| * | | for-each-ref: accept "%(push)" formatjk/at-push-sha1Jeff King2015-05-221-2/+15
| * | | for-each-ref: use skip_prefix instead of starts_withJeff King2015-05-221-2/+4
| * | | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-222-13/+7
| * | | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-213-3/+3
| * | | remote.c: introduce branch_get_upstream helperJeff King2015-05-213-13/+7
| * | | remote.c: drop "remote" pointer from "struct branch"Jeff King2015-05-211-1/+1
* | | | Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-011-6/+45
|\ \ \ \
| * | | | cat-file: add --follow-symlinks to --batchdt/cat-file-follow-symlinksDavid Turner2015-05-201-6/+45
* | | | | Merge branch 'rs/janitorial'Junio C Hamano2015-06-013-16/+4
|\ \ \ \ \
| * | | | | clean: remove unused variable bufRené Scharfe2015-05-201-2/+0
| * | | | | use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-202-14/+4
| * | | | | Merge branch 'jk/init-core-worktree-at-root' into maintJunio C Hamano2015-05-131-3/+15
| |\ \ \ \ \
| * \ \ \ \ \ Sync with 2.3.8Junio C Hamano2015-05-111-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano2015-05-111-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'jc/report-path-error-to-dir' into maintJunio C Hamano2015-03-311-43/+0
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'ws/grep-quiet-no-pager' into maintJunio C Hamano2015-03-281-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'jk/cleanup-failed-clone' into maintJunio C Hamano2015-03-281-5/+6
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'jk/prune-with-corrupt-refs' into maintJunio C Hamano2015-03-282-2/+7
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'jk/tag-h-column-is-a-listing-option' into maintJunio C Hamano2015-03-271-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/deflate-init-cleanup' into maintJunio C Hamano2015-03-232-3/+0
| | |\ \ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ah/usage-strings'Junio C Hamano2015-06-012-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \