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
/
revert.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-09-30
builtin/revert: fix leaking `gpg_sign` and `strategy` config
Patrick Steinhardt
1
-4
/
+13
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
-2
/
+8
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-03-25
cherry-pick: add `--empty` for more robust redundant commit handling
Brian Lyles
1
-1
/
+36
2024-03-25
cherry-pick: enforce `--keep-redundant-commits` incompatibility
Brian Lyles
1
-0
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-04-17
Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'
Junio C Hamano
1
-17
/
+3
2023-04-10
sequencer: use struct strvec to store merge strategy options
Phillip Wood
1
-17
/
+3
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-03-28
builtins: always pass prefix to parse_options()
Jeff King
1
-4
/
+5
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-02-06
builtin/revert.c: move free-ing of "revs" to replay_opts_release()
Ævar Arnfjörð Bjarmason
1
-6
/
+0
2023-02-06
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+4
2022-11-27
i18n: fix command template placeholder format
Jean-Noël Avila
1
-1
/
+1
2022-11-21
revert: fix parse_options_concat() leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
cherry-pick: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2022-10-13
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-1
/
+1
2022-07-01
revert: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2022-05-31
revert: --reference should apply only to 'revert', not 'cherry-pick'
Junio C Hamano
1
-2
/
+7
2022-05-26
revert: optionally refer to commit in the "reference" format
Junio C Hamano
1
-0
/
+2
2021-09-20
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
1
-0
/
+3
2021-09-09
sparse-index: integrate with cherry-pick and rebase
Derrick Stolee
1
-0
/
+3
2021-08-05
revision: separate walk and unsorted flags
Patrick Steinhardt
1
-1
/
+2
2021-03-31
sequencer: fix edit handling for cherry-pick and revert messages
Elijah Newren
1
-3
/
+1
2020-11-18
Merge branch 'en/merge-ort-api-null-impl'
Junio C Hamano
1
-0
/
+7
2020-11-02
merge,rebase,revert: select ort or recursive by config or environment
Elijah Newren
1
-0
/
+7
2020-10-20
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
1
-1
/
+1
2019-07-19
Merge branch 'ra/cherry-pick-revert-skip'
Junio C Hamano
1
-0
/
+5
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-1
/
+1
2019-07-02
cherry-pick/revert: add --skip option
Rohit Ashiwal
1
-0
/
+5
2019-04-19
cherry-pick/revert: add scissors line on merge conflict
Denton Liu
1
-0
/
+7
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-4
/
+4
2018-11-12
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-20
Merge branch 'nd/cherry-pick-quit-fix'
Junio C Hamano
1
-2
/
+7
2018-08-16
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2017-12-13
sequencer: improve config handling
Phillip Wood
1
-13
/
+2
2017-11-24
sequencer: load commit related config
Phillip Wood
1
-2
/
+13
[next]