summaryrefslogtreecommitdiffstats
path: root/builtin/branch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rd/doc-remote-tracking-with-hyphen'Junio C Hamano2018-06-181-1/+1
|\
| * Use hyphenated "remote-tracking branch" (docs and comments)Robert P. J. Day2018-06-131-1/+1
* | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-2/+2
|\ \
| * | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-2/+2
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \ | |/ / |/| |
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano2018-05-081-2/+5
|\ \ \ | |/ / |/| |
| * | ref-filter: start adding strbufs with errorsOlga Telezhnaya2018-03-291-2/+5
* | | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-1/+1
|\ \ \ | |/ / |/| |
| * | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-1/+1
| |/
* | completion: use __gitcomp_builtin in _git_branchNguyễn Thái Ngọc Duy2018-02-091-1/+1
* | parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
|/
* Merge branch 'ks/branch-cleanup'Junio C Hamano2017-12-271-6/+13
|\
| * builtin/branch: strip refs/heads/ using skip_prefixKaartic Sivaraam2017-12-081-4/+11
| * branch: update warning message shown when copying a misnamed branchKaartic Sivaraam2017-12-081-1/+1
| * branch: group related arguments of create_branch()Kaartic Sivaraam2017-12-081-1/+1
* | Merge branch 'ma/branch-list-paginate'Junio C Hamano2017-11-281-0/+3
|\ \
| * | branch: change default of `pager.branch` to "on"Martin Ågren2017-11-201-1/+1
| * | branch: respect `pager.branch` in list-mode onlyMartin Ågren2017-11-201-0/+3
* | | Merge branch 'jc/branch-name-sanity'Junio C Hamano2017-11-281-7/+4
|\ \ \ | |_|/ |/| |
| * | builtin/branch: remove redundant check for HEADKaartic Sivaraam2017-11-151-3/+0
| * | branch: split validate_new_branchname() into twoJunio C Hamano2017-10-131-4/+4
* | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-1/+1
* | | Merge branch 'bc/object-id' into baseMichael Haggerty2017-10-281-4/+4
|\ \ \
| * | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-161-3/+3
| * | | refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-1/+1
| |/ /
* | | Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-1/+1
|\ \ \ | |/ / |/| |
| * | Revert "color: check color.ui in git_default_config()"Jeff King2017-10-171-1/+1
* | | Merge branch 'ks/branch-tweak-error-message-for-extra-args'Junio C Hamano2017-10-071-3/+3
|\ \ \
| * | | branch: change the error messages to be more meaningfulKaartic Sivaraam2017-10-041-3/+3
| |/ /
* | | Merge branch 'sb/branch-avoid-repeated-strbuf-release'Junio C Hamano2017-10-071-2/+3
|\ \ \
| * | | branch: reset instead of release a strbufStefan Beller2017-10-041-2/+3
| |/ /
* | | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-051-1/+1
|\ \ \
| * | | use strbuf_addstr() for adding strings to strbufsRené Scharfe2017-10-021-1/+1
* | | | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-031-15/+47
|\ \ \ \ | |/ / / |/| | |
| * | | branch: fix "copy" to never touch HEADJunio C Hamano2017-09-241-6/+3
| * | | branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-191-16/+51
* | | | builtin/branch: stop supporting the "--set-upstream" optionKaartic Sivaraam2017-08-171-22/+3
| |/ / |/| |
* | | ref-filter: consult want_color() before emitting colorsJeff King2017-07-131-0/+1
* | | color: check color.ui in git_default_config()Jeff King2017-07-131-1/+1
* | | ref-filter: abstract ref format into its own structJeff King2017-07-131-7/+7
* | | check return value of verify_ref_format()Jeff King2017-07-131-1/+3
| |/ |/|
* | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-07-131-6/+9
|\ \
| * | branch: set remote color in ref-filter branch immediatelyJeff King2017-07-091-5/+6
| * | branch: use BRANCH_COLOR_LOCAL in ref-filter formatJeff King2017-07-091-2/+3
| * | branch: only perform HEAD check for local branchesJeff King2017-07-091-1/+2
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ | |_|/ |/| |
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-3/+3
|/ /
* | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-3/+3
|\ \