diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-07 05:06:40 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-07 05:06:40 -0500 |
commit | c5437df168379f33c7148c60b232b5c2887dd537 (patch) | |
tree | 83d98e5e169549ddccc60c392cfa90af8ca2c9ef /TODO | |
parent | d33ba5fa809be1714c7f31f128a7a72461a96d96 (diff) | |
download | git-c5437df168379f33c7148c60b232b5c2887dd537.tar.gz git-c5437df168379f33c7148c60b232b5c2887dd537.tar.xz |
git-gui: Updated TODO list now that pull is starting to work.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,9 +6,11 @@ Items outstanding: * Update index with $PARENT version but leave working directory alone. - * Populate the pull menu with local branches. + * Add all new files in one shot (e.g. "git add ."). + + * Add file to .gitignore or info/excludes. - * Populate the pull menu with default merge branch from each remote. + * Populate the pull menu with local branches. * Make use of the new default merge data stored in repo-config. |