summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add "git-patch-id" program to generate patch ID's.Linus Torvalds2005-06-232-1/+81
* Clean up git-diff-tree 'header' generationLinus Torvalds2005-06-231-12/+6
* git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds2005-06-231-1/+4
* Make "git fetch" able to fetch a named tagLinus Torvalds2005-06-231-2/+8
* [PATCH] Fix to how --merge-order handles multiple rootsJon Seymour2005-06-221-4/+7
* [PATCH] A test case that demonstrates a problem with merges with two roots.Jon Seymour2005-06-221-0/+61
* Don't ignore reachability of tag objects in fsckLinus Torvalds2005-06-221-4/+0
* Add "git-clone-script" thingyLinus Torvalds2005-06-222-1/+9
* [PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Jon Seymour2005-06-221-12/+3
* Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds2005-06-221-1/+1
* Do a cross-project merge of Paul Mackerras' gitk visualizerLinus Torvalds2005-06-221-0/+1711
|\
| * Try to assign colors so crossing lines have different colorsPaul Mackerras2005-06-221-11/+71
| * Account for indentation of the checkin comments by git-rev-listPaul Mackerras2005-06-221-1/+6
| * Use git-rev-list --header.Paul Mackerras2005-06-221-94/+94
| * Pass arguments through git-rev-parse.Paul Mackerras2005-06-211-4/+12
| * Handle the case of a parent being listed twice in a merge.Paul Mackerras2005-06-211-58/+78
| * Draw graph lines as one continuous line where possiblePaul Mackerras2005-06-171-30/+122
| * Fix operation without libreadobj.so.0.0Paul Mackerras2005-06-161-4/+13
| * Restructure to do incremental drawingPaul Mackerras2005-06-161-318/+438
| * Show heads as well as tagsPaul Mackerras2005-06-101-11/+43
| * cope with changed git-diff-tree output formatPaul Mackerras2005-06-011-7/+4
| * Use git-rev-list instead of git-rev-tree.Paul Mackerras2005-05-311-56/+63
| * Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras2005-05-211-17/+132
| * Accommodate new git-diff-tree output formatPaul Mackerras2005-05-191-3/+28
| * Handle \ No newline at end of line lines in diffPaul Mackerras2005-05-191-20/+41
| * More fixes for geometry restorationPaul Mackerras2005-05-181-35/+66
| * Error popups on error conditions rather than stderr msgsPaul Mackerras2005-05-171-70/+139
| * save window geometry on exit, and restore it on startupPaul Mackerras2005-05-161-10/+63
| * Resize the panes in the paned windows (commit list and details)Paul Mackerras2005-05-151-2/+56
| * Fix stder -> stderrPaul Mackerras2005-05-151-3/+3
| * Bumped version numberPaul Mackerras2005-05-151-3/+3
| * Made commit list reading asynchronousPaul Mackerras2005-05-151-89/+160
| * Add a widget to show the SHA1 ID of the current commitPaul Mackerras2005-05-151-30/+197
| * Make behaviour when git-rev-tree fails nicerPaul Mackerras2005-05-121-3/+53
| * Show the diffs when a commit is selectedPaul Mackerras2005-05-111-53/+202
| * Make getting file lists asynchronousPaul Mackerras2005-05-111-34/+81
| * source ~/.gitk for user-specific option settingsPaul Mackerras2005-05-101-43/+64
| * Display the list of changed files in a listbox pane.Paul Mackerras2005-05-101-8/+66
| * Use a panedwindowPaul Mackerras2005-05-101-20/+32
| * Add initial version of gitk to the CVS repositoryPaul Mackerras2005-05-091-0/+418
* [PATCH] git-apply: tests for --stat and --summary.Junio C Hamano2005-06-2215-0/+2152
* [PATCH] git-apply: documentation.Junio C Hamano2005-06-221-0/+72
* [PATCH] git-apply: implement --summary option.Junio C Hamano2005-06-221-1/+93
* [PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano2005-06-221-2/+2
* [PATCH] local-pull: implement fetch_ref()Junio C Hamano2005-06-222-5/+33
* git-apply: create subdirectories leading up to a new fileLinus Torvalds2005-06-211-2/+47
* [PATCH] Pull refs by HTTPDaniel Barkalow2005-06-211-2/+47
* [PATCH] Pull misc objectsDaniel Barkalow2005-06-211-1/+34
* [PATCH] Parse tags for absent objectsDaniel Barkalow2005-06-213-4/+27
* Fix typo in git-checkout-script.Linus Torvalds2005-06-211-1/+1