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-01-25
git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.
Shawn O. Pearce
1
-45
/
+9
2007-01-25
git-gui: Prefer Tk's entry widget over a 1 line text field.
Shawn O. Pearce
1
-42
/
+33
2007-01-25
git-gui: Pad the database statistics dialog window.
Shawn O. Pearce
1
-1
/
+1
2007-01-25
git-gui: Support 'Visualize All Branches' on Mac OS X.
Shawn O. Pearce
1
-6
/
+4
2007-01-25
git-gui: Force focus to the diff viewer on mouse click.
Shawn O. Pearce
1
-0
/
+1
2007-01-25
git-gui: Unset unnecessary UI setup variable.
Shawn O. Pearce
1
-0
/
+1
2007-01-25
git-gui: Cleanup end-of-line whitespace in commit messages.
Shawn O. Pearce
1
-3
/
+6
2007-01-25
git-gui: Elide CRs appearing in diff output from display.
Shawn O. Pearce
1
-0
/
+4
2007-01-25
git-gui: Allow staging/unstaging individual diff hunks.
Shawn O. Pearce
1
-12
/
+110
2007-01-25
git-gui: Only allow Refresh in diff context menu when we have a diff.
Shawn O. Pearce
1
-0
/
+1
2007-01-25
git-gui: Display the size of the pack directory.
Shawn O. Pearce
1
-0
/
+11
2007-01-25
git-gui: Use system default labelframe bordering.
Shawn O. Pearce
1
-4
/
+2
2007-01-25
git-gui: Implement basic branch switching through read-tree.
Shawn O. Pearce
1
-15
/
+101
2007-01-25
git-gui: Display database stats (count-objects -v) on demand.
Shawn O. Pearce
1
-3
/
+64
2007-01-23
git-gui: Handle commit encoding better.
Shawn O. Pearce
1
-1
/
+22
2007-01-23
git-gui: Honor system encoding for filenames.
Shawn O. Pearce
1
-9
/
+14
2007-01-23
git-gui: Remove spurious newline in untracked file display.
Shawn O. Pearce
1
-1
/
+0
2007-01-23
git-gui: Don't try to tag the 'Binary files * and * differ' line.
Shawn O. Pearce
1
-0
/
+1
2007-01-23
git-gui: When possible show the type of an untracked file.
Shawn O. Pearce
1
-0
/
+8
2007-01-23
git-gui: Limit display of large untracked files.
Shawn O. Pearce
1
-5
/
+23
2007-01-23
git-gui: Don't show content of untracked binary files.
Shawn O. Pearce
1
-0
/
+3
2007-01-23
git-gui: Always start a rescan on an empty diff.
Shawn O. Pearce
1
-8
/
+6
2007-01-23
git-gui: Ignore 'No newline at end of file' marker line.
Shawn O. Pearce
1
-0
/
+1
2007-01-23
git-gui: Fix 'Select All' action on Windows.
Shawn O. Pearce
1
-3
/
+3
2007-01-23
git-gui: Don't attempt to tag new file/deleted file headers in diffs.
Shawn O. Pearce
1
-0
/
+2
2007-01-22
git-gui: Force an update-index --refresh on unchanged files.
Shawn O. Pearce
1
-10
/
+4
2007-01-21
git-gui: Don't format the mode line of a diff.
Shawn O. Pearce
1
-0
/
+1
2007-01-21
git-gui: Create missing branch head on initial commit.
Shawn O. Pearce
1
-1
/
+9
2007-01-21
git-gui: Slightly tweak new window geometry.
Shawn O. Pearce
1
-5
/
+5
2007-01-21
git-gui: Update todo list with finished and new items.
Shawn O. Pearce
1
-9
/
+4
2007-01-21
git-gui: Correctly categorize tracking branches and heads.
Shawn O. Pearce
1
-10
/
+36
2007-01-21
git-gui: Automatically toggle the relevant radio buttons.
Shawn O. Pearce
1
-9
/
+24
2007-01-21
git-gui: Fully select a field when entering into it.
Shawn O. Pearce
1
-0
/
+3
2007-01-21
git-gui: Improve keyboard traversal in dialogs.
Shawn O. Pearce
1
-5
/
+6
2007-01-21
git-gui: Allow user to specify a branch name pattern.
Shawn O. Pearce
1
-5
/
+34
2007-01-21
git-gui: Give a better error message on an empty branch name.
Shawn O. Pearce
1
-0
/
+10
2007-01-21
git-gui: Don't offer tracking branches if none exist.
Shawn O. Pearce
1
-39
/
+38
2007-01-21
git-gui: Never line wrap in file lists.
Shawn O. Pearce
1
-6
/
+14
2007-01-21
git-gui: Make diff viewer colors match gitk's defaults.
Shawn O. Pearce
1
-9
/
+11
2007-01-21
git-gui: Correctly ignore '* Unmerged path' during diff.
Shawn O. Pearce
1
-1
/
+2
2007-01-21
git-gui: Change rude error popup to info popup.
Shawn O. Pearce
1
-1
/
+1
2007-01-21
git-gui: Improve the merge check interface for branch deletion.
Shawn O. Pearce
1
-19
/
+54
2007-01-21
git-gui: Use a grid layout for branch dialog.
Shawn O. Pearce
1
-36
/
+26
2007-01-21
git-gui: Pad new branch name input box.
Shawn O. Pearce
1
-15
/
+17
2007-01-21
git-gui: Correct unmerged file detection at commit time.
Shawn O. Pearce
1
-4
/
+4
2007-01-21
git-gui: Add Refresh to diff viewer context menu.
Shawn O. Pearce
1
-0
/
+4
2007-01-21
git-gui: Correct disappearing unstaged files.
Shawn O. Pearce
1
-1
/
+1
2007-01-21
git-gui: Clear diff from viewer if the side changed.
Shawn O. Pearce
1
-4
/
+7
2007-01-21
git-gui: Fix bug in unmerged file display.
Shawn O. Pearce
1
-9
/
+16
2007-01-21
git-gui: Improve diff --cc viewing for unmerged files.
Shawn O. Pearce
1
-24
/
+64
[prev]
[next]