summaryrefslogtreecommitdiff
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-07-20 04:10:13 -0400
committerShawn O. Pearce <spearce@spearce.org>2007-07-21 05:00:37 -0400
commit54febd4fe62cc32b1337cd928af17a5a09624d74 (patch)
treeef5ffe14721a55768161d15b361cd752e6c149c3 /git-gui/lib/commit.tcl
parentdba07411da8debf9e39bf8d28f642b09c5794aff (diff)
downloadgit-54febd4fe62cc32b1337cd928af17a5a09624d74.tar.gz
git-gui: Internally allow fetch without storing for future pull support
This is actually just an underlying code improvement that has no user visible component yet. UI improvements to actually fetch and merge via an arbitrary remote with no tracking branches must still follow to make this change useful for the end-user. Our tracking branch specifications are a Tcl list of three components: - local tracking branch name - remote name/url - remote branch name/tag name This change just makes the first element optional. If it is an empty string we will run the fetch, but have the value be saved only into the special .git/FETCH_HEAD, where we can pick it up and use it for this one time operation. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions