Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/gitgui-0.6.0
tag
b23024e06ef8be4400d45ccfbadce7596194c842
tagger
Shawn O. Pearce <spearce@spearce.org>
Mon Feb 12 23:17:19 2007
object
fdf6cfc4266d1e88e74c09e9166fa0b5c9ad29cb
git-gui 0.6.0
fdf6cfc
git-gui: Change base version to 0.6.
by Shawn O. Pearce
· 19 years ago
gitgui-0.6.0
07d082b
git-gui: Guess our version accurately as a subproject.
by Shawn O. Pearce
· 19 years ago
6a6459b
git-gui: Handle gitgui tags in version gen.
by Shawn O. Pearce
· 19 years ago
5d643cd
git-gui: Generate a version file on demand.
by Shawn O. Pearce
· 19 years ago
7e81d4e
git-gui: Rename GIT_VERSION to GITGUI_VERSION.
by Shawn O. Pearce
· 19 years ago
663e7cf
git-gui: Allow gitexecdir, INSTALL to be set by the caller.
by Shawn O. Pearce
· 19 years ago
0960f7d
git-gui: Stop deleting gitk preferences.
by Shawn O. Pearce
· 19 years ago
d585e78
git-gui: Focus into blame panels on Mac OS.
by Shawn O. Pearce
· 19 years ago
486ef52
git-gui: Improve annotated file display.
by Shawn O. Pearce
· 19 years ago
1351ba1
git-gui: Jump to the first annotation block as soon as its available.
by Shawn O. Pearce
· 19 years ago
6910ae8
git-gui: Redesign the display of annotated files.
by Shawn O. Pearce
· 19 years ago
df6287e
git-gui: Use git-config now over git-repo-config.
by Shawn O. Pearce
· 19 years ago
24d2bf2
git-gui: Relabel the Add All action.
by Shawn O. Pearce
· 19 years ago
258871d
git-gui: Select subcommands like git does.
by Shawn O. Pearce
· 19 years ago
2ebba52
git-gui: View blame from the command line.
by Shawn O. Pearce
· 19 years ago
db7f34d
git-gui: Optionally save commit buffer on exit.
by Shawn O. Pearce
· 19 years ago
64a906f
git-gui: Separate transport/branch menus from multicommit.
by Shawn O. Pearce
· 19 years ago
cf25ddc
git-gui: Refactor single_commit to a proc.
by Shawn O. Pearce
· 19 years ago
42b922f
git-gui: Replace \ with \\ when showing paths.
by Shawn O. Pearce
· 19 years ago
9bccb78
git-gui: Support keyboard traversal in browser.
by Shawn O. Pearce
· 19 years ago
63faf4d
git-gui: Update known branches during rescan.
by Shawn O. Pearce
· 19 years ago
37f1db8
git-gui: Assign background colors to each blame hunk.
by Shawn O. Pearce
· 19 years ago
747c0cf
git-gui: Use a grid layout for the blame viewer.
by Shawn O. Pearce
· 19 years ago
e7fb6c6
git-gui: Install column headers in blame viewer.
by Shawn O. Pearce
· 19 years ago
915616e
git-gui: Display original filename and line number in blame.
by Shawn O. Pearce
· 19 years ago
8f6c07b
git-gui: Correctly handle spaces in filepaths.
by Shawn O. Pearce
· 19 years ago
463ca37
git-gui: Use -M and -C when running blame.
by Shawn O. Pearce
· 19 years ago
db45378
git-gui: Allow users to edit user.name, user.email from options.
by Shawn O. Pearce
· 19 years ago
c94dd1c
git-gui: Display the current branch name in browsers.
by Shawn O. Pearce
· 19 years ago
3eddda9
git-gui: Improve the icons used in the browser display.
by Shawn O. Pearce
· 19 years ago
35874c1
git-gui: Implemented file browser and incremental blame.
by Shawn O. Pearce
· 19 years ago
20ddfca
git-gui: Test for Cygwin differently than from Windows.
by Shawn O. Pearce
· 19 years ago
273984f
git-gui: Offer quick access to the HTML formatted documentation.
by Shawn O. Pearce
· 19 years ago
6b90d39
git-gui: Reword meaning of merge.summary.
by Shawn O. Pearce
· 19 years ago
c539449
git-gui: Support merge.summary, merge.verbosity.
by Shawn O. Pearce
· 19 years ago
729a6f6
git-gui: Always offer scrollbars for branch lists.
by Shawn O. Pearce
· 19 years ago
5f39dbf
git-gui: Don't allow merges in the middle of other things.
by Shawn O. Pearce
· 19 years ago
dff7e88
git-gui: Don't allow users to commit a bad octopus merge.
by Shawn O. Pearce
· 19 years ago
ee3cfb5
git-gui: Update status bar during a merge.
by Shawn O. Pearce
· 19 years ago
ce9735d
git-gui: Let users abort with `reset --hard` type logic.
by Shawn O. Pearce
· 19 years ago
e483483
git-gui: Implement local merge operations.
by Shawn O. Pearce
· 19 years ago
bc7452f
git-gui: Use builtin version of 'git gc'.
by Shawn O. Pearce
· 19 years ago
6c3d148
git-gui: Refactor console success/failure handling.
by Shawn O. Pearce
· 19 years ago
b972ea5
git-gui: Always use -v option to push.
by Shawn O. Pearce
· 19 years ago
86a2af6
git-gui: Remove no longer used pull from remote code.
by Shawn O. Pearce
· 19 years ago
1d6a978
git-gui: Added arbitrary branch pushing support.
by Shawn O. Pearce
· 19 years ago
156b292
git-gui: Always use lsearch -exact, to prevent globbing.
by Shawn O. Pearce
· 19 years ago
5f8b70b
git-gui: Maintain the same file list for diff during refresh.
by Shawn O. Pearce
· 19 years ago
d070c4c
git-gui: Don't switch branches if changing to the current branch.
by Shawn O. Pearce
· 19 years ago
3f7fd92
git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.
by Shawn O. Pearce
· 19 years ago
fb08bac
git-gui: Prefer Tk's entry widget over a 1 line text field.
by Shawn O. Pearce
· 19 years ago
6856767
git-gui: Pad the database statistics dialog window.
by Shawn O. Pearce
· 19 years ago
5753ef1
git-gui: Support 'Visualize All Branches' on Mac OS X.
by Shawn O. Pearce
· 19 years ago
23effa7
git-gui: Force focus to the diff viewer on mouse click.
by Shawn O. Pearce
· 19 years ago
b9a75e3
git-gui: Unset unnecessary UI setup variable.
by Shawn O. Pearce
· 19 years ago
4e55d19
git-gui: Cleanup end-of-line whitespace in commit messages.
by Shawn O. Pearce
· 19 years ago
30b14ed
git-gui: Elide CRs appearing in diff output from display.
by Shawn O. Pearce
· 19 years ago
a25c518
git-gui: Allow staging/unstaging individual diff hunks.
by Shawn O. Pearce
· 19 years ago
86773d9
git-gui: Only allow Refresh in diff context menu when we have a diff.
by Shawn O. Pearce
· 19 years ago
bb816c5
git-gui: Display the size of the pack directory.
by Shawn O. Pearce
· 19 years ago
f747133
git-gui: Use system default labelframe bordering.
by Shawn O. Pearce
· 19 years ago
b5b6b43
git-gui: Implement basic branch switching through read-tree.
by Shawn O. Pearce
· 19 years ago
0fd49d0
git-gui: Display database stats (count-objects -v) on demand.
by Shawn O. Pearce
· 19 years ago
5988527
git-gui: Handle commit encoding better.
by Shawn O. Pearce
· 19 years ago
51a989b
git-gui: Honor system encoding for filenames.
by Shawn O. Pearce
· 19 years ago
0565246
git-gui: Remove spurious newline in untracked file display.
by Shawn O. Pearce
· 19 years ago
4e62e27
git-gui: Don't try to tag the 'Binary files * and * differ' line.
by Shawn O. Pearce
· 19 years ago
d3596fd
git-gui: When possible show the type of an untracked file.
by Shawn O. Pearce
· 19 years ago
19b41e4
git-gui: Limit display of large untracked files.
by Shawn O. Pearce
· 19 years ago
464c9ff
git-gui: Don't show content of untracked binary files.
by Shawn O. Pearce
· 19 years ago
124355d
git-gui: Always start a rescan on an empty diff.
by Shawn O. Pearce
· 19 years ago
e54a1bd
git-gui: Ignore 'No newline at end of file' marker line.
by Shawn O. Pearce
· 19 years ago
75e78c8
git-gui: Fix 'Select All' action on Windows.
by Shawn O. Pearce
· 19 years ago
e0c781b
git-gui: Don't attempt to tag new file/deleted file headers in diffs.
by Shawn O. Pearce
· 19 years ago
46aaf90
git-gui: Force an update-index --refresh on unchanged files.
by Shawn O. Pearce
· 19 years ago
8ce0316
git-gui: Don't format the mode line of a diff.
by Shawn O. Pearce
· 19 years ago
f5925d9
git-gui: Create missing branch head on initial commit.
by Shawn O. Pearce
· 19 years ago
c5a1eb8
git-gui: Slightly tweak new window geometry.
by Shawn O. Pearce
· 19 years ago
d4dd034
git-gui: Update todo list with finished and new items.
by Shawn O. Pearce
· 19 years ago
9c10dea
git-gui: Correctly categorize tracking branches and heads.
by Shawn O. Pearce
· 19 years ago
4343434
git-gui: Automatically toggle the relevant radio buttons.
by Shawn O. Pearce
· 19 years ago
b36ffe8
git-gui: Fully select a field when entering into it.
by Shawn O. Pearce
· 19 years ago
f250091
git-gui: Improve keyboard traversal in dialogs.
by Shawn O. Pearce
· 19 years ago
c845692
git-gui: Allow user to specify a branch name pattern.
by Shawn O. Pearce
· 19 years ago
e754d6e
git-gui: Give a better error message on an empty branch name.
by Shawn O. Pearce
· 19 years ago
19e283f
git-gui: Don't offer tracking branches if none exist.
by Shawn O. Pearce
· 19 years ago
3c23697
git-gui: Never line wrap in file lists.
by Shawn O. Pearce
· 19 years ago
ca52156
git-gui: Make diff viewer colors match gitk's defaults.
by Shawn O. Pearce
· 19 years ago
37d2a1c
git-gui: Correctly ignore '* Unmerged path' during diff.
by Shawn O. Pearce
· 19 years ago
884fd05
git-gui: Change rude error popup to info popup.
by Shawn O. Pearce
· 19 years ago
15e1374
git-gui: Improve the merge check interface for branch deletion.
by Shawn O. Pearce
· 19 years ago
66cc17d
git-gui: Use a grid layout for branch dialog.
by Shawn O. Pearce
· 19 years ago
f8a1518
git-gui: Pad new branch name input box.
by Shawn O. Pearce
· 19 years ago
14efcc7
git-gui: Correct unmerged file detection at commit time.
by Shawn O. Pearce
· 19 years ago
68c30b4
git-gui: Add Refresh to diff viewer context menu.
by Shawn O. Pearce
· 19 years ago
a4b1786
git-gui: Correct disappearing unstaged files.
by Shawn O. Pearce
· 19 years ago
6bdc929
git-gui: Clear diff from viewer if the side changed.
by Shawn O. Pearce
· 19 years ago
079d0d5
git-gui: Fix bug in unmerged file display.
by Shawn O. Pearce
· 19 years ago
fec4a78
git-gui: Improve diff --cc viewing for unmerged files.
by Shawn O. Pearce
· 19 years ago
3b4db3c
git-gui: Improve the display of merge conflicts.
by Shawn O. Pearce
· 19 years ago
Next »