index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
revert.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
builtin/revert.c: move free-ing of "revs" to replay_opts_release()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-6
/
+0
*
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+2
*
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+4
|
\
|
*
revert: fix parse_options_concat() leak
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+1
|
*
cherry-pick: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+3
*
|
i18n: fix command template placeholder format
Jean-Noël Avila
2022-11-27
1
-1
/
+1
|
/
*
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-4
/
+5
*
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
2022-08-19
1
-1
/
+1
*
revert: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
2022-07-01
1
-0
/
+3
*
revert: --reference should apply only to 'revert', not 'cherry-pick'
Junio C Hamano
2022-05-31
1
-2
/
+7
*
revert: optionally refer to commit in the "reference" format
Junio C Hamano
2022-05-27
1
-0
/
+2
*
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
2021-09-21
1
-0
/
+3
|
\
|
*
sparse-index: integrate with cherry-pick and rebase
Derrick Stolee
2021-09-10
1
-0
/
+3
*
|
revision: separate walk and unsorted flags
Patrick Steinhardt
2021-08-05
1
-1
/
+2
|
/
*
sequencer: fix edit handling for cherry-pick and revert messages
Elijah Newren
2021-03-31
1
-3
/
+1
*
Merge branch 'en/merge-ort-api-null-impl'
Junio C Hamano
2020-11-18
1
-0
/
+7
|
\
|
*
merge,rebase,revert: select ort or recursive by config or environment
Elijah Newren
2020-11-03
1
-0
/
+7
*
|
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
2020-10-20
1
-1
/
+1
|
/
*
Merge branch 'ra/cherry-pick-revert-skip'
Junio C Hamano
2019-07-19
1
-0
/
+5
|
\
|
*
cherry-pick/revert: add --skip option
Rohit Ashiwal
2019-07-02
1
-0
/
+5
*
|
Merge branch 'nd/switch-and-restore'
Junio C Hamano
2019-07-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
2019-04-02
1
-1
/
+1
*
|
cherry-pick/revert: add scissors line on merge conflict
Denton Liu
2019-04-19
1
-0
/
+7
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-4
/
+4
|
\
|
*
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+1
|
*
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+1
|
*
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+2
*
|
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+2
|
/
*
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
Merge branch 'nd/cherry-pick-quit-fix'
Junio C Hamano
2018-08-20
1
-2
/
+7
|
\
|
*
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
Nguyễn Thái Ngọc Duy
2018-08-16
1
-2
/
+7
*
|
sequencer: improve config handling
Phillip Wood
2017-12-13
1
-13
/
+2
*
|
sequencer: load commit related config
Phillip Wood
2017-11-24
1
-2
/
+13
|
/
*
cherry-pick/revert: reject --rerere-autoupdate when continuing
Phillip Wood
2017-08-03
1
-0
/
+2
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
Merge branch 'jk/cherry-pick-0-mainline'
Junio C Hamano
2017-03-17
1
-1
/
+20
|
\
|
*
cherry-pick: detect bogus arguments to --mainline
Jeff King
2017-03-15
1
-1
/
+20
*
|
sequencer: get rid of the subcommand field
Johannes Schindelin
2016-10-21
1
-20
/
+16
*
|
sequencer: plug memory leaks for the option values
Johannes Schindelin
2016-10-21
1
-0
/
+4
*
|
sequencer: use static initializers for replay_opts
Johannes Schindelin
2016-10-17
1
-4
/
+2
|
/
*
parse_options: allocate a new array when concatenating
Jeff King
2016-07-06
1
-9
/
+4
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-2
/
+2
*
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
2014-03-24
1
-1
/
+1
*
cherry-pick, revert: add the --gpg-sign option
Nicolas Vigier
2014-01-28
1
-0
/
+2
*
Merge branch 'hu/cherry-pick-previous-branch'
Junio C Hamano
2013-10-23
1
-2
/
+2
|
\
|
*
cherry-pick: handle "-" after parsing options
Jeff King
2013-10-11
1
-2
/
+2
*
|
Merge branch 'hu/cherry-pick-previous-branch'
Junio C Hamano
2013-09-20
1
-0
/
+2
|
\
|
|
*
cherry-pick: allow "-" as abbreviation of '@{-1}'
Hiroshige Umino
2013-09-09
1
-0
/
+2
[next]