aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
| * Use a panedwindowPaul Mackerras2005-05-10
| * Add initial version of gitk to the CVS repositoryPaul Mackerras2005-05-09
* [PATCH] git-apply: tests for --stat and --summary.Junio C Hamano2005-06-22
* [PATCH] git-apply: documentation.Junio C Hamano2005-06-22
* [PATCH] git-apply: implement --summary option.Junio C Hamano2005-06-22
* [PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano2005-06-22
* [PATCH] local-pull: implement fetch_ref()Junio C Hamano2005-06-22
* git-apply: create subdirectories leading up to a new fileLinus Torvalds2005-06-21
* [PATCH] Pull refs by HTTPDaniel Barkalow2005-06-21
* [PATCH] Pull misc objectsDaniel Barkalow2005-06-21
* [PATCH] Parse tags for absent objectsDaniel Barkalow2005-06-21
* Fix typo in git-checkout-script.Linus Torvalds2005-06-21
* Remove MERGE_HEAD in "git checkout/reset"Linus Torvalds2005-06-21
* Clean up different special *HEAD handlingLinus Torvalds2005-06-21
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-21
* git checkout: fix default head caseLinus Torvalds2005-06-21
* Make "git checkout" know about different branchesLinus Torvalds2005-06-21
* "git checkout": add "-u" flag to update HEAD conditionallyLinus Torvalds2005-06-21
* Add "git checkout" that does what the name suggestsLinus Torvalds2005-06-21
* [PATCH] fix scalability problems with git-deltafy-scriptNicolas Pitre2005-06-21
* [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege2005-06-21
* Let "git commit" take arguments for files to commit.Linus Torvalds2005-06-20
* Add "-q" flag to git-update-cacheLinus Torvalds2005-06-20
* Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds2005-06-20
* Make rev-parse understand "extended sha1" syntaxLinus Torvalds2005-06-20
* Keep the parents in order when parsing commitsLinus Torvalds2005-06-20