index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
reflog.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-08
Merge branch 'ml/reflog-write-committer-info-fix'
Junio C Hamano
1
-0
/
+2
2025-10-01
builtin/reflog: respect user config in "write" subcommand
Michael Lohmann
1
-0
/
+2
2025-08-21
Merge branch 'ps/reflog-migrate-fixes'
Junio C Hamano
1
-19
/
+84
2025-08-06
builtin/reflog: implement subcommand to write new entries
Patrick Steinhardt
1
-0
/
+65
2025-08-06
builtin/reflog: improve grouping of subcommands
Patrick Steinhardt
1
-19
/
+19
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-22
reflog: close leak of reflog expire entry
Jacob Keller
1
-0
/
+3
2025-04-16
Merge branch 'ps/maintenance-reflog-expire'
Junio C Hamano
1
-137
/
+16
2025-04-08
builtin/reflog: make functions regarding `reflog_expire_options` public
Patrick Steinhardt
1
-111
/
+4
2025-04-08
builtin/reflog: stop storing per-reflog expiry dates globally
Patrick Steinhardt
1
-18
/
+12
2025-04-08
builtin/reflog: stop storing default reflog expiry dates globally
Patrick Steinhardt
1
-15
/
+7
2025-04-08
reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`
Patrick Steinhardt
1
-19
/
+19
2025-03-17
reflog: implement subcommand to drop reflogs
Karthik Nayak
1
-1
/
+65
2025-03-17
reflog: improve error for when reflog is not found
Karthik Nayak
1
-1
/
+1
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
1
-1
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-6
/
+11
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-3
/
+6
2024-05-17
refs: remove `dwim_log()`
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-11
/
+14
2024-03-01
Merge branch 'ps/reflog-list' into HEAD
Junio C Hamano
1
-2
/
+35
2024-02-21
builtin/reflog: introduce subcommand to list reflogs
Patrick Steinhardt
1
-0
/
+34
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
1
-2
/
+1
2024-02-12
use xstrncmpz()
René Scharfe
1
-2
/
+1
2024-02-08
Merge branch 'jb/reflog-expire-delete-dry-run-options' into maint-2.43
Junio C Hamano
1
-2
/
+2
2023-12-18
Merge branch 'jb/reflog-expire-delete-dry-run-options'
Junio C Hamano
1
-2
/
+2
2023-11-26
builtin/reflog.c: fix dry-run option short name
Josh Brobst
1
-2
/
+2
2023-11-08
Merge branch 'kn/rev-list-missing-fix'
Junio C Hamano
1
-1
/
+1
2023-11-01
revision: rename bit to `do_not_die_on_missing_objects`
Karthik Nayak
1
-1
/
+1
2023-10-29
reflog: fix expire --single-worktree
René Scharfe
1
-3
/
+3
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-3
/
+4
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+4
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
1
-0
/
+1
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
1
-0
/
+1
2022-09-19
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
1
-1
/
+2
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-1
/
+2
2022-09-01
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
1
-31
/
+12
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-20
reflog: assert PARSE_OPT_NONEG in parse-options callbacks
Jeff King
1
-0
/
+4
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-1
/
+2
2022-08-19
builtin/reflog.c: let parse-options parse subcommands
SZEDER Gábor
1
-30
/
+11
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-2
/
+2
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-0
/
+1
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
[next]