[anjuta] git: Allow rebases from any branch, not just remotes
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Allow rebases from any branch, not just remotes
- Date: Tue, 14 Jul 2009 01:39:30 +0000 (UTC)
commit a0ec143a4f9f408f33e0199c6144ca26671093bc
Author: James Liggett <jrliggett cox net>
Date: Mon Jul 13 18:28:04 2009 -0700
git: Allow rebases from any branch, not just remotes
plugins/git/git-rebase-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-rebase-dialog.c b/plugins/git/git-rebase-dialog.c
index e93d38a..9bfe88a 100644
--- a/plugins/git/git-rebase-dialog.c
+++ b/plugins/git/git-rebase-dialog.c
@@ -121,7 +121,7 @@ rebase_dialog (Git *plugin)
data = git_ui_data_new (plugin, bxml);
list_command = git_branch_list_command_new (plugin->project_root_directory,
- GIT_BRANCH_TYPE_REMOTE);
+ GIT_BRANCH_TYPE_ALL);
g_signal_connect (G_OBJECT (list_command), "data-arrived",
G_CALLBACK (on_git_list_branch_combo_command_data_arrived),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]