summaryrefslogtreecommitdiff
path: root/builtin/branch.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Merge branch 'km/delete-ref-reflog-message'Libravatar Junio C Hamano1-3/+4
2017-02-22builtin/branch: convert to struct object_idLibravatar brian m. carlson1-13/+13
2017-02-20branch: record creation of renamed branch in HEAD's logLibravatar Kyle Meyer1-2/+3
2017-02-20delete_ref: accept a reflog message argumentLibravatar Kyle Meyer1-1/+1
2017-01-31branch: implement '--format' optionLibravatar Karthik Nayak1-5/+9
2017-01-31branch: use ref-filter printing APIsLibravatar Karthik Nayak1-162/+85
2017-01-31branch, tag: use porcelain outputLibravatar Karthik Nayak1-0/+2
2017-01-10ref-filter: move get_head_description() from branch.cLibravatar Karthik Nayak1-33/+0
2016-12-19Merge branch 'nd/for-each-ref-ignore-case'Libravatar Junio C Hamano1-9/+14
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringLibravatar Nguyễn Thái Ngọc Duy1-9/+14
2016-11-28worktree.c: get_worktrees() takes a new flag argumentLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-11-17Merge branch 'jk/create-branch-remove-unused-param'Libravatar Junio C Hamano1-2/+2
2016-11-09create_branch: drop unused "head" parameterLibravatar Jeff King1-2/+2
2016-09-15i18n: branch: mark option description for translationLibravatar Vasco Almeida1-1/+1
2016-07-25Merge branch 'mh/split-under-lock'Libravatar Junio C Hamano1-8/+11
2016-07-19Merge branch 'jk/write-file'Libravatar Junio C Hamano1-4/+1
2016-07-08branch: use write_file_buf instead of write_fileLibravatar Jeff King1-1/+1
2016-07-08branch: use non-gentle write_file for branch descriptionLibravatar Jeff King1-4/+1
2016-06-17i18n: branch: mark comment when editing branch description for translationLibravatar Vasco Almeida1-3/+3
2016-06-13delete_branches(): use resolve_refdup()Libravatar Michael Haggerty1-8/+11
2016-05-23Merge branch 'nd/worktree-various-heads'Libravatar Junio C Hamano1-4/+29
2016-05-17Merge branch 'nd/error-errno'Libravatar Junio C Hamano1-2/+1
2016-05-17Merge branch 'va/i18n-misc-updates'Libravatar Junio C Hamano1-5/+7
2016-05-09builtin/branch.c: use error_errno()Libravatar Nguyễn Thái Ngọc Duy1-2/+1
2016-04-22branch: do not rename a branch under bisect or rebaseLibravatar Nguyễn Thái Ngọc Duy1-0/+25
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Libravatar Nguyễn Thái Ngọc Duy1-4/+4
2016-04-18Merge branch 'jk/branch-shortening-funny-symrefs'Libravatar Junio C Hamano1-7/+12
2016-04-18Merge branch 'ky/branch-m-worktree'Libravatar Junio C Hamano1-2/+1
2016-04-13i18n: branch: move comment for translatorsLibravatar Vasco Almeida1-2/+4
2016-04-13i18n: branch: unmark string for translationLibravatar Vasco Almeida1-2/+2
2016-04-08i18n: builtin/branch.c: mark option for translationLibravatar Vasco Almeida1-1/+1
2016-04-04branch: fix shortening of non-remote symrefsLibravatar Jeff King1-7/+12
2016-04-04branch -m: update all per-worktree HEADsLibravatar Kazuki Yamaguchi1-2/+1
2016-03-29branch -d: refuse deleting a branch which is currently checked outLibravatar Kazuki Yamaguchi1-8/+14
2016-02-22config: rename git_config_set_or_die to git_config_setLibravatar Patrick Steinhardt1-3/+3
2016-02-22branch: die on config error when editing branch descriptionLibravatar Patrick Steinhardt1-3/+2
2016-02-22branch: die on config error when unsetting upstreamLibravatar Patrick Steinhardt1-2/+2
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-1/+1
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-1/+1
2015-10-26Merge branch 'tk/stripspace'Libravatar Junio C Hamano1-1/+1
2015-10-16strbuf: make stripspace() part of strbufLibravatar Tobias Klauser1-1/+1
2015-10-15Merge branch 'kn/for-each-branch'Libravatar Junio C Hamano1-352/+150
2015-10-05Merge branch 'kn/for-each-tag-branch'Libravatar Junio C Hamano1-12/+10
2015-09-25branch: add '--points-at' optionLibravatar Karthik Nayak1-1/+6
2015-09-25branch.c: use 'ref-filter' APIsLibravatar Karthik Nayak1-178/+35
2015-09-25branch.c: use 'ref-filter' data structuresLibravatar Karthik Nayak1-189/+128
2015-09-25branch: drop non-commit error reportingLibravatar Karthik Nayak1-14/+4
2015-09-23branch: move 'current' check down to the presentation layerLibravatar Karthik Nayak1-11/+9
2015-09-23branch: roll show_detached HEAD into regular ref_listLibravatar Karthik Nayak1-28/+33
2015-09-23branch: bump get_head_description() to the topLibravatar Karthik Nayak1-31/+31