aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/macosx/AppMain.tcl
diff options
context:
space:
mode:
authorDavid D. Kilzer <ddkilzer@kilzer.net>2010-07-28 01:20:16 -0700
committerJunio C Hamano <gitster@pobox.com>2010-07-28 13:57:36 -0700
commit25e932504096ad5cba21978a0b9a13e2708bae87 (patch)
treee5742063c2b6de345882d8abf0095b1dc83e8acf /git-gui/macosx/AppMain.tcl
parentDocument ls-files -t as semi-obsolete. (diff)
downloadgit-25e932504096ad5cba21978a0b9a13e2708bae87.tar.gz
git-25e932504096ad5cba21978a0b9a13e2708bae87.zip
Fix git rebase --continue to work with touched files
When performing a non-interactive rebase, sometimes "git rebase --continue" will fail if an unmodified file is touched in the working directory: You must edit all merge conflicts and then mark them as resolved using git add This is caused by "git diff-files" reporting a difference between the index and the filesystem: :100644 100644 d00491...... 000000...... M file The fix is to run "git update-index --refresh" before "git diff-files" as is done in git-rebase--interactive. Signed-off-by: David D. Kilzer <ddkilzer@kilzer.net> Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/macosx/AppMain.tcl')
0 files changed, 0 insertions, 0 deletions
¡i Ngá»c Duy1-56/+56 2018-08-03revision.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-34/+35 2018-08-03repository.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-14/+11 2018-08-03rerere.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-7/+7 2018-08-03line-range.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-6/+6 2018-08-03diff.h: remove extern from function declarationNguyá»…n Thái Ngá»c Duy1-60/+60 2018-08-03diffcore.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-25/+25 2018-08-03convert.h: drop 'extern' from function declarationNguyá»…n Thái Ngá»c Duy1-27/+29 2018-08-03cache-tree.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-1/+1 2018-08-03blame.h: drop extern on func declarationNguyá»…n Thái Ngá»c Duy1-12/+16 2018-08-03attr.h: drop extern from function declarationNguyá»…n Thái Ngá»c Duy1-12/+12 2018-08-03apply.h: drop extern on func declarationNguyá»…n Thái Ngá»c Duy1-12/+11 2018-08-03color: protect against out-of-bounds reads and writesEric Sunshine1-0/+3 2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe9-15/+12 2018-08-03shortlog: correct option help for -wRené Scharfe1-2/+4 2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe1-2/+3 2018-08-03pack-objects: specify --index-version argument help explicitlyRené Scharfe1-2/+2 2018-08-03difftool: remove angular brackets from argument helpRené Scharfe1-2/+2 2018-08-03add, update-index: fix --chmod argument helpRené Scharfe2-2/+4 2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason1-2/+2 2018-08-02Fifth batch for 2.19 cycleJunio C Hamano1-0/+107 2018-08-02sha1dc: update from upstreamÆvar Arnfjörð Bjarmason2-1/+11 2018-08-02score_trees(): fix iteration over trees with missing entriesJeff King2-17/+54 2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano3-8/+58 2018-08-01fetch-pack: unify ref in and out paramJonathan Tan9-84/+50 2018-08-01git-p4: add the `p4-pre-submit` hookChen Bin4-1/+59 2018-08-01xdiff: reduce indent heuristic overheadStefan Beller1-1/+11 2018-08-01fetch doc: cross-link two new negotiation optionsÆvar Arnfjörð Bjarmason2-0/+5 2018-08-01negotiator: unknown fetch.negotiationAlgorithm should error outÆvar Arnfjörð Bjarmason3-4/+34 2018-08-01travis-ci: include the trash directories of failed tests in the trace logSZEDER Gábor3-3/+104 2018-08-01remote: clear string_list after use in mv()René Scharfe1-2/+3 2018-07-31read-cache: fix directory/file conflict handling in read_index_unmerged()Elijah Newren4-14/+12