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
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+2
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-9
/
+10
|
\
|
*
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-6
/
+6
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
show-branch: free() allocated "head" before return
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
*
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-28
1
-1
/
+2
|
\
|
*
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+2
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-3
/
+3
*
|
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-3
/
+3
|
/
*
Merge branch 'jc/show-branch-g-current'
Junio C Hamano
2022-05-26
1
-0
/
+4
|
\
|
*
show-branch: -g and --current are incompatible
Junio C Hamano
2022-04-21
1
-0
/
+4
*
|
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+1
|
/
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-2
/
+2
*
show-branch: show reflog message
Han-Wen Nienhuys
2021-12-02
1
-5
/
+7
*
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
2021-09-13
1
-3
/
+3
*
show-branch: simplify rev_is_head()
René Scharfe
2021-08-27
1
-10
/
+5
*
show-branch: don't <COLOR></RESET> for space characters
Ævar Arnfjörð Bjarmason
2021-06-28
1
-3
/
+6
*
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
2020-09-09
1
-1
/
+1
|
\
|
*
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-1
/
+1
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-4
/
+4
*
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
/
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-2
/
+2
*
use strpbrk(3) to search for characters from a given set
René Scharfe
2020-02-24
1
-1
/
+1
*
show-branch: drop unused parameter from show_independent()
Jeff King
2019-05-13
1
-2
/
+1
*
refs.c: remove the_repo from read_ref_at()
Nguyễn Thái Ngọc Duy
2019-04-08
1
-2
/
+4
*
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+1
*
show-branch: mark --reflog option as NONEG
Jeff King
2018-11-06
1
-1
/
+1
*
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
2018-08-29
1
-1
/
+1
*
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-2
/
+2
*
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
2018-08-17
1
-1
/
+1
|
\
|
*
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
René Scharfe
2018-08-03
1
-1
/
+1
*
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
1
-1
/
+2
*
|
show-branch: note about its object flags usage
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+5
*
|
show-branch: use commit-slab for commit-name instead of commit->util
Nguyễn Thái Ngọc Duy
2018-05-21
1
-12
/
+27
*
|
Convert find_unique_abbrev* to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
/
*
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
[next]