summaryrefslogtreecommitdiff
path: root/git-gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-09-178-45/+293
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-08-263-66/+97
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-08-191-1/+6
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-07-2913-428/+1132
|\ \ | |/
* | Merge commit 'git-gui/master'Junio C Hamano2007-07-1223-888/+2210
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-06-283-21/+59
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-06-128-12/+28
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-06-117-52/+601
|\ \ | |/
* | Merge branch 'maint'Junio C Hamano2007-06-115-219/+825
|\ \
| * \ Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-06-115-219/+825
| |\ \ | | |/
* | | War on whitespaceJunio C Hamano2007-06-072-3/+0
|/ /
* | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-05-282-10/+19
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-05-172-4/+44
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-05-109-345/+513
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiShawn O. Pearce2007-05-0717-4016/+3996
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-05-071-20/+26
|\ \ | |/
* | Merge branch 'maint'Junio C Hamano2007-05-071-1/+1
|\ \
| * \ Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-05-071-1/+1
| |\ \ | | |/
| * | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-04-171-4/+6
| |\ \ | | |/
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-04-172-74/+91
|\ \ \ | |/ / |/| / | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-03-121-0/+5
|\ \ | |/
* | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-03-124-156/+15
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-03-062-37/+69
|\ \ | |/
* | Merge git://repo.or.cz/git-gui into maintJunio C Hamano2007-02-241-6/+19
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-02-216-120/+308
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-02-131-1/+1
|\ \ | |/
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-02-123-19/+58
|\ \ | |/
* | Merge git-guiJunio C Hamano2007-02-115-0/+6065
|/
* git-gui: Modified makefile to embed version into git-gui script.Shawn O. Pearce2007-01-211-3772/+0
* git-gui: Hide the ugly bash command line from the windows desktop icon.Shawn O. Pearce2007-01-211-1/+1
* git-gui: Change more 'include' language to 'add'.Shawn O. Pearce2007-01-211-7/+7
* git-gui: Work around odd cygpath bug on Windows.Shawn O. Pearce2007-01-211-1/+1
* git-gui: Correct wording of the revert confirmation dialog.Shawn O. Pearce2007-01-211-2/+2
* git-gui: Corrected behavior of deleted (but existing in HEAD) files.Shawn O. Pearce2007-01-211-0/+2
* git-gui: Run git-gc rather than git-repack.Shawn O. Pearce2007-01-211-9/+5
* git-gui: Show all fetched branches for remote pulls.Shawn O. Pearce2007-01-211-8/+9
* git-gui: Created very crude Tools menu, to support miga.Shawn O. Pearce2007-01-211-0/+29
* git-gui: Reworded 'Include' to 'Add' to match core Git.Shawn O. Pearce2007-01-211-3/+3
* git-gui: Auto-update any A? or M? files during rescan.Shawn O. Pearce2006-11-271-2/+2
* git-gui: Enable resolution of merge conflicts.Shawn O. Pearce2006-11-271-0/+3
* git-gui: Set a proper title on our revert confirm dialog box.Shawn O. Pearce2006-11-251-2/+7
* git-gui: Started implementation of switch_branch.Shawn O. Pearce2006-11-251-1/+50
* git-gui: Misc. comment and formatting cleanups.Shawn O. Pearce2006-11-251-7/+10
* git-gui: Rename all_branches -> all_heads.Shawn O. Pearce2006-11-251-8/+8
* git-gui: Automatically skip tracking branches in branch menu.Shawn O. Pearce2006-11-251-9/+37
* git-gui: Abort on not implemented branch switching.Shawn O. Pearce2006-11-251-1/+5
* git-gui: Parse off refs/remotes when showing current branch.Shawn O. Pearce2006-11-251-1/+1
* git-gui: Created Branch menu.Shawn O. Pearce2006-11-241-0/+61
* git-gui: Support file state MD (modified/deleted).Shawn O. Pearce2006-11-241-0/+3
* git-gui: Display the current branch.Shawn O. Pearce2006-11-241-1/+30