summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: Change output of --get-regexp for valueless keysFrank Lichtenheld2007-06-262-2/+12
* config: Complete documentation of --get-regexpFrank Lichtenheld2007-06-261-0/+2
* cleanup merge-base test scriptSam Vilain2007-06-261-12/+18
* Fix zero-object version-2 packsLinus Torvalds2007-06-261-1/+4
* Ignore submodule commits when fetching over dumb protocolsSven Verdoolaege2007-06-261-0/+3
* GIT 1.5.2.2v1.5.2.2Junio C Hamano2007-06-163-2/+63
* Documentation: adjust to AsciiDoc 8Junio C Hamano2007-06-165-4/+14
* Avoid diff cost on "git log -z"Junio C Hamano2007-06-151-1/+2
* git-branch --track: fix tracking branch computation.Junio C Hamano2007-06-152-30/+53
* $EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano2007-06-151-2/+2
* merge-recursive: refuse to merge binary filesJohannes Schindelin2007-06-152-0/+20
* Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-154-17/+11
* Add a local implementation of hstrerror for the system which do not have itAlex Riesen2007-06-153-0/+31
* Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski2007-06-151-1/+1
* Merge branch 'ar/clone' into maintJunio C Hamano2007-06-122-1/+47
|\
| * Fix clone to setup the origin if its name ends with .gitAlex Riesen2007-06-062-1/+47
* | Merge branch 'sv/objfixes' into maintJunio C Hamano2007-06-122-1/+9
|\ \
| * | Don't assume tree entries that are not dirs are blobsSam Vilain2007-06-062-1/+9
| |/
* | Unquote From line from patch before comparing with given from address.Kristian Høgsberg2007-06-121-1/+2
* | git-cherry: Document 'limit' command-line optionLuiz Fernando N. Capitulino2007-06-121-0/+3
* | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-06-127-13/+28
|\ \
| * | git-gui: Save geometry before the window layout is damagedShawn O. Pearce2007-06-116-9/+26
| * | git-gui: Give amend precedence to HEAD over MERGE_MSGShawn O. Pearce2007-06-111-1/+2
| * | git-gui: Include 'war on whitespace' fixes from git.gitShawn O. Pearce2007-06-112-3/+0
* | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-06-115-219/+825
|\ \ \ | |/ /
| * | git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce2007-06-081-7/+7
| * | git-gui: Favor the original annotations over the recent onesShawn O. Pearce2007-06-061-9/+13
| * | git-gui: Improve our labeling of blame annotation typesShawn O. Pearce2007-06-061-4/+6
| * | git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce2007-06-061-19/+61
| * | git-gui: Jump to original line in blame viewerShawn O. Pearce2007-06-061-13/+42
| * | git-gui: Display both commits in our tooltipsShawn O. Pearce2007-06-061-58/+72
| * | git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce2007-06-061-63/+113
| * | git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce2007-06-063-1/+12
| * | git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce2007-06-061-58/+58
| * | git-gui: Label the uncommitted blame history entryShawn O. Pearce2007-06-061-0/+2
| * | git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce2007-06-061-30/+39
| * | git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce2007-06-061-75/+46
| * | git-gui: Better document our blame variablesShawn O. Pearce2007-06-061-32/+34
| * | git-gui: Remove unused commit_list from blame viewerShawn O. Pearce2007-06-061-4/+1
| * | git-gui: Automatically expand the line number column as neededShawn O. Pearce2007-06-061-0/+7
| * | git-gui: Make the line number column slightly wider in blameShawn O. Pearce2007-06-061-1/+1
| * | git-gui: Use lighter colors in blame viewShawn O. Pearce2007-06-061-2/+3
| * | git-gui: Remove unnecessary space between columns in blame viewerShawn O. Pearce2007-06-061-1/+10
| * | git-gui: Remove the loaded column from the blame viewerShawn O. Pearce2007-06-061-27/+3
| * | git-gui: Clip the commit summaries in the blame history menuShawn O. Pearce2007-06-061-0/+3
| * | git-gui: Use a label instead of a button for the back buttonShawn O. Pearce2007-06-061-2/+6
| * | git-gui: Show original filename in blame tooltipShawn O. Pearce2007-06-061-0/+7
| * | git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce2007-06-061-3/+9
| * | git-gui: Allow digging through history in blame viewerShawn O. Pearce2007-06-061-30/+188
| * | git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce2007-06-061-8/+20