diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-04-29 03:02:10 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-05-02 13:06:11 -0400 |
commit | c6a5e4030320c934bca70471d04aa9e7d8e2cd67 (patch) | |
tree | f9176bb14dac4d9da63347e27682dfb809afa257 /.gitignore | |
parent | git-gui: Refactor to use our git proc more often (diff) | |
download | tgif-c6a5e4030320c934bca70471d04aa9e7d8e2cd67.tar.xz |
git-gui: Track our own embedded values and rebuild when they change
Like core-Git we now track the values that we embed into our shell
script wrapper, and we "recompile" that wrapper if they are changed.
This concept was lifted from git.git's Makefile, where a similar
thing was done by Eygene Ryabinkin. Too bad it wasn't just done
here in git-gui from the beginning, as the git.git Makefile support
for GIT-GUI-VARS was really just because git-gui doesn't do it on
its own.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c714d382e8..57cced8c18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ GIT-VERSION-FILE +GIT-GUI-VARS git-citool git-gui |