Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)Author
2013-05-13gitk: On OSX, bring the gitk window to frontTair Sabirgaliev
2013-05-13gitk: Add support for -G'regex' pickaxe variantMartin Langhoff
2013-05-11gitk: Add menu item for reverting commitsKnut Franke
2013-05-11gitk: Simplify file filteringFelipe Contreras
2013-05-11gitk: Display the date of a tag in a human-friendly wayAnand Kumria
2013-05-11gitk: Improve behaviour of drop-down listsPaul Mackerras
2013-04-01gitk: Move hard-coded colors to .gitkGauthier Östervall
2013-01-02gitk: Display important heads even when there are manyPaul Mackerras
2013-01-01gitk: Improve display of list of nearby tags and headsPaul Mackerras
2013-01-01gitk: Fix display of branch names on some commitsPaul Mackerras
2012-10-22gitk: When searching, only highlight files when in Patch modeStefan Haller
2012-10-22gitk: Fix error message when clicking on a connecting lineStefan Haller
2012-10-22gitk: Fix crash when not using themed widgetsMarcus Karlsson
2012-10-22gitk: Use bindshiftfunctionkey to bind Shift-F5Andrew Wong
2012-10-22gitk: Refactor code for binding modified function keysAndrew Wong
2012-09-23gitk: Work around empty back and forward images when buttons are disabledStefan Haller
2012-09-23gitk: Highlight first search result immediately on incremental searchStefan Haller
2012-09-23gitk: Highlight current search hit in orangeStefan Haller
2012-09-23gitk: Synchronize highlighting in file view when scrolling diffStefan Haller
2012-09-12Merge branch 'da/gitk-reload-tag-contents' of git://github.com/gitster/gitPaul Mackerras
2012-09-09gitk: Rename 'tagcontents' to 'cached_tagcontent'David Aguilar
2012-09-09gitk: Teach "Reread references" to reload tagsDavid Aguilar
2012-08-04gitk: Fix GIT_TRACE issuesAske Olsson
2012-04-25gitk: Avoid Meta1-F5Felipe Contreras
2012-04-02gitk: fix setting font display with new tabbed dialog layout.Pat Thoyts
2012-04-02gitk: fix tabbed preferences construction when using tcl 8.4Pat Thoyts
2012-03-24gitk: Teach gitk to respect log.showrootMarcus Karlsson
2012-03-23gitk: Add menu items for comparing a commit with the marked commitPaul Mackerras
2012-03-19gitk: Speed up resolution of short SHA1 idsPaul Mackerras
2012-03-19gitk: Use symbolic font names "sans" and "monospace" when availableJonathan Nieder
2012-03-19gitk: Skip over AUTHOR/COMMIT_DATE when searching all fieldsFrédéric Brière
2012-03-19gitk: Make "git describe" output clickable, tooJim Meyering
2012-03-19gitk: Fix the display of files when filtered by pathPat Thoyts
2012-03-19gitk: Use a tabbed dialog to edit preferencesPat Thoyts
2012-03-19gitk: Use "gitk: repo-top-level-dir" as window titleZbigniew Jędrzejewski-Szmek
2011-10-08gitk: Make vi-style keybindings more vi-likeJonathan Nieder
2011-07-24gitk: Make "touching paths" search support backslashesYggy King
2011-07-24gitk: Show modified files with separate work treeMartin von Zweigbergk
2011-07-24gitk: Simplify calculation of gitdirMartin von Zweigbergk
2011-07-24gitk: Run 'git rev-parse --git-dir' only onceMartin von Zweigbergk
2011-07-24gitk: Put temporary directory inside .gitMartin von Zweigbergk
2011-07-24gitk: Fix "External diff" with separate work treeMartin von Zweigbergk
2011-07-24gitk: Fix "blame parent commit" with separate work treeMartin von Zweigbergk
2011-07-24gitk: Fix "show origin of this line" with separate work treeMartin von Zweigbergk
2011-07-24gitk: Fix file highlight when run in subdirectoryMartin von Zweigbergk
2011-07-24gitk: Update copyrightPaul Mackerras
2011-05-29gitk: When a commit contains a note, mark it with a yellow boxRaphael Zimmerer
2011-05-29gitk: Remember time zones from author and commit timestampsAnders Kaseorg
2011-05-29gitk: Remove unused $cdate arrayAnders Kaseorg
2011-04-09gitk: Update cherry-pick error message parsingAnders Kaseorg