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-09-02
Add po/git-gui.pot
Johannes Schindelin
1
-0
/
+1264
2007-09-02
git-gui po/README: Guide to translators
Junio C Hamano
1
-0
/
+205
2007-09-02
Makefile rules for translation catalog generation and installation.
Christian Stimming
1
-2
/
+19
2007-09-02
Mark strings for translation.
Christian Stimming
22
-398
/
+403
2007-09-01
git-gui: Initialize Tcl's msgcat library for internationalization
Shawn O. Pearce
1
-0
/
+14
2007-09-01
git-gui: Locate the library directory early during startup
Shawn O. Pearce
1
-10
/
+15
2007-08-24
git-gui: Correct 'git gui blame' in a subdirectory
Shawn O. Pearce
1
-1
/
+9
2007-08-23
git-gui: Do not offer to stage three-way diff hunks into the index
Shawn O. Pearce
1
-0
/
+4
2007-08-23
git-gui: Refactor diff pane popup support for future improvements
Shawn O. Pearce
1
-12
/
+11
2007-08-22
git-gui: Fix "unoptimized loading" to not cause git-gui to crash
Shawn O. Pearce
1
-51
/
+63
2007-08-21
git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menu
Shawn O. Pearce
1
-3
/
+4
2007-08-20
git-gui: Allow git-merge to use branch names in conflict markers
Shawn O. Pearce
1
-1
/
+1
2007-08-20
git-gui: Fix window manager problems on ion3
Shawn O. Pearce
2
-1
/
+8
2007-08-04
git-gui: Added support for OS X right click
Väinö Järvelä
1
-0
/
+3
2007-08-02
git-gui: Avoid Tcl error in popup menu on diff viewer
Shawn O. Pearce
1
-1
/
+3
2007-07-29
git-gui: Minor refactoring of merge command line in merge support
Shawn O. Pearce
1
-3
/
+3
2007-07-29
git-gui: Use more modern looking icons in the tree browser
Shawn O. Pearce
2
-30
/
+18
2007-07-29
git-gui: Don't offer to stage hunks from untracked files
Shawn O. Pearce
1
-0
/
+6
2007-07-29
git-gui: Make sure remotes are loaded when picking revisions
Shawn O. Pearce
1
-0
/
+4
2007-07-29
git-gui: Use progress bar while resetting/aborting files
Shawn O. Pearce
1
-4
/
+12
2007-07-29
git-gui: Honor core.excludesfile when listing extra files
Shawn O. Pearce
1
-0
/
+4
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
[prev]
[next]