OSDN Git Service

Merge branch 'kn/for-each-branch'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:38 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:38 +0000 (15:43 -0700)
commit7f11b485215be205f498fe646a7adc8c8b5386a5
tree10e56b84d6f7ed20eb743a0b2a444e56ffcb1323
parentd5ef5f522a2003b1bb54936fb45ad1d544980cde
parentaa3bc55e408d4daab52239d6b80f7d4bb87f6de7
Merge branch 'kn/for-each-branch'

Update "git branch" that list existing branches, using the
ref-filter API that is shared with "git tag" and "git
for-each-ref".

* kn/for-each-branch:
  branch: add '--points-at' option
  branch.c: use 'ref-filter' APIs
  branch.c: use 'ref-filter' data structures
  branch: drop non-commit error reporting
  branch: move 'current' check down to the presentation layer
  branch: roll show_detached HEAD into regular ref_list
  branch: bump get_head_description() to the top
  branch: refactor width computation
Documentation/git-branch.txt
builtin/branch.c