index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
show-branch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ot/pretty'
Junio C Hamano
2017-12-27
1
-1
/
+1
|
\
|
*
format: create pretty.h file
Olga Telezhnaya
2017-12-12
1
-1
/
+1
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
refs: convert read_ref_at to struct object_id
brian m. carlson
2017-10-16
1
-2
/
+2
|
*
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
*
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
2017-10-16
1
-3
/
+3
*
|
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 'jk/ref-filter-colors'
Junio C Hamano
2017-08-11
1
-1
/
+1
|
\
|
|
*
color: check color.ui in git_default_config()
Jeff King
2017-07-13
1
-1
/
+1
*
|
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
2017-07-17
1
-4
/
+4
|
/
*
Merge branch 'ab/wildmatch'
Junio C Hamano
2017-07-10
1
-1
/
+1
|
\
|
*
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
2017-06-24
1
-1
/
+1
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'pc/dir-count-slashes'
Junio C Hamano
2017-06-22
1
-10
/
+3
|
\
\
|
*
|
dir: create function count_slashes()
Prathamesh Chavan
2017-06-12
1
-10
/
+3
|
|
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-2
/
+2
|
\
\
|
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
|
|
/
*
/
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
|
/
*
Merge branch 'jk/show-branch-lift-name-len-limit'
Junio C Hamano
2017-02-27
1
-29
/
+13
|
\
|
*
show-branch: use skip_prefix to drop magic numbers
Jeff King
2017-02-15
1
-11
/
+8
|
*
show-branch: store resolved head in heap buffer
Jeff King
2017-02-14
1
-14
/
+5
|
*
show-branch: drop head_len variable
Jeff King
2017-02-14
1
-6
/
+2
*
|
show-branch: use QSORT
René Scharfe
2016-10-03
1
-4
/
+2
*
|
i18n: show-branch: mark plural strings for translation
Vasco Almeida
2016-09-15
1
-5
/
+9
*
|
i18n: show-branch: mark error messages for translation
Vasco Almeida
2016-09-15
1
-8
/
+8
|
/
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-2
/
+2
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
Merge branch 'rs/show-branch-argv-array'
Junio C Hamano
2015-11-04
1
-16
/
+8
|
\
|
*
show-branch: use argv_array for default arguments
René Scharfe
2015-11-01
1
-16
/
+8
*
|
Merge branch 'rs/pop-commit'
Junio C Hamano
2015-10-30
1
-14
/
+3
|
\
\
|
*
|
use pop_commit() for consuming the first entry of a struct commit_list
René Scharfe
2015-10-26
1
-14
/
+3
*
|
|
show-branch: avoid segfault with --reflog of unborn branch
Jeff King
2015-09-25
1
-0
/
+2
*
|
|
Sync with 2.5.2
Junio C Hamano
2015-09-09
1
-2
/
+4
|
\
|
|
|
*
|
Sync with 2.4.9
Junio C Hamano
2015-09-04
1
-2
/
+4
|
|
\
|
|
|
*
Sync with 2.3.9
Junio C Hamano
2015-09-04
1
-2
/
+4
|
|
|
\
|
|
|
*
Sync with 2.2.3
Junio C Hamano
2015-09-04
1
-2
/
+4
|
|
|
|
\
|
|
|
|
*
show-branch: use a strbuf for reflog descriptions
Jeff King
2015-09-04
1
-2
/
+4
*
|
|
|
|
convert "enum date_mode" into a struct
Jeff King
2015-06-29
1
-1
/
+2
*
|
|
|
|
show-branch: use DATE_RELATIVE instead of magic number
Jeff King
2015-06-29
1
-1
/
+1
|
/
/
/
/
*
|
|
|
cmd_show_branch(): fix error message
Michael Haggerty
2015-05-25
1
-1
/
+1
*
|
|
|
builtin/show-branch: rewrite functions to work with object_id
Michael Haggerty
2015-05-25
1
-21
/
+21
*
|
|
|
append_one_rev(): rewrite to work with object_id
Michael Haggerty
2015-05-25
1
-3
/
+3
*
|
|
|
builtin/show-branch: rewrite functions to take object_id arguments
Michael Haggerty
2015-05-25
1
-18
/
+17
*
|
|
|
append_matching_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-7
/
+6
*
|
|
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-3
/
+12
*
|
|
|
Merge branch 'mh/show-branch-topic'
Junio C Hamano
2015-05-06
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
show-branch: show all local heads when only giving one rev along --topics
Mike Hommey
2015-03-31
1
-3
/
+3
|
|
/
/
[next]