summaryrefslogtreecommitdiffstats
path: root/builtin/branch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/interpret-branch-name'Junio C Hamano2017-03-141-1/+4
|\
| * branch: restrict @-expansions when deletingJeff King2017-03-021-1/+4
| * interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-021-1/+1
* | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-271-3/+4
|\ \
| * | branch: record creation of renamed branch in HEAD's logKyle Meyer2017-02-211-2/+3
| * | delete_ref: accept a reflog message argumentKyle Meyer2017-02-211-1/+1
* | | branch: implement '--format' optionKarthik Nayak2017-01-311-5/+9
* | | branch: use ref-filter printing APIsKarthik Nayak2017-01-311-162/+85
* | | branch, tag: use porcelain outputKarthik Nayak2017-01-311-0/+2
* | | ref-filter: move get_head_description() from branch.cKarthik Nayak2017-01-101-33/+0
|/ /
* | Merge branch 'nd/for-each-ref-ignore-case'Junio C Hamano2016-12-191-9/+14
|\ \ | |/ |/|
| * tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-051-9/+14
* | worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy2016-11-281-1/+1
|/
* Merge branch 'jk/create-branch-remove-unused-param'Junio C Hamano2016-11-171-2/+2
|\
| * create_branch: drop unused "head" parameterJeff King2016-11-091-2/+2
* | i18n: branch: mark option description for translationVasco Almeida2016-09-151-1/+1
* | Merge branch 'mh/split-under-lock'Junio C Hamano2016-07-251-8/+11
|\ \
| * | delete_branches(): use resolve_refdup()Michael Haggerty2016-06-131-8/+11
* | | Merge branch 'jk/write-file'Junio C Hamano2016-07-191-4/+1
|\ \ \
| * | | branch: use write_file_buf instead of write_fileJeff King2016-07-081-1/+1
| * | | branch: use non-gentle write_file for branch descriptionJeff King2016-07-081-4/+1
| | |/ | |/|
* / | i18n: branch: mark comment when editing branch description for translationVasco Almeida2016-06-181-3/+3
|/ /
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-4/+29
|\ \
| * | branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy2016-04-221-0/+25
| * | worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy2016-04-221-4/+4
| |/
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-2/+1
|\ \
| * | builtin/branch.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+1
* | | Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-171-5/+7
|\ \ \ | |_|/ |/| |
| * | i18n: branch: move comment for translatorsVasco Almeida2016-04-131-2/+4
| * | i18n: branch: unmark string for translationVasco Almeida2016-04-131-2/+2
| * | i18n: builtin/branch.c: mark option for translationVasco Almeida2016-04-091-1/+1
| |/
* | Merge branch 'jk/branch-shortening-funny-symrefs'Junio C Hamano2016-04-181-7/+12
|\ \
| * | branch: fix shortening of non-remote symrefsJeff King2016-04-051-7/+12
| |/
* | Merge branch 'ky/branch-m-worktree'Junio C Hamano2016-04-181-2/+1
|\ \
| * | branch -m: update all per-worktree HEADsKazuki Yamaguchi2016-04-041-2/+1
| |/
* / branch -d: refuse deleting a branch which is currently checked outKazuki Yamaguchi2016-03-291-8/+14
|/
* config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-221-3/+3
* branch: die on config error when editing branch descriptionPatrick Steinhardt2016-02-221-3/+2
* branch: die on config error when unsetting upstreamPatrick Steinhardt2016-02-221-2/+2
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* Merge branch 'tk/stripspace'Junio C Hamano2015-10-261-1/+1
|\
| * strbuf: make stripspace() part of strbufTobias Klauser2015-10-161-1/+1
* | Merge branch 'kn/for-each-branch'Junio C Hamano2015-10-161-352/+150
|\ \
| * | branch: add '--points-at' optionKarthik Nayak2015-09-251-1/+6
| * | branch.c: use 'ref-filter' APIsKarthik Nayak2015-09-251-178/+35
| * | branch.c: use 'ref-filter' data structuresKarthik Nayak2015-09-251-189/+128
| * | branch: drop non-commit error reportingKarthik Nayak2015-09-251-14/+4
| * | branch: move 'current' check down to the presentation layerKarthik Nayak2015-09-231-11/+9
| * | branch: roll show_detached HEAD into regular ref_listKarthik Nayak2015-09-231-28/+33