Skip to content

Commit

Permalink
g dt was failing when comparing with other branches. reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Refalo committed Oct 9, 2012
1 parent efd6d27 commit e64a27e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 24 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -423,6 +423,7 @@ Distributed under the GNU General Public License, version 2.0.


## FIXED ## FIXED


* `g dt` was failing when comparing with other branches. reverted.
* non-issue: g2-windows needs a new build - on windows: get freeze .gitignore fails with path issue * non-issue: g2-windows needs a new build - on windows: get freeze .gitignore fails with path issue
* non-issue: g2-windows needs a new build - on windows: get version fails wth git path issue \program * non-issue: g2-windows needs a new build - on windows: get version fails wth git path issue \program
* g sync won't update the local branch * g sync won't update the local branch
Expand Down
18 changes: 0 additions & 18 deletions cmds/g2-dt.sh

This file was deleted.

4 changes: 0 additions & 4 deletions g2-completion.sh
Expand Up @@ -860,10 +860,6 @@ _git_dt ()
--tool=" --tool="
return return
;; ;;
u*)
__gitcomp "upstream"
return
;;
esac esac
__git_complete_file __git_complete_file
} }
Expand Down
1 change: 1 addition & 0 deletions g2-config.sh
Expand Up @@ -61,6 +61,7 @@ apply_config
$GIT_EXE config --global core.excludesfile ~/.gitignore_global $GIT_EXE config --global core.excludesfile ~/.gitignore_global


# SHORT ALIASES ----------- # SHORT ALIASES -----------
"$GIT_EXE" config --global alias.dt difftool
"$GIT_EXE" config --global alias.ls ls-files "$GIT_EXE" config --global alias.ls ls-files
"$GIT_EXE" config --global alias.mt mergetool "$GIT_EXE" config --global alias.mt mergetool
"$GIT_EXE" config --global alias.bs bisect "$GIT_EXE" config --global alias.bs bisect
Expand Down
3 changes: 1 addition & 2 deletions g2.sh
Expand Up @@ -38,7 +38,7 @@ Usage:
cp <commit> - cherry-pick cp <commit> - cherry-pick
ci <?params...> - commit ci <?params...> - commit
clone <url> - clone a remote repository clone <url> - clone a remote repository
df/dt <?params...> <file> or <upstream> - compares files df/dt <?params...> <file> - compares files
fetch - synchronizes remote branches fetch - synchronizes remote branches
freeze/unfreeze <?-m comment> <?file> - freeze/unfreeze files freeze/unfreeze <?-m comment> <?file> - freeze/unfreeze files
gc - garbage collects: run fsck & gc gc - garbage collects: run fsck & gc
Expand Down Expand Up @@ -95,7 +95,6 @@ function __g2_eval() {
"df" "g2diff" "df" "g2diff"
"diff" "g2diff" "diff" "g2diff"
"dt" "" "dt" ""
"difftool" "dt"
"fetch" "" "fetch" ""
"freeze" "" "freeze" ""
"gc" "g2gc" "gc" "g2gc"
Expand Down

0 comments on commit e64a27e

Please sign in to comment.