57 Commits (32173e69881a35e4e7a53be3ba80091ae9fa8f35)

Author SHA1 Message Date
Linus Torvalds b1ba39e7e8 [PATCH] "Child" information in commit window - and cleanups 20 years ago
Paul Mackerras fa4da7b32e Better graph line details display and expand history coverage. 20 years ago
Linus Torvalds 8b19280930 [PATCH] gitk "parent information" in commit window 20 years ago
Junio C Hamano 200e7fbbac (revert local fix) 20 years ago
Paul Mackerras d6e8149bc5 Use lf translation rather than binary when reading commit data. 20 years ago
Paul Mackerras 94a2eede68 Change cursor to a hand cursor when over a SHA1 ID link. 20 years ago
Junio C Hamano f5b7495609 gitk proposed fix: handle more than one SHA1 links. 20 years ago
Paul Mackerras d698206c12 Add forward and back buttons and make SHA1 IDs clickable links. 20 years ago
Paul Mackerras 8d858d1a3a Compress the graph horizontally if it gets too wide. 20 years ago
Paul Mackerras 1115fb38df Fix some bugs causing application error popups. 20 years ago
Paul Mackerras c8a4acbf4a Improve the merge display when the result differs from all parents. 20 years ago
Junio C Hamano 73b6a6cbda [PATCH] gitk: Use GIT_DIR where appropriate. 20 years ago
Paul Mackerras 4ef1753763 Import the --topo-order change and fix the writing of ~/.gitk. 20 years ago
Paul Mackerras 9d2a52eca1 Display the diffs for a merge in a unified fashion. 20 years ago
Paul Mackerras 7eab29339b Handle the rename cases reported by git-diff-tree -C correctly. 20 years ago
Paul Mackerras 3c461ffe88 Calculate the list of interesting files for a merge. 20 years ago
Paul Mackerras f06548617d Make the diff display less gaudy. 20 years ago
Paul Mackerras f3b8b3ce3e Allow short SHA1 IDs in the SHA1 entry field. 20 years ago
Paul Mackerras 4f2c2642ca Fix display of mode changes in details pane. 20 years ago
Paul Mackerras e2ed4324b0 First cut at displaying the diffs for a merge. 20 years ago
Paul Mackerras 14c9dbd69b Make searching in files changed faster, and fix some bugs. 20 years ago
Paul Mackerras b74fd57966 Add "Files" and "Pickaxe" to the find menu. 20 years ago
Linus Torvalds 889adfe314 Make gitk use --topo-order instead of --merge-order 20 years ago
Paul Mackerras 4a2139f52f Add a menu item for writing out a commit to a file. 20 years ago
Paul Mackerras bdbfbe3dc9 Add a menu item for creating tags. 20 years ago
Paul Mackerras 7e952e797c Fix a bug where we would corrupt the stuff read from git-rev-list. 20 years ago
Paul Mackerras 74daedb62c Add a menu entry for generating a patch between any two commits. 20 years ago
Paul Mackerras 8a0a74ad77 Fix behaviour in the case where we have no commits to display. 20 years ago
Paul Mackerras e2ede2b9f5 Check for the existence of the git directory on startup. 20 years ago
Paul Mackerras ee3dc72e30 Clear the SHA1 entry field when we go to paste something into it 20 years ago
Paul Mackerras c8dfbcf995 Add commit row context menu and handle left-click on graph lines 20 years ago
Paul Mackerras 6c20ff3423 Try to assign colors so crossing lines have different colors 20 years ago
Paul Mackerras 806ce09718 Account for indentation of the checkin comments by git-rev-list 20 years ago
Paul Mackerras b490a99176 Use git-rev-list --header. 20 years ago
Paul Mackerras 2efef4b9b5 Pass arguments through git-rev-parse. 20 years ago
Paul Mackerras a823a91131 Handle the case of a parent being listed twice in a merge. 20 years ago
Paul Mackerras 84ba734580 Draw graph lines as one continuous line where possible 20 years ago
Paul Mackerras ea13cba175 Fix operation without libreadobj.so.0.0 20 years ago
Paul Mackerras 9ccbdfbfbc Restructure to do incremental drawing 20 years ago
Paul Mackerras c2f6a02251 Show heads as well as tags 20 years ago
Paul Mackerras d4e95cb6cf cope with changed git-diff-tree output format 20 years ago
Paul Mackerras cfb4563c83 Use git-rev-list instead of git-rev-tree. 20 years ago
Paul Mackerras 887fe3c474 Read tags from .git/refs/tags/* and mark commits with tags 20 years ago
Paul Mackerras 39ad85705c Accommodate new git-diff-tree output format 20 years ago
Paul Mackerras 5842215ee9 Handle \ No newline at end of line lines in diff 20 years ago
Paul Mackerras 173860663e More fixes for geometry restoration 20 years ago
Paul Mackerras df3d83b143 Error popups on error conditions rather than stderr msgs 20 years ago
Paul Mackerras 0fba86b3a9 save window geometry on exit, and restore it on startup 20 years ago
Paul Mackerras 43bddeb43d Resize the panes in the paned windows (commit list and details) 20 years ago
Paul Mackerras e47120cb93 Fix stder -> stderr 20 years ago