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
*
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
*
|
revert: use the OPT_CMDMODE for parsing, reducing code
Stefan Beller
2013-08-07
1
-47
/
+15
*
|
Add the LAST_ARG_MUST_BE_NULL macro
Ramsay Jones
2013-07-19
1
-2
/
+2
*
|
use "sentinel" function attribute for variadic lists
Jeff King
2013-07-10
1
-0
/
+2
|
/
*
cherry-pick/revert: make usage say '<commit-ish>...'
Kevin Bracey
2013-04-24
1
-2
/
+2
*
Merge branch 'mz/cherry-pick-cmdline-order'
Junio C Hamano
2012-09-11
1
-1
/
+1
|
\
|
*
cherry-pick/revert: respect order of revisions to pick
Martin von Zweigbergk
2012-08-30
1
-1
/
+1
|
*
teach log --no-walk=unsorted, which avoids sorting
Martin von Zweigbergk
2012-08-30
1
-1
/
+1
*
|
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
2012-09-07
1
-19
/
+19
|
\
\
|
*
|
i18n: revert, cherry-pick: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
1
-18
/
+18
|
|
/
*
/
cherry-pick: add --allow-empty-message option
Chris Webb
2012-08-06
1
-0
/
+2
|
/
*
Merge branch 'nh/empty-rebase'
Junio C Hamano
2012-04-30
1
-0
/
+8
|
\
|
*
git-cherry-pick: Add keep-redundant-commits option
Neil Horman
2012-04-24
1
-1
/
+7
|
*
git-cherry-pick: add allow-empty option
Neil Horman
2012-04-11
1
-0
/
+2
*
|
Merge branch 'cb/cherry-pick-rev-path-confusion'
Junio C Hamano
2012-04-27
1
-1
/
+4
|
\
\
|
*
|
cherry-pick: do not expect file arguments
Clemens Buchacher
2012-04-15
1
-1
/
+4
|
|
/
*
|
Merge branch 'cc/fix-missing-va-end-in-revert'
Junio C Hamano
2012-04-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
revert: add missing va_end
Christian Couder
2012-04-22
1
-0
/
+1
*
|
sequencer: factor code out of revert builtin
Ramkumar Ramachandra
2012-01-12
1
-946
/
+2
*
|
revert: prepare to move replay_action to header
Ramkumar Ramachandra
2012-01-12
1
-18
/
+22
*
|
Merge branch 'rr/revert-cherry-pick'
Junio C Hamano
2011-12-23
1
-23
/
+25
|
\
\
|
*
|
revert: simplify getting commit subject in format_todo()
Ramkumar Ramachandra
2011-12-15
1
-5
/
+5
|
*
|
revert: tolerate extra spaces, tabs in insn sheet
Ramkumar Ramachandra
2011-12-15
1
-6
/
+12
|
*
|
revert: make commit subjects in insn sheet optional
Ramkumar Ramachandra
2011-12-15
1
-21
/
+16
|
*
|
revert: free msg in format_todo()
Ramkumar Ramachandra
2011-12-15
1
-0
/
+1
*
|
|
Merge branch 'nd/resolve-ref'
Junio C Hamano
2011-12-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]