index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-gui.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-04
git-gui: Make F5 reselect a diff, if an untracked file is selected.
Alexander Gavrilov
1
-9
/
+35
2008-09-04
git-gui: Reimplement and enhance auto-selection of diffs.
Alexander Gavrilov
1
-27
/
+95
2008-09-04
git-gui: Support conflict states _U & UT.
Alexander Gavrilov
1
-2
/
+4
2008-09-04
git-gui: Don't allow staging files with conflicts.
Alexander Gavrilov
1
-0
/
+8
2008-09-04
git-gui: Support calling merge tools.
Alexander Gavrilov
1
-0
/
+7
2008-09-04
git-gui: Support resolving conflicts via the diff context menu.
Alexander Gavrilov
1
-60
/
+92
2008-09-01
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2008-09-01
git gui: show diffs with a minimum of 1 context line
Clemens Buchacher
1
-1
/
+1
2008-08-24
git-gui: Allow specifying an initial line for git gui blame.
Alexander Gavrilov
1
-2
/
+11
2008-08-24
git-gui: Support starting gitk from Gui Blame
Alexander Gavrilov
1
-0
/
+1
2008-08-24
git-gui: Teach git gui about file type changes
Gustaf Hendeby
1
-1
/
+17
2008-08-04
git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'
Johannes Sixt
1
-1
/
+5
2008-07-29
git-gui: Fix gitk search in $PATH to work on Windows
Shawn O. Pearce
1
-3
/
+9
2008-07-27
git-gui: Fix the Remote menu separator.
Alexander Gavrilov
1
-0
/
+1
2008-07-25
git-gui: Look for gitk in $PATH, not $LIBEXEC/git-core
Abhijit Menon-Sen
1
-3
/
+3
2008-07-16
Kill the blame back-end on window close.
Alexander Gavrilov
1
-0
/
+14
2008-07-16
Add options to control the search for copies in blame.
Alexander Gavrilov
1
-0
/
+2
2008-07-16
Fix pre-commit hooks under MinGW/MSYS
Alexander Gavrilov
1
-2
/
+2
2008-07-08
git-gui: Exit shortcut in MacOSX repaired
Soeren Finster
1
-3
/
+7
2008-07-02
git-gui: Implement "Stage/Unstage Line"
Johannes Sixt
1
-0
/
+8
2008-06-25
git-gui: Don't select the wrong file if the last listed file is staged.
Abhijit Menon-Sen
1
-2
/
+4
2008-06-20
git-gui: Fix accidental staged state toggle when clicking top pixel row
Richard Quirk
1
-1
/
+1
2008-06-13
git-gui: Move on to the next filename after staging/unstaging a change
Abhijit Menon-Sen
1
-2
/
+27
2008-05-22
git-gui: Handle workdir detection when CYGWIN=nowinsymlinks
Shawn O. Pearce
1
-16
/
+7
2008-05-20
git-gui: Add a --trace command line option
Shawn O. Pearce
1
-8
/
+39
2008-05-08
git-gui: Setup branch.remote,merge for shorthand git-pull
Shawn O. Pearce
1
-0
/
+1
2008-04-05
git-gui: use +/- instead of ]/[ to show more/less context in diff
Michele Ballabio
1
-6
/
+12
2008-04-03
git-gui: Switch keybindings for [ and ] to bracketleft and bracketright
Shawn O. Pearce
1
-4
/
+4
2008-04-02
git-gui: Add shortcut keys for Show More/Less Context
Jonathan del Strother
1
-8
/
+32
2008-03-15
git-gui: Don't translate the special Apple menu
Shawn O. Pearce
1
-1
/
+1
2008-03-07
git-gui: Add option for changing the width of the commit message text box
Adam Piątyszek
1
-1
/
+2
2008-03-05
git-gui: if a background colour is set, set foreground colour as well
Philipp A. Hartmann
1
-6
/
+13
2008-02-20
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2008-02-19
git-gui: relax "dirty" version detection
Wincent Colaiuta
1
-1
/
+1
2008-02-12
git-gui: Automatically spell check commit messages as the user types
Shawn O. Pearce
1
-1
/
+33
2008-01-20
git-gui: Consolidate hook execution code into a single function
Shawn O. Pearce
1
-0
/
+28
2007-12-14
git-gui: Move frequently used commands to the top of the context menu.
Johannes Sixt
1
-21
/
+21
2007-11-08
git-gui: Bind Meta-T for "Stage To Commit" menu action
Shawn O. Pearce
1
-1
/
+6
2007-11-01
git-gui: Allow users to set font weights to bold
Shawn O. Pearce
1
-1
/
+8
2007-10-26
git-gui: Protect against bad translation strings
Shawn O. Pearce
1
-4
/
+11
2007-10-17
git-gui: Paper bag fix the global config parsing
Shawn O. Pearce
1
-1
/
+4
2007-10-12
git-gui: Ensure copyright message is correctly read as UTF-8
Shawn O. Pearce
1
-2
/
+2
2007-10-12
git-gui: offer a list of recent repositories on startup
Steffen Prohaska
1
-0
/
+1
2007-10-12
git-gui: Support LFs embedded in config file values
Shawn O. Pearce
1
-0
/
+20
2007-10-12
git-gui: Refactor git-config --list parsing
Shawn O. Pearce
1
-21
/
+14
2007-10-12
git-gui: Move load_config procedure below git-version selection
Shawn O. Pearce
1
-45
/
+49
2007-10-12
git-gui: Change main window layout to support wider screens
Johannes Sixt
1
-11
/
+12
2007-10-10
git-gui: add directory git-gui is located in to PATH (on Windows)
Steffen Prohaska
1
-0
/
+3
2007-10-10
git-gui: Shorten the staged/unstaged changes title bar text
Shawn O. Pearce
1
-2
/
+2
2007-10-10
git-gui: Bind Cmd-, to Preferences on Mac OS X
Shawn O. Pearce
1
-2
/
+6
[next]