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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-24
git-gui: Support file state MD (modified/deleted).
Shawn O. Pearce
1
-0
/
+3
2006-11-24
git-gui: Display the current branch.
Shawn O. Pearce
1
-1
/
+30
2006-11-23
git-gui: Added revert changes command.
Shawn O. Pearce
1
-7
/
+177
2006-11-22
git-gui: Improve pull error dialogs.
Shawn O. Pearce
1
-7
/
+11
2006-11-21
git-gui: Don't start 'gitk --all' on Mac OS X.
Shawn O. Pearce
1
-4
/
+6
2006-11-21
git-gui: Added menu command to visualize all branches.
Shawn O. Pearce
1
-13
/
+26
2006-11-21
git-gui: Refactor M1 binding selection.
Shawn O. Pearce
1
-2
/
+3
2006-11-21
git-gui: Warn Cygwin users about possible environment issues.
Shawn O. Pearce
1
-1
/
+81
2006-11-21
git-gui: Correct is_MacOSX platform test.
Shawn O. Pearce
1
-3
/
+1
2006-11-21
git-gui: Abstract out windows platform test to is_Windows proc.
Shawn O. Pearce
1
-14
/
+20
2006-11-21
git-gui: Include the Tcl/Tk version in the about dialog.
Shawn O. Pearce
1
-3
/
+12
2006-11-21
git-gui: Make the copyright notice serve double duty.
Shawn O. Pearce
1
-10
/
+11
2006-11-21
git-gui: Be more Macintosh like.
Shawn O. Pearce
1
-11
/
+29
2006-11-21
git-gui: Added about dialog box.
Shawn O. Pearce
1
-0
/
+58
2006-11-21
git-gui: Rename Project menu to Repository.
Shawn O. Pearce
1
-12
/
+12
2006-11-21
git-gui: Seperate out the database operations in project menu.
Shawn O. Pearce
1
-0
/
+4
2006-11-21
git-gui: Reworded verify console title.
Shawn O. Pearce
1
-2
/
+4
2006-11-21
git-gui: Don't save amended commit message buffer.
Shawn O. Pearce
1
-8
/
+10
2006-11-21
git-gui: Allow users to run fsck-objects from the gui.
Shawn O. Pearce
1
-0
/
+13
2006-11-21
git-gui: Improve handling of merge commits.
Shawn O. Pearce
1
-63
/
+78
2006-11-19
git-gui: Correct some state matchings for include/remove.
Shawn O. Pearce
1
-4
/
+5
2006-11-19
git-gui: Update in memory states after commit.
Shawn O. Pearce
1
-14
/
+24
2006-11-19
git-gui: Restore the all important shebang line.
Shawn O. Pearce
1
-0
/
+1
2006-11-19
git-gui: Refactored diff line display formatting logic.
Shawn O. Pearce
1
-37
/
+43
2006-11-19
git-gui: Correct toggling of added/untracked status for new files.
Shawn O. Pearce
1
-2
/
+5
2006-11-19
git-gui: Describe deleted symlinks in a more friendly way.
Shawn O. Pearce
1
-0
/
+3
2006-11-19
git-gui: Fix list loading corruption introduced by 1461c5f3.
Shawn O. Pearce
1
-6
/
+8
2006-11-19
git-gui: Correct toggling of deleted file status.
Shawn O. Pearce
1
-1
/
+4
2006-11-19
git-gui: Make consecutive icon clicks toggle included status of a file.
Shawn O. Pearce
1
-5
/
+18
2006-11-19
git-gui: Teach the gui how to uninclude a file.
Shawn O. Pearce
1
-28
/
+157
2006-11-18
git-gui: Don't create PkgInfo on Mac OS X "desktop icons".
Shawn O. Pearce
1
-4
/
+0
2006-11-18
git-gui: Allow adding untracked files in selection.
Shawn O. Pearce
1
-3
/
+18
2006-11-18
git-gui: Rephrase rescan before commit informational message.
Shawn O. Pearce
1
-5
/
+5
2006-11-18
git-gui: Verify the user has GIT_COMMITTER_IDENT before comitting.
Shawn O. Pearce
1
-15
/
+25
2006-11-18
git-gui: Toggle between new commit and amend commit modes.
Shawn O. Pearce
1
-18
/
+79
2006-11-18
git-gui: Start UI with the index locked.
Shawn O. Pearce
1
-1
/
+2
2006-11-18
git-gui: Misc. comment formatting cleanups.
Shawn O. Pearce
1
-11
/
+19
2006-11-18
git-gui: Add menu option to include only selected files.
Shawn O. Pearce
1
-3
/
+29
2006-11-18
git-gui: Refactor file state representations.
Shawn O. Pearce
1
-10
/
+10
2006-11-18
git-gui: Only reshow diff when really necessary.
Shawn O. Pearce
1
-17
/
+21
2006-11-18
git-gui: Make initial commits work properly.
Shawn O. Pearce
1
-28
/
+46
2006-11-18
git-gui: Display error dialog on Mac OS X when no .git found.
Shawn O. Pearce
1
-3
/
+6
2006-11-18
git-gui: Create a .app file on MacOS X if requested.
Shawn O. Pearce
1
-0
/
+78
2006-11-17
git-gui: Only populate a fetch or push if we have an action.
Shawn O. Pearce
1
-8
/
+60
2006-11-17
git-gui: Handle ' within paths when creating Windows shortcuts.
Shawn O. Pearce
1
-0
/
+2
2006-11-17
git-gui: Protect ourselves from funny GIT_DIR/working directory setups.
Shawn O. Pearce
1
-2
/
+12
2006-11-17
git-gui: Create Windows shortcut icons for git-gui.
Shawn O. Pearce
1
-0
/
+55
2006-11-17
git-gui: Correctly handle GIT_DIR environment variable.
Shawn O. Pearce
1
-5
/
+6
2006-11-15
git-gui: Disable diff actions when no diff is active.
Shawn O. Pearce
1
-68
/
+118
2006-11-15
git-gui: Automatically update-index all included files before commit.
Shawn O. Pearce
1
-35
/
+66
[prev]
[next]