index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
reflog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-3
/
+4
|
\
|
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-3
/
+4
*
|
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+1
|
\
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: include parse-options.h in source files
SZEDER Gábor
2023-03-20
1
-0
/
+1
|
/
*
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
1
-1
/
+2
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+2
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+2
|
\
|
|
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-1
/
+2
*
|
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
2022-09-01
1
-31
/
+12
|
\
\
|
*
|
builtin/reflog.c: let parse-options parse subcommands
SZEDER Gábor
2022-08-19
1
-30
/
+11
|
*
|
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
2022-08-19
1
-2
/
+2
|
|
/
*
/
reflog: assert PARSE_OPT_NONEG in parse-options callbacks
Jeff King
2022-08-20
1
-0
/
+4
|
/
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-0
/
+1
|
\
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
reflog: fix 'show' subcommand's argv
SZEDER Gábor
2022-03-29
1
-2
/
+2
*
|
reflog [show]: display sensible -h output
Ævar Arnfjörð Bjarmason
2022-03-23
1
-2
/
+23
*
|
reflog: convert to parse_options() API
Ævar Arnfjörð Bjarmason
2022-03-23
1
-8
/
+32
*
|
reflog exists: use parse_options() API
Ævar Arnfjörð Bjarmason
2022-03-18
1
-22
/
+16
*
|
git reflog [expire|delete]: make -h output consistent with SYNOPSIS
Ævar Arnfjörð Bjarmason
2022-03-18
1
-6
/
+5
*
|
reflog: move "usage" variables and use macros
Ævar Arnfjörð Bjarmason
2022-03-18
1
-15
/
+24
*
|
reflog: refactor cmd_reflog() to "if" branches
Ævar Arnfjörð Bjarmason
2022-03-18
1
-6
/
+3
|
/
*
Merge branch 'jc/stash-drop'
Junio C Hamano
2022-03-17
1
-451
/
+4
|
\
|
*
reflog: libify delete reflog function and helpers
John Cai
2022-03-03
1
-451
/
+4
*
|
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
2022-03-07
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
amend remaining usage strings according to style guide
Abhradeep Chakraborty
2022-02-23
1
-3
/
+3
*
|
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2022-02-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
2022-02-04
1
-2
/
+2
|
*
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2022-02-04
1
-1
/
+1
*
|
builtin/reflog.c: use parse-options api for expire, delete subcommands
John Cai
2022-01-10
1
-79
/
+97
|
/
*
reflog + refs-backend: move "verbose" out of the backend
Ævar Arnfjörð Bjarmason
2021-12-23
1
-9
/
+47
*
reflog: reduce scope of "struct rev_info"
Ævar Arnfjörð Bjarmason
2021-12-23
1
-6
/
+7
*
reflog expire: don't use lookup_commit_reference_gently()
Ævar Arnfjörð Bjarmason
2021-12-23
1
-2
/
+1
*
reflog expire: refactor & use "tip_commit" only for UE_NORMAL
Ævar Arnfjörð Bjarmason
2021-12-23
1
-7
/
+7
*
reflog expire: use "switch" over enum values
Ævar Arnfjörð Bjarmason
2021-12-23
1
-24
/
+33
*
reflog: change one->many worktree->refnames to use a string_list
Ævar Arnfjörð Bjarmason
2021-12-23
1
-29
/
+18
*
reflog expire: narrow scope of "cb" in cmd_reflog_expire()
Ævar Arnfjörð Bjarmason
2021-12-23
1
-16
/
+15
*
reflog delete: narrow scope of "cmd" passed to count_reflog_ent()
Ævar Arnfjörð Bjarmason
2021-12-23
1
-11
/
+11
*
reflog: free() ref given to us by dwim_log()
Ævar Arnfjörð Bjarmason
2021-10-23
1
-0
/
+1
*
refs API: remove OID argument to reflog_expire()
Ævar Arnfjörð Bjarmason
2021-08-25
1
-3
/
+3
*
reflog expire: don't lock reflogs using previously seen OID
Ævar Arnfjörð Bjarmason
2021-08-25
1
-7
/
+6
*
reflog expire --stale-fix: be generous about missing objects
Johannes Schindelin
2021-02-11
1
-0
/
+3
*
Merge branch 'es/get-worktrees-unsort'
Junio C Hamano
2020-07-07
1
-1
/
+1
|
\
|
*
worktree: drop get_worktrees() unused 'flags' argument
Eric Sunshine
2020-06-22
1
-1
/
+1
*
|
parse_config_key(): return subsection len as size_t
Jeff King
2020-04-10
1
-1
/
+1
|
/
*
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2020-01-31
1
-4
/
+5
*
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-07
1
-1
/
+1
|
\
[next]