Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/gitgui-0.8.0
/
lib
tag
37d54267eca4f75790289588f145f381786eeaf4
tagger
Shawn O. Pearce <spearce@spearce.org>
Mon Jul 30 03:53:36 2007
object
84f67537b13bf0a959b1cad50b0d490071dc921a
git-gui 0.8.0
84f6753
git-gui: Minor refactoring of merge command line in merge support
by Shawn O. Pearce
· 18 years ago
gitgui-0.8.0
dac7089
git-gui: Use more modern looking icons in the tree browser
by Shawn O. Pearce
· 18 years ago
95af4d8
git-gui: Make sure remotes are loaded when picking revisions
by Shawn O. Pearce
· 18 years ago
0fe055c
git-gui: Use progress bar while resetting/aborting files
by Shawn O. Pearce
· 18 years ago
360cc10
git-gui: Unify wording to say "to stage" instead of "to add"
by Christian Stimming
· 18 years ago
bc318ea
git-gui: Remove usernames from absolute SSH urls during merging
by Shawn O. Pearce
· 18 years ago
ead49f5
git-gui: Format tracking branch merges as though they were pulls
by Shawn O. Pearce
· 18 years ago
9feefbd
git-gui: Cleanup bindings within merge dialog
by Shawn O. Pearce
· 18 years ago
350a35f
git-gui: Replace merge dialog with our revision picker widget
by Shawn O. Pearce
· 18 years ago
becafaa
git-gui: Show ref last update times in revision chooser tooltips
by Shawn O. Pearce
· 18 years ago
844c3f6
git-gui: Display commit/tag/remote info in tooltip of revision picker
by Shawn O. Pearce
· 18 years ago
30d1990
git-gui: Save remote urls obtained from config/remotes setup
by Shawn O. Pearce
· 18 years ago
7d5266a
git-gui: Avoid unnecessary symbolic-ref call during checkout
by Shawn O. Pearce
· 18 years ago
9c5a3c77
git-gui: Paper bag fix quitting crash after commit
by Shawn O. Pearce
· 18 years ago
7bd197c
git-gui: Fix unnecessary fast-forward during checkout
by Shawn O. Pearce
· 18 years ago
54febd4
git-gui: Internally allow fetch without storing for future pull support
by Shawn O. Pearce
· 18 years ago
dba0741
git-gui: Skip unnecessary read-tree work during checkout
by Shawn O. Pearce
· 18 years ago
eea1ab6
git-gui: Simplify error case for unsupported merge types
by Shawn O. Pearce
· 18 years ago
f66b8a6
git-gui: Factor out common fast-forward merge case
by Shawn O. Pearce
· 18 years ago
60f7352
git-gui: Save the merge base during checkout_op processing
by Shawn O. Pearce
· 18 years ago
4578c5c
git-gui: Automatically backup the user's commit buffer
by Shawn O. Pearce
· 18 years ago
5dc2cae
git-gui: Completely remove support for creating octopus merges
by Shawn O. Pearce
· 18 years ago
a422896
git-gui: Don't show blame tooltips that we have no data for
by Shawn O. Pearce
· 18 years ago
c4638f6
git-gui: Translate standard encoding names to Tcl ones
by Shawn O. Pearce
· 18 years ago
ff749c1
git-gui: Convert merge dialog to use class system
by Shawn O. Pearce
· 18 years ago
46a2df3
git-gui: Increase the default height of the revision picker
by Shawn O. Pearce
· 18 years ago
8e891fa
git-gui: Allow users to browse any branch, not just the current one
by Shawn O. Pearce
· 18 years ago
85d2d59
git-gui: Allow browser subcommand to start in subdirectory
by Shawn O. Pearce
· 18 years ago
3972b98
git-gui: Delay the GC hint until after we are running
by Shawn O. Pearce
· 18 years ago
2370164
git-gui: Don't crash in ask_popup if we haven't mapped main window yet
by Shawn O. Pearce
· 18 years ago
6eb420e
git-gui: Always disable the Tcl EOF character when reading
by Shawn O. Pearce
· 18 years ago
b215883
git-gui: Change prior tree SHA-1 verification to use git_read
by Shawn O. Pearce
· 18 years ago
f31b6ff
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
20f1a10
git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}
by Shawn O. Pearce
· 18 years ago
gitgui-0.7.5
264f4a3
git-gui: Include a space in Cygwin shortcut command lines
by Shawn O. Pearce
· 18 years ago
6a5955f
git-gui: Use sh.exe in Cygwin shortcuts
by Shawn O. Pearce
· 18 years ago
5922446
git-gui: Paper bag fix for Cygwin shortcut creation
by Shawn O. Pearce
· 18 years ago
0a84b3d
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
e87fb0f
git-gui: Don't linewrap within console windows
by Shawn O. Pearce
· 18 years ago
56e29f5
git-gui: Correct ls-tree buffering problem in browser
by Shawn O. Pearce
· 18 years ago
7eafa2f
git-gui: Improve the Windows and Mac OS X shortcut creators
by Shawn O. Pearce
· 18 years ago
74c4763
git-gui: Teach console widget to use git_read
by Shawn O. Pearce
· 18 years ago
0b81261
git-gui: Always use absolute path to all git executables
by Shawn O. Pearce
· 18 years ago
b792230
git-gui: Show a progress meter for checking out files
by Shawn O. Pearce
· 18 years ago
51530d1
git-gui: Change the main window progress bar to use status_bar
by Shawn O. Pearce
· 18 years ago
b29bd5c
git-gui: Extract blame viewer status bar into mega-widget
by Shawn O. Pearce
· 18 years ago
827c711
git-gui: Allow double-click in checkout dialog to start checkout
by Shawn O. Pearce
· 18 years ago
84d3d7b
git-gui: Default selection to first matching ref
by Shawn O. Pearce
· 18 years ago
d41b43e
git-gui: Refactor branch switch to support detached head
by Shawn O. Pearce
· 18 years ago
699d560
git-gui: Refactor our ui_status_value update technique
by Shawn O. Pearce
· 18 years ago
ba1964b
git-gui: Automatically refresh tracking branches when needed
by Shawn O. Pearce
· 18 years ago
7cf0442
git-gui: Option to default new branches to match tracking branches
by Shawn O. Pearce
· 18 years ago
560eddc
git-gui: Sort tags descending by tagger date
by Shawn O. Pearce
· 18 years ago
7618e6b
git-gui: Enhance choose_rev to handle hundreds of branches
by Shawn O. Pearce
· 18 years ago
774173a
git-gui: Fast-forward existing branch in branch create dialog
by Shawn O. Pearce
· 18 years ago
dd87efc
git-gui: Allow users to match remote branch names locally
by Shawn O. Pearce
· 18 years ago
79a060e
git-gui: Maintain remote and source ref for tracking branches
by Shawn O. Pearce
· 18 years ago
6f2a3fc
git-gui: Optimize for newstyle refs/remotes layout
by Shawn O. Pearce
· 18 years ago
3206c63
git-gui: Refactor the delete branch dialog to use class system
by Shawn O. Pearce
· 18 years ago
b1fa2bf
git-gui: Abstract the revision picker into a mega widget
by Shawn O. Pearce
· 18 years ago
6233ab1
git-gui: Teach class system to support [$this cmd] syntax
by Shawn O. Pearce
· 18 years ago
4ca1312
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
88dce86
git-gui: Skip nicknames when selecting author initials
by Shawn O. Pearce
· 18 years ago
a840566
git-gui: use "blame -w -C -C" for "where did it come from, originally?"
by Junio C Hamano
· 18 years ago
d4c5307
git-gui: Honor rerere.enabled configuration option
by Shawn O. Pearce
· 18 years ago
f8186e9
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
47282d4
git-gui: Ensure windows shortcuts always have .bat extension
by Shawn O. Pearce
· 18 years ago
1eb96a2
git-gui: Correct resizing of remote branch delete dialog
by Shawn O. Pearce
· 18 years ago
c1fd897
git-gui: Start blame windows as tall as possible
by Shawn O. Pearce
· 18 years ago
1d6d7c4
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
c8e23aa
git-gui: Unlock the index when cancelling merge dialog
by Shawn O. Pearce
· 18 years ago
03d2562
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
fffaaba
git-gui: Don't nice git blame on MSYS as nice is not supported
by Shawn O. Pearce
· 18 years ago
fe813d4
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
fb626dc
git-gui: Bind Tab/Shift-Tab to cycle between panes in blame
by Shawn O. Pearce
· 18 years ago
03e1bed
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
39fa2a9
git-gui: Save geometry before the window layout is damaged
by Shawn O. Pearce
· 18 years ago
aa75196
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
615b865
git-gui: Include 'war on whitespace' fixes from git.git
by Shawn O. Pearce
· 18 years ago
32af629
Merge branch 'maint'
by Shawn O. Pearce
· 18 years ago
d80ded0
git-gui: Changed blame header bar background to match main window
by Shawn O. Pearce
· 18 years ago
gitgui-0.7.3
0f32da5
git-gui: Favor the original annotations over the recent ones
by Shawn O. Pearce
· 18 years ago
949da61
git-gui: Improve our labeling of blame annotation types
by Shawn O. Pearce
· 18 years ago
5d198d6
git-gui: Use three colors for the blame viewer background
by Shawn O. Pearce
· 18 years ago
0dfed77
git-gui: Jump to original line in blame viewer
by Shawn O. Pearce
· 18 years ago
383d4e0
git-gui: Display both commits in our tooltips
by Shawn O. Pearce
· 18 years ago
172c92b
git-gui: Run blame twice on the same file and display both outputs
by Shawn O. Pearce
· 18 years ago
debcd0f
git-gui: Display the "Loading annotation..." message in italic
by Shawn O. Pearce
· 18 years ago
fc816d7
git-gui: Rename fields in blame viewer to better descriptions
by Shawn O. Pearce
· 18 years ago
c5db65a
git-gui: Label the uncommitted blame history entry
by Shawn O. Pearce
· 18 years ago
2f85b7e
git-gui: Switch internal blame structure to Tcl lists
by Shawn O. Pearce
· 18 years ago
14c4dfd
git-gui: Cleanup redundant column management in blame viewer
by Shawn O. Pearce
· 18 years ago
c17c175
git-gui: Better document our blame variables
by Shawn O. Pearce
· 18 years ago
b611015
git-gui: Remove unused commit_list from blame viewer
by Shawn O. Pearce
· 18 years ago
81fb7ef
git-gui: Automatically expand the line number column as needed
by Shawn O. Pearce
· 18 years ago
375e136
git-gui: Make the line number column slightly wider in blame
by Shawn O. Pearce
· 18 years ago
000a106
git-gui: Use lighter colors in blame view
by Shawn O. Pearce
· 18 years ago
0632570
git-gui: Remove unnecessary space between columns in blame viewer
by Shawn O. Pearce
· 18 years ago
0eab69a
git-gui: Remove the loaded column from the blame viewer
by Shawn O. Pearce
· 18 years ago
b55a243
git-gui: Clip the commit summaries in the blame history menu
by Shawn O. Pearce
· 18 years ago
Next »