index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
show-branch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-27
Merge branch 'jk/show-branch-lift-name-len-limit'
Junio C Hamano
1
-29
/
+13
2017-02-15
show-branch: use skip_prefix to drop magic numbers
Jeff King
1
-11
/
+8
2017-02-14
show-branch: store resolved head in heap buffer
Jeff King
1
-14
/
+5
2017-02-14
show-branch: drop head_len variable
Jeff King
1
-6
/
+2
2016-10-03
show-branch: use QSORT
René Scharfe
1
-4
/
+2
2016-09-15
i18n: show-branch: mark plural strings for translation
Vasco Almeida
1
-5
/
+9
2016-09-15
i18n: show-branch: mark error messages for translation
Vasco Almeida
1
-8
/
+8
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-2
/
+2
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-2
/
+2
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-2
/
+2
2015-11-03
Merge branch 'rs/show-branch-argv-array'
Junio C Hamano
1
-16
/
+8
2015-11-01
show-branch: use argv_array for default arguments
René Scharfe
1
-16
/
+8
2015-10-30
Merge branch 'rs/pop-commit'
Junio C Hamano
1
-14
/
+3
2015-10-26
use pop_commit() for consuming the first entry of a struct commit_list
René Scharfe
1
-14
/
+3
2015-09-25
show-branch: avoid segfault with --reflog of unborn branch
Jeff King
1
-0
/
+2
2015-09-09
Sync with 2.5.2
Junio C Hamano
1
-2
/
+4
2015-09-04
Sync with 2.4.9
Junio C Hamano
1
-2
/
+4
2015-09-04
Sync with 2.3.9
Junio C Hamano
1
-2
/
+4
2015-09-04
Sync with 2.2.3
Junio C Hamano
1
-2
/
+4
2015-09-04
show-branch: use a strbuf for reflog descriptions
Jeff King
1
-2
/
+4
2015-06-29
convert "enum date_mode" into a struct
Jeff King
1
-1
/
+2
2015-06-29
show-branch: use DATE_RELATIVE instead of magic number
Jeff King
1
-1
/
+1
2015-05-25
cmd_show_branch(): fix error message
Michael Haggerty
1
-1
/
+1
2015-05-25
builtin/show-branch: rewrite functions to work with object_id
Michael Haggerty
1
-21
/
+21
2015-05-25
append_one_rev(): rewrite to work with object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
builtin/show-branch: rewrite functions to take object_id arguments
Michael Haggerty
1
-18
/
+17
2015-05-25
append_matching_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-7
/
+6
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-3
/
+12
2015-05-05
Merge branch 'mh/show-branch-topic'
Junio C Hamano
1
-3
/
+3
2015-03-31
show-branch: show all local heads when only giving one rev along --topics
Mike Hommey
1
-3
/
+3
2015-02-11
Merge branch 'ah/usage-strings'
Junio C Hamano
1
-2
/
+2
2015-01-20
Merge branch 'ak/show-branch-usage-string'
Junio C Hamano
1
-3
/
+3
2015-01-20
show-branch: fix indentation of usage string
Ralf Thielow
1
-3
/
+3
2015-01-14
Merge branch 'ak/show-branch-usage-string'
Junio C Hamano
1
-1
/
+4
2015-01-14
standardize usage info string format
Alex Henrie
1
-2
/
+2
2015-01-08
show-branch: line-wrap show-branch usage
Alexander Kuleshov
1
-1
/
+4
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-2
/
+5
2014-09-29
Merge branch 'da/rev-parse-verify-quiet'
Junio C Hamano
1
-2
/
+3
2014-09-19
refs: make rev-parse --quiet actually quiet
David Aguilar
1
-2
/
+3
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
1
-1
/
+1
2014-07-28
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
1
-0
/
+1
2014-07-24
free ref string returned by dwim_ref
Jeff King
1
-0
/
+1
2014-06-19
use xstrfmt to replace xmalloc + sprintf
Jeff King
1
-6
/
+4
2014-02-20
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-10
/
+10
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-10
/
+10
2013-12-05
Merge branch 'jk/robustify-parse-commit'
Junio C Hamano
1
-2
/
+1
2013-10-24
assume parse_commit checks commit->object.parsed
Jeff King
1
-2
/
+1
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-14
/
+14
2013-07-22
Merge branch 'tr/do-not-call-submodules-subprojects'
Junio C Hamano
1
-2
/
+2
[next]