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-12-08
git-gui: Fix handling of relative paths in blame.
Alexander Gavrilov
1
-2
/
+16
2008-11-16
git-gui: Add a Tools menu for arbitrary commands.
Alexander Gavrilov
1
-0
/
+17
2008-11-16
git-gui: Fix the after callback execution in rescan.
Alexander Gavrilov
1
-13
/
+28
2008-11-16
git-gui: Implement system-wide configuration handling.
Alexander Gavrilov
1
-3
/
+9
2008-11-16
git-gui: try to provide a window icon under X
Giuseppe Bilotta
1
-0
/
+22
2008-11-11
git-gui: Add the Show SSH Key item to the clone dialog.
Alexander Gavrilov
1
-9
/
+11
2008-11-01
git-gui: Add a simple implementation of SSH_ASKPASS.
Alexander Gavrilov
1
-0
/
+12
2008-11-01
git-gui: Add a dialog that shows the OpenSSH public key.
Alexander Gavrilov
1
-0
/
+4
2008-10-10
git-gui: Add a search command to the blame viewer.
Alexander Gavrilov
1
-0
/
+3
2008-09-30
git-gui: gui.autoexplore makes explorer to pop up automatically after picking
Petr Baudis
1
-0
/
+5
2008-09-30
git-gui: Add Explore Working Copy to the Repository menu
Petr Baudis
1
-0
/
+18
2008-09-30
git-gui: Use git web--browser for web browsing
Petr Baudis
1
-23
/
+7
2008-09-30
git-gui: Add support for adding remotes
Petr Baudis
1
-0
/
+4
2008-09-30
git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu
Petr Baudis
1
-2
/
+1
2008-09-30
git-gui: Clarify the Remote -> Delete... action
Petr Baudis
1
-1
/
+1
2008-09-30
git-gui: Make Ctrl-T safe to use for conflicting files.
Alexander Gavrilov
1
-1
/
+3
2008-09-26
git-gui: Show/hide "Sign Off" based on nocommitmsg option
Shawn O. Pearce
1
-2
/
+2
2008-09-24
git-gui: Reenable staging unmerged files by clicking the icon.
Alexander Gavrilov
1
-10
/
+8
2008-09-24
git-gui: Allow forcing display encoding for diffs using a submenu.
Alexander Gavrilov
1
-0
/
+8
2008-09-24
git-gui: Cleanup handling of the default encoding.
Alexander Gavrilov
1
-0
/
+1
2008-09-24
git-gui: Use gitattribute "encoding" for file content display
Shawn O. Pearce
1
-0
/
+13
2008-09-24
git-gui: Add support for calling out to the prepare-commit-msg hook
Joshua Williams
1
-0
/
+65
2008-09-24
git-gui: Hide commit related UI during citool --nocommit
Shawn O. Pearce
1
-48
/
+56
2008-09-24
git-gui: Add more integration options to citool.
Alexander Gavrilov
1
-4
/
+77
2008-09-12
git-gui: Restore ability to Stage Working Copy for conflicts.
Alexander Gavrilov
1
-0
/
+5
2008-09-12
git-gui: Fix Blame Parent & Context for working copy lines.
Alexander Gavrilov
1
-0
/
+3
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
[next]