aboutsummaryrefslogtreecommitdiff
path: root/builtin/branch.c
Commit message (Expand)AuthorAge
* Merge branch 'nd/for-each-ref-ignore-case'Junio C Hamano2016-12-19
|\
| * tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-05
* | worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy2016-11-28
|/
* Merge branch 'jk/create-branch-remove-unused-param'Junio C Hamano2016-11-17
|\
| * create_branch: drop unused "head" parameterJeff King2016-11-09
* | i18n: branch: mark option description for translationVasco Almeida2016-09-15
* | Merge branch 'mh/split-under-lock'Junio C Hamano2016-07-25
|\ \
| * | delete_branches(): use resolve_refdup()Michael Haggerty2016-06-13
* | | Merge branch 'jk/write-file'Junio C Hamano2016-07-19
|\ \ \
| * | | branch: use write_file_buf instead of write_fileJeff King2016-07-08
| * | | branch: use non-gentle write_file for branch descriptionJeff King2016-07-08
| | |/ | |/|
* | | i18n: branch: mark comment when editing branch description for translationVasco Almeida2016-06-17
|/ /
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \
| * | branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy2016-04-22
| * | worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy2016-04-22
| |/
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \
| * | builtin/branch.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | | Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-17
|\ \ \ | |_|/ |/| |
| * | i18n: branch: move comment for translatorsVasco Almeida2016-04-13
| * | i18n: branch: unmark string for translationVasco Almeida2016-04-13
| * | i18n: builtin/branch.c: mark option for translationVasco Almeida2016-04-08
| |/
* | Merge branch 'jk/branch-shortening-funny-symrefs'Junio C Hamano2016-04-18
|\ \
| * | branch: fix shortening of non-remote symrefsJeff King2016-04-04
| |/
* | Merge branch 'ky/branch-m-worktree'Junio C Hamano2016-04-18
|\ \
| * | branch -m: update all per-worktree HEADsKazuki Yamaguchi2016-04-04
| |/
* | branch -d: refuse deleting a branch which is currently checked outKazuki Yamaguchi2016-03-29
|/
* config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
* branch: die on config error when editing branch descriptionPatrick Steinhardt2016-02-22
* branch: die on config error when unsetting upstreamPatrick Steinhardt2016-02-22
* Remove get_object_hash.brian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'tk/stripspace'Junio C Hamano2015-10-26
|\
| * strbuf: make stripspace() part of strbufTobias Klauser2015-10-16
* | Merge branch 'kn/for-each-branch'Junio C Hamano2015-10-15
|\ \
| * | branch: add '--points-at' optionKarthik Nayak2015-09-25
| * | branch.c: use 'ref-filter' APIsKarthik Nayak2015-09-25
| * | branch.c: use 'ref-filter' data structuresKarthik Nayak2015-09-25
| * | branch: drop non-commit error reportingKarthik Nayak2015-09-25
| * | branch: move 'current' check down to the presentation layerKarthik Nayak2015-09-23
| * | branch: roll show_detached HEAD into regular ref_listKarthik Nayak2015-09-23
| * | branch: bump get_head_description() to the topKarthik Nayak2015-09-23
| * | branch: refactor width computationKarthik Nayak2015-09-23
| * | Merge 'kn/for-each-tag-branch' into kn/for-each-tagJunio C Hamano2015-08-24
| |\ \
* | \ \ Merge branch 'kn/for-each-tag-branch'Junio C Hamano2015-10-05
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | parse-options.h: add macros for '--contains' optionKarthik Nayak2015-08-03
| * | parse-option: rename parse_opt_with_commit()Karthik Nayak2015-08-03
| * | ref-filter: implement '--merged' and '--no-merged' optionsKarthik Nayak2015-08-03
| * | ref-filter: add parse_opt_merge_filter()Karthik Nayak2015-08-03
* | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
| |/ |/|
* | delete_ref(): use the usual convention for old_sha1Michael Haggerty2015-06-22