index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-29
git-gui: Unify wording to say "to stage" instead of "to add"
Christian Stimming
5
-14
/
+18
2007-07-27
git-gui: Don't kill modified commit message buffer with merge templates
Shawn O. Pearce
1
-2
/
+3
2007-07-25
git-gui: Remove usernames from absolute SSH urls during merging
Shawn O. Pearce
1
-0
/
+3
2007-07-25
git-gui: Format tracking branch merges as though they were pulls
Shawn O. Pearce
1
-4
/
+28
2007-07-25
git-gui: Cleanup bindings within merge dialog
Shawn O. Pearce
1
-5
/
+9
2007-07-25
git-gui: Replace merge dialog with our revision picker widget
Shawn O. Pearce
1
-70
/
+11
2007-07-25
git-gui: Show ref last update times in revision chooser tooltips
Shawn O. Pearce
1
-1
/
+33
2007-07-25
git-gui: Display commit/tag/remote info in tooltip of revision picker
Shawn O. Pearce
1
-6
/
+230
2007-07-25
git-gui: Save remote urls obtained from config/remotes setup
Shawn O. Pearce
1
-0
/
+6
2007-07-23
git-gui: Avoid unnecessary symbolic-ref call during checkout
Shawn O. Pearce
1
-14
/
+16
2007-07-23
git-gui: Refactor current branch menu items to make i18n easier
Shawn O. Pearce
1
-2
/
+11
2007-07-23
git-gui: Refactor diff popup into a procedure to ease i18n work
Shawn O. Pearce
1
-9
/
+11
2007-07-23
git-gui: Paper bag fix quitting crash after commit
Shawn O. Pearce
1
-1
/
+1
2007-07-23
git-gui: Clarify meaning of add tracked menu option
Shawn O. Pearce
1
-2
/
+2
2007-07-22
git-gui: Fix unnecessary fast-forward during checkout
Shawn O. Pearce
1
-0
/
+1
2007-07-22
git-gui: Completely remove my Tools/Migrate hack
Shawn O. Pearce
1
-29
/
+0
2007-07-21
git-gui: Internally allow fetch without storing for future pull support
Shawn O. Pearce
1
-3
/
+11
2007-07-21
git-gui: Skip unnecessary read-tree work during checkout
Shawn O. Pearce
1
-1
/
+3
2007-07-21
git-gui: Simplify error case for unsupported merge types
Shawn O. Pearce
1
-1
/
+1
2007-07-21
git-gui: Factor out common fast-forward merge case
Shawn O. Pearce
1
-25
/
+21
2007-07-21
git-gui: Save the merge base during checkout_op processing
Shawn O. Pearce
1
-5
/
+5
2007-07-21
git-gui: Automatically backup the user's commit buffer
Shawn O. Pearce
2
-11
/
+81
2007-07-19
git-gui: Completely remove support for creating octopus merges
Shawn O. Pearce
1
-68
/
+17
2007-07-19
git-gui: Don't show blame tooltips that we have no data for
Shawn O. Pearce
1
-0
/
+5
2007-07-19
git-gui: Translate standard encoding names to Tcl ones
Shawn O. Pearce
3
-11
/
+304
2007-07-19
git-gui: Avoid unnecessary global statements when possible
Shawn O. Pearce
1
-7
/
+4
2007-07-19
git-gui: Bind Ctrl/Cmd-M to merge action
Shawn O. Pearce
1
-2
/
+4
2007-07-18
Don't offer my special Tools/Migrate hack unless in multicommit
Shawn O. Pearce
1
-1
/
+3
2007-07-18
git-gui: Convert merge dialog to use class system
Shawn O. Pearce
1
-41
/
+65
2007-07-18
git-gui: Increase the default height of the revision picker
Shawn O. Pearce
1
-1
/
+1
2007-07-18
git-gui: Clarify the visualize history menu options
Shawn O. Pearce
1
-3
/
+3
2007-07-18
git-gui: Allow users to browse any branch, not just the current one
Shawn O. Pearce
2
-2
/
+58
2007-07-18
git-gui: Allow browser subcommand to start in subdirectory
Shawn O. Pearce
2
-29
/
+27
2007-07-17
git-gui: Allow blame/browser subcommands on bare repositories
Shawn O. Pearce
1
-13
/
+32
2007-07-17
git-gui: Move feature option selection before GIT_DIR init
Shawn O. Pearce
1
-37
/
+37
2007-07-17
git-gui: Delay the GC hint until after we are running
Shawn O. Pearce
2
-28
/
+30
2007-07-17
git-gui: Let the user continue even if we cannot understand git version
Shawn O. Pearce
1
-0
/
+27
2007-07-17
git-gui: Change our initial GC hint to be an estimate
Shawn O. Pearce
1
-5
/
+14
2007-07-17
git-gui: Don't crash in ask_popup if we haven't mapped main window yet
Shawn O. Pearce
1
-2
/
+5
2007-07-17
git-gui: Delay searching for 'nice' until its really asked for
Shawn O. Pearce
1
-13
/
+15
2007-07-17
git-gui: Handle git versions of the form n.n.n.GIT
Julian Phillips
1
-0
/
+1
2007-07-17
git-gui: Always disable the Tcl EOF character when reading
Shawn O. Pearce
4
-1
/
+5
2007-07-16
git-gui: Brown paper bag "dirty git version fix"
Shawn O. Pearce
1
-1
/
+1
2007-07-16
git-gui: Skip -dirty suffix on core git versions
Shawn O. Pearce
1
-0
/
+1
2007-07-12
git-gui: Change prior tree SHA-1 verification to use git_read
Shawn O. Pearce
1
-1
/
+1
2007-07-12
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+12
2007-07-12
git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}
Shawn O. Pearce
1
-1
/
+12
2007-07-09
git-gui: Include a space in Cygwin shortcut command lines
Shawn O. Pearce
1
-1
/
+1
2007-07-09
git-gui: Use sh.exe in Cygwin shortcuts
Shawn O. Pearce
1
-1
/
+1
2007-07-09
git-gui: Paper bag fix for Cygwin shortcut creation
Shawn O. Pearce
1
-1
/
+1
[next]