Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-07-01revert: free "struct replay_opts" membersÆvar Arnfjörð Bjarmason
2022-05-31revert: --reference should apply only to 'revert', not 'cherry-pick'Junio C Hamano
2022-05-27revert: optionally refer to commit in the "reference" formatJunio C Hamano
2021-09-21Merge branch 'ds/mergies-with-sparse-index'Junio C Hamano
2021-09-10sparse-index: integrate with cherry-pick and rebaseDerrick Stolee
2021-08-05revision: separate walk and unsorted flagsPatrick Steinhardt
2021-04-01sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren
2020-11-19Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano
2020-11-03merge,rebase,revert: select ort or recursive by config or environmentElijah Newren
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano
2019-07-10Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal
2019-04-19cherry-pick/revert: add scissors line on merge conflictDenton Liu
2019-04-02checkout: inform the user when removing branch stateNguyễn Thái Ngọc Duy
2019-01-05Merge branch 'nd/the-index'Junio C Hamano
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy
2017-12-13sequencer: improve config handlingPhillip Wood
2017-11-24sequencer: load commit related configPhillip Wood
2017-08-03cherry-pick/revert: reject --rerere-autoupdate when continuingPhillip Wood
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-17Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano
2017-03-15cherry-pick: detect bogus arguments to --mainlineJeff King
2016-10-21sequencer: get rid of the subcommand fieldJohannes Schindelin
2016-10-21sequencer: plug memory leaks for the option valuesJohannes Schindelin
2016-10-17sequencer: use static initializers for replay_optsJohannes Schindelin
2016-07-06parse_options: allocate a new array when concatenatingJeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano
2014-01-28cherry-pick, revert: add the --gpg-sign optionNicolas Vigier
2013-10-24Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano
2013-10-11cherry-pick: handle "-" after parsing optionsJeff King
2013-09-20Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano
2013-09-09cherry-pick: allow "-" as abbreviation of '@{-1}'Hiroshige Umino
2013-08-07revert: use the OPT_CMDMODE for parsing, reducing codeStefan Beller
2013-07-19Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones
2013-07-10use "sentinel" function attribute for variadic listsJeff King
2013-04-24cherry-pick/revert: make usage say '<commit-ish>...'Kevin Bracey
2012-09-11Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-08-31cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk
2012-08-30teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk