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
*
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+4
*
Merge branch 'tq/branch-style-fix'
Junio C Hamano
2018-10-30
1
-2
/
+1
|
\
|
*
branch: trivial style fix
Tao Qingyun
2018-10-18
1
-2
/
+1
*
|
Merge branch 'tq/branch-create-wo-branch-get'
Junio C Hamano
2018-10-30
1
-5
/
+0
|
\
\
|
*
|
builtin/branch.c: remove useless branch_get
Tao Qingyun
2018-10-18
1
-5
/
+0
|
|
/
*
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-17
1
-0
/
+1
|
\
\
|
*
|
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
*
|
|
Merge branch 'jk/branch-l-1-repurpose'
Junio C Hamano
2018-09-17
1
-21
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
branch: make "-l" a synonym for "--list"
Jeff King
2018-06-22
1
-21
/
+1
*
|
|
branch: support configuring --sort via .gitconfig
Samuel Maftoul
2018-08-16
1
-1
/
+9
*
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-3
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-3
/
+4
*
|
|
Merge branch 'jk/branch-l-0-deprecation'
Junio C Hamano
2018-07-18
1
-1
/
+21
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
branch: deprecate "-l" option
Jeff King
2018-06-22
1
-1
/
+21
*
|
Merge branch 'nd/complete-config-vars'
Junio C Hamano
2018-06-25
1
-17
/
+12
|
\
\
|
|
/
|
/
|
|
*
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
2018-05-29
1
-0
/
+3
|
*
Add and use generic name->id mapping code for color slot parsing
Nguyễn Thái Ngọc Duy
2018-05-29
1
-18
/
+10
*
|
Merge branch 'rd/doc-remote-tracking-with-hyphen'
Junio C Hamano
2018-06-18
1
-1
/
+1
|
\
\
|
*
|
Use hyphenated "remote-tracking branch" (docs and comments)
Robert P. J. Day
2018-06-13
1
-1
/
+1
*
|
|
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
2018-06-01
1
-2
/
+2
|
\
\
\
|
*
|
|
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
2018-05-24
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
|
|
Merge branch 'ot/libify-get-ref-atom-value'
Junio C Hamano
2018-05-08
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ref-filter: start adding strbufs with errors
Olga Telezhnaya
2018-03-29
1
-2
/
+5
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Convert find_unique_abbrev* to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
|
/
*
|
completion: use __gitcomp_builtin in _git_branch
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
*
|
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
|
/
*
Merge branch 'ks/branch-cleanup'
Junio C Hamano
2017-12-27
1
-6
/
+13
|
\
|
*
builtin/branch: strip refs/heads/ using skip_prefix
Kaartic Sivaraam
2017-12-08
1
-4
/
+11
|
*
branch: update warning message shown when copying a misnamed branch
Kaartic Sivaraam
2017-12-08
1
-1
/
+1
|
*
branch: group related arguments of create_branch()
Kaartic Sivaraam
2017-12-08
1
-1
/
+1
*
|
Merge branch 'ma/branch-list-paginate'
Junio C Hamano
2017-11-28
1
-0
/
+3
|
\
\
|
*
|
branch: change default of `pager.branch` to "on"
Martin Ågren
2017-11-20
1
-1
/
+1
|
*
|
branch: respect `pager.branch` in list-mode only
Martin Ågren
2017-11-20
1
-0
/
+3
*
|
|
Merge branch 'jc/branch-name-sanity'
Junio C Hamano
2017-11-28
1
-7
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
builtin/branch: remove redundant check for HEAD
Kaartic Sivaraam
2017-11-15
1
-3
/
+0
|
*
|
branch: split validate_new_branchname() into two
Junio C Hamano
2017-10-13
1
-4
/
+4
*
|
|
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
2017-11-06
1
-1
/
+1
*
|
|
Merge branch 'bc/object-id' into base
Michael Haggerty
2017-10-28
1
-4
/
+4
|
\
\
\
|
*
|
|
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
2017-10-16
1
-3
/
+3
|
*
|
|
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'jk/ref-filter-colors-fix'
Junio C Hamano
2017-10-18
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert "color: check color.ui in git_default_config()"
Jeff King
2017-10-17
1
-1
/
+1
*
|
|
Merge branch 'ks/branch-tweak-error-message-for-extra-args'
Junio C Hamano
2017-10-07
1
-3
/
+3
|
\
\
\
|
*
|
|
branch: change the error messages to be more meaningful
Kaartic Sivaraam
2017-10-04
1
-3
/
+3
|
|
/
/
*
|
|
Merge branch 'sb/branch-avoid-repeated-strbuf-release'
Junio C Hamano
2017-10-07
1
-2
/
+3
|
\
\
\
|
*
|
|
branch: reset instead of release a strbuf
Stefan Beller
2017-10-04
1
-2
/
+3
|
|
/
/
*
|
|
Merge branch 'rs/cleanup-strbuf-users'
Junio C Hamano
2017-10-05
1
-1
/
+1
|
\
\
\
[next]