summaryrefslogtreecommitdiffstats
path: root/quote.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-13refactor dir_add_nameJeff King2-11/+25
2007-06-13git-remote show: Also shorten non-fast-forward refs in the 'push' listingJohannes Sixt1-0/+1
2007-06-13gitweb: change filename/directory name of snapshotsMatthias Lederhofer1-1/+3
2007-06-13Don't dereference a strdup-returned NULLJim Meyering1-1/+1
2007-06-12Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin2-3/+6
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt3-3/+3
2007-06-12Avoid double-slash in path names that depend on $(sharedir).Johannes Sixt1-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-11gitweb: '--cc' for merges in 'commitdiff' viewJakub Narebski1-12/+99
2007-06-11gitweb: Add links to blobdiffs in from-file/to-file header for mergesJakub Narebski1-3/+14
2007-06-11gitweb: Create special from-file/to-file header for combined diffJakub Narebski1-11/+27
2007-06-11gitweb: Split git_patchset_body into separate subroutinesJakub Narebski1-111/+202
2007-06-11gitweb: Improve "next" link in commitdiff viewJakub Narebski1-1/+8
2007-06-11gitweb: Provide links to commitdiff to each parent in 'commitdiff' viewJakub Narebski2-0/+26
2007-06-11mktag: minimally update the description.Junio C Hamano1-7/+7
2007-06-11Makefile: add an explicit rule for building assembly outputLinus Torvalds2-1/+3
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-10git-mergetool: Make default selection of merge-tool more intelligentTheodore Ts'o1-17/+29
2007-06-10[PATCH] git-mergetool: Allow gvimdiff to be used as a mergetoolDan McGee3-4/+12
2007-06-10git-blame -w: ignore whitespaceJunio C Hamano2-3/+12
2007-06-10git-blame: do not indent with spaces.Junio C Hamano1-4/+4
2007-06-09Remove unnecessary code and comments on non-existing 8kB tag object restrictionJohan Herland1-7/+0
2007-06-09Make command description imperative statement, not third-person present.william pursell3-3/+3
2007-06-09t5000: silence unzip availability checkRené Scharfe1-1/+1
2007-06-09cmd_log_init: remove parsing of --encoding command line parameterJeff King1-7/+1
2007-06-08Even more missing staticJunio C Hamano9-32/+6
2007-06-08More missing staticJunio C Hamano3-6/+4
2007-06-08More missing staticJunio C Hamano2-11/+8
2007-06-08Missing statics.Pierre Habouzit5-7/+7
2007-06-08Active_nr is unsigned, hence can't be < 0Pierre Habouzit1-2/+0
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld2-0/+45
2007-06-08gitview: Define __slots__ for CommitMichael Ellerman1-0/+3
2007-06-08gitview: Use new-style classesMichael Ellerman1-4/+4
2007-06-08checkout: do not get confused with ambiguous tag/branch namesJunio C Hamano2-1/+42