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
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-2
/
+2
2021-12-02
show-branch: show reflog message
Han-Wen Nienhuys
1
-5
/
+7
2021-09-12
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-08-27
show-branch: simplify rev_is_head()
René Scharfe
1
-10
/
+5
2021-06-28
show-branch: don't <COLOR></RESET> for space characters
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
1
-1
/
+1
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-4
/
+4
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-3
/
+3
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2020-02-24
use strpbrk(3) to search for characters from a given set
René Scharfe
1
-1
/
+1
2019-05-13
show-branch: drop unused parameter from show_independent()
Jeff King
1
-2
/
+1
2019-04-08
refs.c: remove the_repo from read_ref_at()
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+1
2018-11-06
show-branch: mark --reflog option as NONEG
Jeff King
1
-1
/
+1
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-2
/
+2
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-1
/
+1
2018-08-03
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-1
/
+2
2018-05-21
show-branch: note about its object flags usage
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2018-05-21
show-branch: use commit-slab for commit-name instead of commit->util
Nguyễn Thái Ngọc Duy
1
-12
/
+27
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-1
/
+1
2017-12-27
Merge branch 'ot/pretty'
Junio C Hamano
1
-1
/
+1
2017-12-12
format: create pretty.h file
Olga Telezhnaya
1
-1
/
+1
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-6
/
+6
2017-10-18
Merge branch 'jk/ref-filter-colors-fix'
Junio C Hamano
1
-1
/
+1
2017-10-17
Revert "color: check color.ui in git_default_config()"
Jeff King
1
-1
/
+1
2017-10-16
refs: convert read_ref_at to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
1
-3
/
+3
2017-08-11
Merge branch 'jk/ref-filter-colors'
Junio C Hamano
1
-1
/
+1
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-4
/
+4
2017-07-13
color: check color.ui in git_default_config()
Jeff King
1
-1
/
+1
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-23
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-22
Merge branch 'pc/dir-count-slashes'
Junio C Hamano
1
-10
/
+3
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-12
dir: create function count_slashes()
Prathamesh Chavan
1
-10
/
+3
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-2
/
+2
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-2
/
+2
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
[next]