summaryrefslogtreecommitdiffstats
path: root/builtin-gc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-30git-remote: document -nSam Vilain1-0/+7
2007-06-30repack: improve documentation on -a optionSam Vilain1-4/+7
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce1-2/+1
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce1-1/+5
2007-06-27config: Change output of --get-regexp for valueless keysFrank Lichtenheld2-2/+12
2007-06-27config: Complete documentation of --get-regexpFrank Lichtenheld1-0/+2
2007-06-27cleanup merge-base test scriptSam Vilain1-12/+18
2007-06-27Fix zero-object version-2 packsLinus Torvalds1-1/+4
2007-06-27Ignore submodule commits when fetching over dumb protocolsSven Verdoolaege1-0/+3
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce2-7/+8
2007-06-21git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce1-1/+5
2007-06-21git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce1-1/+7
2007-06-16GIT 1.5.2.2v1.5.2.2Junio C Hamano3-2/+63
2007-06-16Documentation: adjust to AsciiDoc 8Junio C Hamano5-4/+14
2007-06-16Avoid diff cost on "git log -z"Junio C Hamano1-1/+2
2007-06-16git-branch --track: fix tracking branch computation.Junio C Hamano2-30/+53
2007-06-16$EMAIL is a last resort fallback, as it's system-wide.Junio C Hamano1-2/+2
2007-06-16merge-recursive: refuse to merge binary filesJohannes Schindelin2-0/+20
2007-06-16Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin4-17/+11
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen3-0/+31
2007-06-16Generated spec file to be ignored is named git.spec and not git-core.specJakub Narebski1-1/+1
2007-06-12Unquote From line from patch before comparing with given from address.Kristian Høgsberg1-1/+2
2007-06-12git-cherry: Document 'limit' command-line optionLuiz Fernando N. Capitulino1-0/+3
2007-06-12git-gui: Save geometry before the window layout is damagedShawn O. Pearce6-9/+26
2007-06-12git-gui: Give amend precedence to HEAD over MERGE_MSGShawn O. Pearce1-1/+2
2007-06-12git-gui: Include 'war on whitespace' fixes from git.gitShawn O. Pearce2-3/+0
2007-06-10tutorial: use "project history" instead of "changelog" in headerJ. Bruce Fields1-2/+2
2007-06-10Documentation: user-manual todoJ. Bruce Fields1-0/+4
2007-06-10user-manual: add a missing section IDJ. Bruce Fields1-0/+1
2007-06-10Fix typo in remote branch example in git user manualGerrit Pape1-1/+1
2007-06-10user-manual: quick-start updatesJ. Bruce Fields1-5/+5
2007-06-09Make command description imperative statement, not third-person present.william pursell3-3/+3
2007-06-08checkout: do not get confused with ambiguous tag/branch namesJunio C Hamano2-1/+42
2007-06-08git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce1-7/+7
2007-06-07Fix clone to setup the origin if its name ends with .gitAlex Riesen2-1/+47
2007-06-07Don't assume tree entries that are not dirs are blobsSam Vilain2-1/+9
2007-06-07git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan1-3/+3
2007-06-07fix documentation of unpack-objects -nSam Vilain1-2/+2
2007-06-07Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt1-2/+4
2007-06-06git-gui: Favor the original annotations over the recent onesShawn O. Pearce1-9/+13
2007-06-06git-gui: Improve our labeling of blame annotation typesShawn O. Pearce1-4/+6
2007-06-06git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce1-19/+61
2007-06-06git-gui: Jump to original line in blame viewerShawn O. Pearce1-13/+42
2007-06-06git-gui: Display both commits in our tooltipsShawn O. Pearce1-58/+72
2007-06-06git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce1-63/+113
2007-06-06git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce3-1/+12
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce1-58/+58
2007-06-06git-gui: Label the uncommitted blame history entryShawn O. Pearce1-0/+2
2007-06-06git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce1-30/+39
2007-06-06git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce1-75/+46