index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
branch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/interpret-branch-name'
Junio C Hamano
2017-03-14
1
-1
/
+4
|
\
|
*
branch: restrict @-expansions when deleting
Jeff King
2017-03-02
1
-1
/
+4
|
*
interpret_branch_name: allow callers to restrict expansions
Jeff King
2017-03-02
1
-1
/
+1
*
|
Merge branch 'km/delete-ref-reflog-message'
Junio C Hamano
2017-02-27
1
-3
/
+4
|
\
\
|
*
|
branch: record creation of renamed branch in HEAD's log
Kyle Meyer
2017-02-21
1
-2
/
+3
|
*
|
delete_ref: accept a reflog message argument
Kyle Meyer
2017-02-21
1
-1
/
+1
*
|
|
branch: implement '--format' option
Karthik Nayak
2017-01-31
1
-5
/
+9
*
|
|
branch: use ref-filter printing APIs
Karthik Nayak
2017-01-31
1
-162
/
+85
*
|
|
branch, tag: use porcelain output
Karthik Nayak
2017-01-31
1
-0
/
+2
*
|
|
ref-filter: move get_head_description() from branch.c
Karthik Nayak
2017-01-10
1
-33
/
+0
|
/
/
*
|
Merge branch 'nd/for-each-ref-ignore-case'
Junio C Hamano
2016-12-19
1
-9
/
+14
|
\
\
|
|
/
|
/
|
|
*
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Nguyễn Thái Ngọc Duy
2016-12-05
1
-9
/
+14
*
|
worktree.c: get_worktrees() takes a new flag argument
Nguyễn Thái Ngọc Duy
2016-11-28
1
-1
/
+1
|
/
*
Merge branch 'jk/create-branch-remove-unused-param'
Junio C Hamano
2016-11-17
1
-2
/
+2
|
\
|
*
create_branch: drop unused "head" parameter
Jeff King
2016-11-09
1
-2
/
+2
*
|
i18n: branch: mark option description for translation
Vasco Almeida
2016-09-15
1
-1
/
+1
*
|
Merge branch 'mh/split-under-lock'
Junio C Hamano
2016-07-25
1
-8
/
+11
|
\
\
|
*
|
delete_branches(): use resolve_refdup()
Michael Haggerty
2016-06-13
1
-8
/
+11
*
|
|
Merge branch 'jk/write-file'
Junio C Hamano
2016-07-19
1
-4
/
+1
|
\
\
\
|
*
|
|
branch: use write_file_buf instead of write_file
Jeff King
2016-07-08
1
-1
/
+1
|
*
|
|
branch: use non-gentle write_file for branch description
Jeff King
2016-07-08
1
-4
/
+1
|
|
|
/
|
|
/
|
*
/
|
i18n: branch: mark comment when editing branch description for translation
Vasco Almeida
2016-06-18
1
-3
/
+3
|
/
/
*
|
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
2016-05-23
1
-4
/
+29
|
\
\
|
*
|
branch: do not rename a branch under bisect or rebase
Nguyễn Thái Ngọc Duy
2016-04-22
1
-0
/
+25
|
*
|
worktree.c: make find_shared_symref() return struct worktree *
Nguyễn Thái Ngọc Duy
2016-04-22
1
-4
/
+4
|
|
/
*
|
Merge branch 'nd/error-errno'
Junio C Hamano
2016-05-17
1
-2
/
+1
|
\
\
|
*
|
builtin/branch.c: use error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-2
/
+1
*
|
|
Merge branch 'va/i18n-misc-updates'
Junio C Hamano
2016-05-17
1
-5
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
i18n: branch: move comment for translators
Vasco Almeida
2016-04-13
1
-2
/
+4
|
*
|
i18n: branch: unmark string for translation
Vasco Almeida
2016-04-13
1
-2
/
+2
|
*
|
i18n: builtin/branch.c: mark option for translation
Vasco Almeida
2016-04-09
1
-1
/
+1
|
|
/
*
|
Merge branch 'jk/branch-shortening-funny-symrefs'
Junio C Hamano
2016-04-18
1
-7
/
+12
|
\
\
|
*
|
branch: fix shortening of non-remote symrefs
Jeff King
2016-04-05
1
-7
/
+12
|
|
/
*
|
Merge branch 'ky/branch-m-worktree'
Junio C Hamano
2016-04-18
1
-2
/
+1
|
\
\
|
*
|
branch -m: update all per-worktree HEADs
Kazuki Yamaguchi
2016-04-04
1
-2
/
+1
|
|
/
*
/
branch -d: refuse deleting a branch which is currently checked out
Kazuki Yamaguchi
2016-03-29
1
-8
/
+14
|
/
*
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
2016-02-22
1
-3
/
+3
*
branch: die on config error when editing branch description
Patrick Steinhardt
2016-02-22
1
-3
/
+2
*
branch: die on config error when unsetting upstream
Patrick Steinhardt
2016-02-22
1
-2
/
+2
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
Merge branch 'tk/stripspace'
Junio C Hamano
2015-10-26
1
-1
/
+1
|
\
|
*
strbuf: make stripspace() part of strbuf
Tobias Klauser
2015-10-16
1
-1
/
+1
*
|
Merge branch 'kn/for-each-branch'
Junio C Hamano
2015-10-16
1
-352
/
+150
|
\
\
|
*
|
branch: add '--points-at' option
Karthik Nayak
2015-09-25
1
-1
/
+6
|
*
|
branch.c: use 'ref-filter' APIs
Karthik Nayak
2015-09-25
1
-178
/
+35
|
*
|
branch.c: use 'ref-filter' data structures
Karthik Nayak
2015-09-25
1
-189
/
+128
|
*
|
branch: drop non-commit error reporting
Karthik Nayak
2015-09-25
1
-14
/
+4
|
*
|
branch: move 'current' check down to the presentation layer
Karthik Nayak
2015-09-23
1
-11
/
+9
|
*
|
branch: roll show_detached HEAD into regular ref_list
Karthik Nayak
2015-09-23
1
-28
/
+33
[next]