aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano2005-06-25
* [PATCH] git-cherry: find commits not merged upstream.Junio C Hamano2005-06-25
* [PATCH] git-commit-script: get commit message from an existing one.Junio C Hamano2005-06-25
* [PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano2005-06-25
* git-unpack-objects: start parsing the actual packed dataLinus Torvalds2005-06-25
* git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds2005-06-25
* First cut at git-unpack-objectsLinus Torvalds2005-06-25
* git-pack-objects: fix typoLinus Torvalds2005-06-25
* git-pack-objects: create a packed object representation.Linus Torvalds2005-06-25
* [PATCH] git-write-tree doesn't check alternate directoriesJan Harkes2005-06-25
* git-rev-list: add option to list all objects (not just commits)Linus Torvalds2005-06-24
* git-rev-parse: re-organize and be more carefulLinus Torvalds2005-06-24
* Add "git-patch-id" program to generate patch ID's.Linus Torvalds2005-06-23
* Clean up git-diff-tree 'header' generationLinus Torvalds2005-06-23
* git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds2005-06-23
* Make "git fetch" able to fetch a named tagLinus Torvalds2005-06-23
* [PATCH] Fix to how --merge-order handles multiple rootsJon Seymour2005-06-22
* [PATCH] A test case that demonstrates a problem with merges with two roots.Jon Seymour2005-06-22
* Don't ignore reachability of tag objects in fsckLinus Torvalds2005-06-22
* Add "git-clone-script" thingyLinus Torvalds2005-06-22
* [PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Jon Seymour2005-06-22
* Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds2005-06-22
* Do a cross-project merge of Paul Mackerras' gitk visualizerLinus Torvalds2005-06-22
|\
| * Try to assign colors so crossing lines have different colorsPaul Mackerras2005-06-22
| * Account for indentation of the checkin comments by git-rev-listPaul Mackerras2005-06-22
| * Use git-rev-list --header.Paul Mackerras2005-06-22
| * Pass arguments through git-rev-parse.Paul Mackerras2005-06-21
| * Handle the case of a parent being listed twice in a merge.Paul Mackerras2005-06-21
| * Draw graph lines as one continuous line where possiblePaul Mackerras2005-06-17
| * Fix operation without libreadobj.so.0.0Paul Mackerras2005-06-16
| * Restructure to do incremental drawingPaul Mackerras2005-06-16
| * Show heads as well as tagsPaul Mackerras2005-06-10
| * cope with changed git-diff-tree output formatPaul Mackerras2005-06-01
| * Use git-rev-list instead of git-rev-tree.Paul Mackerras2005-05-31
| * Read tags from .git/refs/tags/* and mark commits with tagsPaul Mackerras2005-05-21
| * Accommodate new git-diff-tree output formatPaul Mackerras2005-05-19
| * Handle \ No newline at end of line lines in diffPaul Mackerras2005-05-19
| * More fixes for geometry restorationPaul Mackerras2005-05-18
| * Error popups on error conditions rather than stderr msgsPaul Mackerras2005-05-17
| * save window geometry on exit, and restore it on startupPaul Mackerras2005-05-16
| * Resize the panes in the paned windows (commit list and details)Paul Mackerras2005-05-15
| * Fix stder -> stderrPaul Mackerras2005-05-15
| * Bumped version numberPaul Mackerras2005-05-15
| * Made commit list reading asynchronousPaul Mackerras2005-05-15
| * Add a widget to show the SHA1 ID of the current commitPaul Mackerras2005-05-15
| * Make behaviour when git-rev-tree fails nicerPaul Mackerras2005-05-12
| * Show the diffs when a commit is selectedPaul Mackerras2005-05-11
| * Make getting file lists asynchronousPaul Mackerras2005-05-11
| * source ~/.gitk for user-specific option settingsPaul Mackerras2005-05-10
| * Display the list of changed files in a listbox pane.Paul Mackerras2005-05-10