Sign in
googlers
/
jrn
/
git
/
9b3897ab0620261585831e356168b56759849481
/
builtin
/
revert.c
1a2b985
cherry-pick/revert: add scissors line on merge conflict
by Denton Liu
· 6 years ago
cde5554
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
4edce17
branch.c: remove the_repository reference
by Nguyễn Thái Ngọc Duy
· 6 years ago
005af33
sequencer.c: remove implicit dependency on the_repository
by Nguyễn Thái Ngọc Duy
· 6 years ago
f11c958
sequencer.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
9440b83
parse-options: replace opterror() with optname()
by Nguyễn Thái Ngọc Duy
· 6 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
39e415c
Merge branch 'nd/cherry-pick-quit-fix'
by Junio C Hamano
· 7 years ago
3e7dd99
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
by Nguyễn Thái Ngọc Duy
· 7 years ago
28d6dae
sequencer: improve config handling
by Phillip Wood
· 7 years ago
b36c590
sequencer: load commit related config
by Phillip Wood
· 7 years ago
f826fb7
cherry-pick/revert: reject --rerere-autoupdate when continuing
by Phillip Wood
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
9c96637
Merge branch 'jk/cherry-pick-0-mainline'
by Junio C Hamano
· 8 years ago
b16a991
cherry-pick: detect bogus arguments to --mainline
by Jeff King
· 8 years ago
2863584
sequencer: get rid of the subcommand field
by Johannes Schindelin
· 8 years ago
03a4e26
sequencer: plug memory leaks for the option values
by Johannes Schindelin
· 8 years ago
ee624c0
sequencer: use static initializers for replay_opts
by Johannes Schindelin
· 8 years ago
023ff39
parse_options: allocate a new array when concatenating
by Jeff King
· 9 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
e703d71
parse-options: multi-word argh should use dash to separate words
by Junio C Hamano
· 11 years ago
3253553
cherry-pick, revert: add the --gpg-sign option
by Nicolas Vigier
· 11 years ago
f2c1b01
Merge branch 'hu/cherry-pick-previous-branch'
by Junio C Hamano
· 11 years ago
d644c55
cherry-pick: handle "-" after parsing options
by Jeff King
· 11 years ago
0809208
Merge branch 'hu/cherry-pick-previous-branch'
by Junio C Hamano
· 12 years ago
182d7dc
cherry-pick: allow "-" as abbreviation of '@{-1}'
by Hiroshige Umino
· 12 years ago
84d83f6
revert: use the OPT_CMDMODE for parsing, reducing code
by Stefan Beller
· 12 years ago
9fe3edc
Add the LAST_ARG_MUST_BE_NULL macro
by Ramsay Jones
· 12 years ago
eccb614
use "sentinel" function attribute for variadic lists
by Jeff King
· 12 years ago
2130bf3
cherry-pick/revert: make usage say '<commit-ish>...'
by Kevin Bracey
· 12 years ago
c2b9279
Merge branch 'mz/cherry-pick-cmdline-order'
by Junio C Hamano
· 13 years ago
096bbd6
Merge branch 'nd/i18n-parseopt-help'
by Junio C Hamano
· 13 years ago
a73e22e
cherry-pick/revert: respect order of revisions to pick
by Martin von Zweigbergk
· 13 years ago
ca92e59
teach log --no-walk=unsorted, which avoids sorting
by Martin von Zweigbergk
· 13 years ago
a3b26dc
i18n: revert, cherry-pick: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
4bee958
cherry-pick: add --allow-empty-message option
by Chris Webb
· 13 years ago
1692579
Merge branch 'nh/empty-rebase'
by Junio C Hamano
· 13 years ago
0fe59d7
Merge branch 'cb/cherry-pick-rev-path-confusion'
by Junio C Hamano
· 13 years ago
b27cfb0
git-cherry-pick: Add keep-redundant-commits option
by Neil Horman
· 13 years ago
8939cfb
Merge branch 'cc/fix-missing-va-end-in-revert'
by Junio C Hamano
· 13 years ago
5ba9b5e
revert: add missing va_end
by Christian Couder
· 13 years ago
6d5b93f
cherry-pick: do not expect file arguments
by Clemens Buchacher
· 13 years ago
df478b7
git-cherry-pick: add allow-empty option
by Neil Horman
· 13 years ago
043a449
sequencer: factor code out of revert builtin
by Ramkumar Ramachandra
· 13 years ago
644a369
revert: prepare to move replay_action to header
by Ramkumar Ramachandra
· 13 years ago
c012943
Merge branch 'rr/revert-cherry-pick'
by Junio C Hamano
· 13 years ago
2e05710
Merge branch 'nd/resolve-ref'
by Junio C Hamano
· 13 years ago
9e13136
revert: simplify getting commit subject in format_todo()
by Ramkumar Ramachandra
· 13 years ago
0db7696
revert: tolerate extra spaces, tabs in insn sheet
by Ramkumar Ramachandra
· 13 years ago
6bc1a23
revert: make commit subjects in insn sheet optional
by Ramkumar Ramachandra
· 13 years ago
bf3de2b
revert: free msg in format_todo()
by Ramkumar Ramachandra
· 13 years ago
d596118
revert: stop creating and removing sequencer-old directory
by Jonathan Nieder
· 13 years ago
218b65f
revert: do not remove state until sequence is finished
by Jonathan Nieder
· 13 years ago
7acaaac
revert: allow single-pick in the middle of cherry-pick sequence
by Jonathan Nieder
· 13 years ago
7f13334
revert: pass around rev-list args in already-parsed form
by Jonathan Nieder
· 14 years ago
093a309
revert: allow cherry-pick --continue to commit before resuming
by Jonathan Nieder
· 13 years ago
1df9bf4
revert: give --continue handling its own function
by Jonathan Nieder
· 13 years ago
e4776bd
revert: convert resolve_ref() to read_ref_full()
by Nguyễn Thái Ngọc Duy
· 13 years ago
b15aa97
revert --abort: do not leave behind useless sequencer-old directory
by Jonathan Nieder
· 13 years ago
2a4037d
Fix revert --abort on Windows
by Johannes Sixt
· 13 years ago
b4524d3
revert: do not pass non-literal string as format to git_path()
by Nguyễn Thái Ngọc Duy
· 13 years ago
c427b21
revert: remove --reset compatibility option
by Jonathan Nieder
· 13 years ago
539047c
revert: introduce --abort to cancel a failed cherry-pick
by Jonathan Nieder
· 13 years ago
82433cd
revert: write REVERT_HEAD pseudoref during conflicted revert
by Jonathan Nieder
· 13 years ago
b8c7469
revert: improve error message for cherry-pick during cherry-pick
by Jonathan Nieder
· 13 years ago
dffc860
revert: rearrange pick_revisions() for clarity
by Jonathan Nieder
· 13 years ago
f80a872
revert: rename --reset option to --quit
by Jonathan Nieder
· 13 years ago
418c9b1
do not let git_path clobber errno when reporting errors
by Jonathan Nieder
· 13 years ago
5e1e6b9
revert: prettify fatal messages
by Ramkumar Ramachandra
· 13 years ago
541b9cf
Merge branch 'js/no-cherry-pick-head-after-punted'
by Junio C Hamano
· 13 years ago
af54383
Merge branch 'jc/parse-options-boolean'
by Junio C Hamano
· 13 years ago
27c0f76
Fix some "variable might be used uninitialized" warnings
by Ramsay Jones
· 14 years ago
278f7e6
Merge branch 'js/maint-no-cherry-pick-head-after-punted' into js/no-cherry-pick-head-after-punted
by Junio C Hamano
· 13 years ago
82352cb
cherry-pick: do not give irrelevant advice when cherry-pick punted
by Jay Soffian
· 13 years ago
9fa8aec
revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so
by Jay Soffian
· 13 years ago
cd4093b
Merge branch 'rr/revert-cherry-pick-continue'
by Junio C Hamano
· 13 years ago
7cfc605
revert: use OPT_NOOP_NOARG
by René Scharfe
· 14 years ago
fb3198c
builtin/revert.c: make commit_list_append() static
by Junio C Hamano
· 14 years ago
7abd8fb
Merge branch 'jn/plug-empty-tree-leak'
by Junio C Hamano
· 14 years ago
127f045
revert: plug memory leak in "cherry-pick root commit" codepath
by Jonathan Nieder
· 14 years ago
cf3e248
revert: Propagate errors upwards from do_pick_commit
by Ramkumar Ramachandra
· 14 years ago
5a5d80f
revert: Introduce --continue to continue the operation
by Ramkumar Ramachandra
· 14 years ago
21afd08
revert: Don't implicitly stomp pending sequencer operation
by Ramkumar Ramachandra
· 14 years ago
2d27daa
revert: Remove sequencer state when no commits are pending
by Ramkumar Ramachandra
· 14 years ago
26ae337
revert: Introduce --reset to remove sequencer state
by Ramkumar Ramachandra
· 14 years ago
21b1477
revert: Make pick_commits functionally act on a commit list
by Ramkumar Ramachandra
· 14 years ago
6f03226
revert: Save command-line options for continuing operation
by Ramkumar Ramachandra
· 14 years ago
04d3d3c
revert: Save data for continuing after conflict resolution
by Ramkumar Ramachandra
· 14 years ago
9044143
revert: Don't create invalid replay_opts in parse_args
by Ramkumar Ramachandra
· 14 years ago
8964147
revert: Separate cmdline parsing from functional code
by Ramkumar Ramachandra
· 14 years ago
80e1f79
revert: Introduce struct to keep command-line options
by Ramkumar Ramachandra
· 14 years ago
708f9d9
revert: Eliminate global "commit" variable
by Ramkumar Ramachandra
· 14 years ago
54decbd
revert: Rename no_replay to record_origin
by Ramkumar Ramachandra
· 14 years ago
a2ec3ad
revert: Don't check lone argument in get_encoding
by Ramkumar Ramachandra
· 14 years ago
be33c46
revert: Simplify and inline add_message_to_msg
by Ramkumar Ramachandra
· 14 years ago
38ef61c
advice: Introduce error_resolve_conflict
by Ramkumar Ramachandra
· 14 years ago
fad2652
revert: allow reverting a root commit
by Jeff King
· 14 years ago
5e31075
revert: Hide '-r' option in default usage
by Ramkumar Ramachandra
· 14 years ago
6c80cd2
Merge branch 'ab/i18n-st'
by Junio C Hamano
· 14 years ago
cb6aeb2
i18n: git-revert split up "could not revert/apply" message
by Ævar Arnfjörð Bjarmason
· 14 years ago
Next »