Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/gitgui-0.14.0
/
lib
tag
4c36ee7b0587083f82a6359a3b14cf6c73c65d34
tagger
Pat Thoyts <patthoyts@users.sourceforge.net>
Fri Mar 25 23:52:26 2011
object
fbc9629e2f0cd31ab08638ebbd8f98a323329a5b
git-gui 0.14
fbc9629
Merge branch 'ss/git-gui-mergetool'
by Pat Thoyts
· 14 years ago
gitgui-0.14.0
f3768a6
mergetool--lib: Add Beyond Compare 3 as a tool
by Sebastian Schuberth
· 15 years ago
0e0f450
mergetool--lib: Sort tools alphabetically for easier lookup
by Sebastian Schuberth
· 15 years ago
4c2519e
git-gui: fetch/prune all entry appears last
by Heiko Voigt
· 15 years ago
4bfa250
git-gui: fetch/prune all entry only for more than one entry
by Heiko Voigt
· 15 years ago
ba44692
git-gui: Include version check and test for tearoff menu entry
by Pat Thoyts
· 15 years ago
69e21b8
git-gui: teach fetch/prune menu to do it for all remotes
by Heiko Voigt
· 15 years ago
e8db403
git-gui: refactor remote submenu creation into subroutine
by Heiko Voigt
· 15 years ago
9d04278
git-gui: always default to the last merged branch in remote delete
by Heiko Voigt
· 15 years ago
8b92658
git-gui: fix deleting item from all_remotes variable
by Heiko Voigt
· 15 years ago
df12813
git-gui: instead of defaulting to home directory use working directory
by Heiko Voigt
· 15 years ago
fb027e1
git-gui: scroll down to default selection for push dialog
by Heiko Voigt
· 15 years ago
9e34e62
git gui: keep selected branch when remote is changed in push dialog
by Heiko Voigt
· 15 years ago
bf59439
git-gui: handle meta diff header lines only in the header section
by Bert Wesarg
· 15 years ago
d1c7f8a
git-gui: handle special content lines only in the diff header section
by Bert Wesarg
· 15 years ago
6459d7c
git-gui: always reset the current tag
by Bert Wesarg
· 15 years ago
963ceab
git-gui: move 3way diff autodetect up
by Bert Wesarg
· 15 years ago
3c9ae64
git-gui: there is no "mode *" diff header line
by Bert Wesarg
· 15 years ago
97b8ee1
git-gui: name also new symlinks so
by Bert Wesarg
· 15 years ago
ebd143f
git-gui: handle index lines only in the diff header
by Bert Wesarg
· 15 years ago
c976bbf
git-gui: rework handling of diff header
by Bert Wesarg
· 15 years ago
7587f4d
git-gui: learn more type change states
by Bert Wesarg
· 15 years ago
4a065c8
git-gui: remove 'no such variable' for s error when encounter unknown file states
by Bert Wesarg
· 15 years ago
88b21c2
git-gui: Fix use of hunk tag for non-hunk content.
by Bert Wesarg
· 15 years ago
c7ec31a
git-gui: Fix use of renamed tag.
by Bert Wesarg
· 15 years ago
1ab8628
git-gui: fix browsers [Up To Parent] in sub-sub-directories.
by Bert Wesarg
· 15 years ago
4590307
git-gui: respect conflict marker size
by Bert Wesarg
· 15 years ago
46a0431
git-gui: fix ANSI-color parsing
by Bert Wesarg
· 15 years ago
8f85599
git-gui: apply color information from git diff output
by Pat Thoyts
· 15 years ago
4c56d1d
git-gui: use full dialog width for old name when renaming branch
by Pat Thoyts
· 15 years ago
d5257fb
git-gui: handle textconv filter on Windows and in development
by Pat Thoyts
· 15 years ago
62f9a63
git-gui: use shell to launch textconv filter in "blame"
by Matthieu Moy
· 15 years ago
1fbacca
git-gui: use textconv filter for diff and blame
by Clément Poulain
· 15 years ago
8512354
git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32
by Pat Thoyts
· 15 years ago
fc17e5e
git-gui: fix shortcut creation on cygwin
by Heiko Voigt
· 15 years ago
a197b1e
git-gui: fix usage of _gitworktree when creating shortcut for windows
by Heiko Voigt
· 15 years ago
b963d11
git-gui: fix usage of themed widgets variable
by Heiko Voigt
· 15 years ago
c80d7be
git-gui: use themed tk widgets with Tk 8.5
by Pat Thoyts
· 16 years ago
3748b03
git-gui: update shortcut tools to use _gitworktree
by Giuseppe Bilotta
· 16 years ago
ff07c3b
git-gui: Support applying a range of changes at once
by Jeff Epler
· 16 years ago
a9ae14a
git-gui: Use git diff --submodule when available
by Jens Lehmann
· 16 years ago
390425b
git-gui: Fix applying a line when all following lines are deletions
by Jeff Epler
· 16 years ago
3c6a287
git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync
by Christopher Beelby
· 16 years ago
ea888f8
git-gui: handle really long error messages in updateindex.
by Pat Thoyts
· 16 years ago
1085208
git-gui: Increase blame viewer usability on MacOS.
by Alexander Gavrilov
· 16 years ago
88520ca
git-gui: search 4 directories to improve statistic of gc hint
by Clemens Buchacher
· 16 years ago
c0d1532
git gui: make current branch default in "remote delete branch" merge check
by Heiko Voigt
· 16 years ago
118d938
git-gui: Ensure submodule path is quoted properly
by Shawn O. Pearce
· 16 years ago
af413de
git-gui: fix diff for partially staged submodule changes
by Jens Lehmann
· 16 years ago
2112be7
git-gui: remove warning when deleting correctly merged remote branch
by Heiko Voigt
· 16 years ago
246295b
git-gui: display summary when showing diff of a submodule
by Jens Lehmann
· 16 years ago
b4c813b
git-gui: run post-checkout hook after clone
by Jens Lehmann
· 16 years ago
4339d51
Merge branch 'maint'
by Shawn O. Pearce
· 16 years ago
fb25092
git-gui: Ensure consistent usage of mergetool.keepBackup
by Ferry Huberts
· 16 years ago
c949833
git-gui: run post-checkout hook on checkout
by Jens Lehmann
· 16 years ago
f0d4eec
git-gui: When calling post-commit hook wrong variable was cleared.
by Jens Lehmann
· 16 years ago
966d077
git-gui: minor spelling fix and string factorisation.
by Sam Hocevar
· 16 years ago
b0d644b
Merge branch 'maint'
by Shawn O. Pearce
· 16 years ago
e27430e
git-gui: Fix merge conflict display error when filename contains spaces
by Jens Lehmann
· 16 years ago
73fea17
Merge branch 'maint'
by Shawn O. Pearce
· 16 years ago
379f84b
git-gui: don't hide the Browse button when resizing the repo chooser
by Markus Heidelberg
· 16 years ago
880fa11
Append ampersand to "Target" of lnk files created by do_cygwin_shortcut
by Phil Lawrence
· 16 years ago
584fa9c
git-gui: Avoid an infinite rescan loop in handle_empty_diff.
by Alexander Gavrilov
· 17 years ago
06569cd
git-gui: Fix post-commit status with subject in non-locale encoding
by Alexander Gavrilov
· 17 years ago
3ac31e4
git-gui: Fix commit encoding handling.
by Alexander Gavrilov
· 17 years ago
861c68e
git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.
by Mark Burton
· 17 years ago
9419307
git-gui: Fix the search bar destruction handler.
by Alexander Gavrilov
· 17 years ago
b8dfb16
git-gui: Implement automatic rescan after Tool execution.
by Alexander Gavrilov
· 17 years ago
67df911
git-gui: Allow Tools request arguments from the user.
by Alexander Gavrilov
· 17 years ago
0ce76de
git-gui: Add a Tools menu for arbitrary commands.
by Alexander Gavrilov
· 17 years ago
7cf4566
git-gui: Fix the after callback execution in rescan.
by Alexander Gavrilov
· 17 years ago
153ad78
git-gui: Implement system-wide configuration handling.
by Alexander Gavrilov
· 17 years ago
f75c8b3
git-gui: Request blame metadata in utf-8.
by Alexander Gavrilov
· 17 years ago
e29c0d1
git-gui: Add the Show SSH Key item to the clone dialog.
by Alexander Gavrilov
· 17 years ago
b28ebab
git-gui: Fix focus transition in the blame viewer.
by Alexander Gavrilov
· 17 years ago
63aa1d0
git-gui: Do not munge conflict marker lines in a normal diff
by Johannes Sixt
· 17 years ago
98a6846
git-gui: Add a dialog that shows the OpenSSH public key.
by Alexander Gavrilov
· 17 years ago
7f15b00
git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization
by Johannes Sixt
· 17 years ago
f2df8a5
git-gui: Show a round number of bytes of large untracked text files
by Johannes Sixt
· 17 years ago
5c91cb5
git-gui: Fix the blame viewer destroy handler.
by Alexander Gavrilov
· 17 years ago
f10d5b0
git-gui: Add a search command to the blame viewer.
by Alexander Gavrilov
· 17 years ago
d4d9925
git-gui: Fix the blame window shape.
by Alexander Gavrilov
· 17 years ago
a910898
git-gui: Fix switch statement in lib/merge.tcl
by Johannes Sixt
· 17 years ago
0b32cab
git-gui: Fix fetching from remotes when adding them
by Petr Baudis
· 17 years ago
2243ffcc
git-gui: Fix removing non-pushable remotes
by Petr Baudis
· 17 years ago
902e2bb
git-gui: Make input boxes in init/clone/open dialogs consistent
by Petr Baudis
· 17 years ago
4259568
git-gui: Avoid using the term URL when specifying repositories
by Petr Baudis
· 17 years ago
adcbd43
git-gui: mkdir -p when initializing new remote repository
by Petr Baudis
· 17 years ago
0d40441
git-gui: Add support for removing remotes
by Petr Baudis
· 17 years ago
ba6485e
git-gui: Add support for adding remotes
by Petr Baudis
· 17 years ago
8329bd0
git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu
by Petr Baudis
· 17 years ago
3c1c2a0
git-gui: Clarify the Remote -> Delete... action
by Petr Baudis
· 17 years ago
34785f8
git-gui: Remove space from the end of aspell's reply before processing
by Johannes Sixt
· 17 years ago
0aea284
git-gui: Make Ctrl-T safe to use for conflicting files.
by Alexander Gavrilov
· 17 years ago
d3bcf55
git-gui: Do not automatically stage file after merge tool finishes
by Johannes Sixt
· 17 years ago
30ef1d8
Merge branch 'maint'
by Shawn O. Pearce
· 17 years ago
dd87558
git-gui: Help identify aspell version on Windows too
by Gustaf Hendeby
· 17 years ago
3e34838
git-gui: Reenable staging unmerged files by clicking the icon.
by Alexander Gavrilov
· 17 years ago
6fc835a
git-gui: Support the encoding menu in gui blame.
by Alexander Gavrilov
· 17 years ago
a1c3feb
git-gui: Optimize encoding name resolution using a lookup table.
by Alexander Gavrilov
· 17 years ago
Next »