summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-31gitignore.5: Clarify matching rulesLibravatar Jonathan Nieder1-5/+9
2010-05-31print the usage string on stdout instead of stderrLibravatar Giuseppe Scrivano3-37/+41
2010-05-31Documentation/SubmittingPatches: Fix typo in GMail sectionLibravatar Tim Henigan1-1/+1
2010-05-31git-web--browse: Add support for google chrome and chromiumLibravatar Pavan Kumar Sunkara1-2/+7
2010-05-31Make --color-words work well with --graphLibravatar Bo Yang1-17/+104
2010-05-31graph.c: register a callback for graph outputLibravatar Bo Yang1-0/+19
2010-05-31Emit a whole line in one goLibravatar Bo Yang1-5/+27
2010-05-31diff.c: Output the text graph padding before each diff lineLibravatar Bo Yang1-53/+147
2010-05-31Output the graph columns at the end of the commit messageLibravatar Bo Yang1-0/+6
2010-05-31Add a prefix output callback to diff outputLibravatar Bo Yang2-27/+40
2010-05-31git-instaweb: Configure it to work with new gitweb structureLibravatar Pavan Kumar Sunkara2-52/+27
2010-05-31git-instaweb: Put httpd logs in a "$httpd_only" subdirectoryLibravatar Pavan Kumar Sunkara1-5/+9
2010-05-31gitweb: Set default destination directory for installing gitweb in MakefileLibravatar Pavan Kumar Sunkara1-0/+1
2010-05-31gitweb: Move static files into seperate subdirectoryLibravatar Pavan Kumar Sunkara9-47/+50
2010-05-31rebase: improve error message when upstream argument is missingLibravatar Jonathan Nieder2-10/+20
2010-05-31Documentation/checkout: clarify descriptionLibravatar Jonathan Nieder1-11/+17
2010-05-31git-am: suggest what to do with superfluous patchesLibravatar Jan Krüger1-0/+2
2010-05-31Makefile: remove redundant munging of @@INSTLIBDIR@@Libravatar Ævar Arnfjörð Bjarmason1-2/+1
2010-05-31diff.c: Ensure "index $from..$to" line contains unambiguous SHA1sLibravatar Johan Herland2-3/+38
2010-05-31Makefile: SunOS 5.6 portability fixLibravatar Gary V. Vaughan1-0/+12
2010-05-31inline declaration does not work on AIXLibravatar Gary V. Vaughan1-0/+3
2010-05-31Allow disabling "inline"Libravatar Gary V. Vaughan3-0/+14
2010-05-31Some platforms lack socklen_t typeLibravatar Gary V. Vaughan4-0/+54
2010-05-31Make NO_{INET_NTOP,INET_PTON} configured independentlyLibravatar Gary V. Vaughan2-7/+32
2010-05-31Makefile: some platforms do not have hstrerror anywhereLibravatar Gary V. Vaughan2-3/+15
2010-05-31git-compat-util.h: some platforms with mmap() lack MAP_FAILED definitionLibravatar Gary V. Vaughan1-1/+4
2010-05-31test_cmp: do not use "diff -u" on platforms that lack oneLibravatar Gary V. Vaughan2-0/+6
2010-05-31fixup: do not unconditionally disable "diff -u"Libravatar Junio C Hamano3-5/+14
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultLibravatar Gary V. Vaughan19-55/+59
2010-05-31Do not use "diff" found on PATH while building and installingLibravatar Gary V. Vaughan5-3/+7
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan26-45/+45
2010-05-31Makefile: -lpthread may still be necessary when libc has only pthread stubsLibravatar Gary V. Vaughan3-2/+20
2010-05-31Rewrite dynamic structure initializations to runtime assignmentLibravatar Gary V. Vaughan14-46/+68
2010-05-31Makefile: pass CPPFLAGS through to fllow customizationLibravatar Gary V. Vaughan2-1/+2
2010-05-28Documentation/config: describe status.submodulesummaryLibravatar Michael J Gruber1-0/+7
2010-05-28Merge branch 'maint'Libravatar Junio C Hamano4-6/+21
2010-05-28Merge branch 'maint-1.7.0' into maintLibravatar Junio C Hamano1-2/+3
2010-05-28Makefile: reenable install with NO_CURLLibravatar Michael J Gruber1-2/+3
2010-05-28t7502-commit: add summary output tests for empty and merge commitsLibravatar Tay Ray Chuan1-2/+27
2010-05-28t7502-commit: add tests for summary outputLibravatar Tay Ray Chuan1-0/+43
2010-05-28fsck: fix bogus commit header checkLibravatar Jonathan Nieder2-2/+8
2010-05-28completion: --set-upstream option for git-branchLibravatar Michael J Gruber1-0/+1
2010-05-28get_cwd_relative(): do not misinterpret suffix as subdirectoryLibravatar Clemens Buchacher2-4/+17
2010-05-27diff: Support visibility modifiers in the PHP hunk header regexpLibravatar Björn Steinbrink1-1/+3
2010-05-25Merge branch 'maint'Libravatar Junio C Hamano4-25/+26
2010-05-25Documentation/SubmittingPatches: clarify GMail section and SMTPLibravatar Michael J Gruber1-19/+21
2010-05-25pull: do nothing on --dry-runLibravatar Jeff King1-1/+6
2010-05-25show-branch: use DEFAULT_ABBREV instead of 7Libravatar Tay Ray Chuan1-1/+2
2010-05-25t7502-commit: fix spellingLibravatar Tay Ray Chuan1-1/+1
2010-05-25test get_git_work_tree() return value for NULLLibravatar Clemens Buchacher1-4/+2