summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-13wrap git's main usage string.Libravatar Matthieu Moy1-1/+4
2009-09-13Merge branch 'maint'Libravatar Junio C Hamano8-39/+76
2009-09-13GIT 1.6.4.3Libravatar Junio C Hamano4-3/+33
2009-09-13svn: properly escape arguments for authors-progLibravatar Mark Lodato2-0/+15
2009-09-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintLibravatar Junio C Hamano3-27/+30
2009-09-11Makefile: remove remnant of separate http/https/ftp helpersLibravatar Junio C Hamano2-4/+2
2009-09-11rebase: use plumbing to show dirty stateLibravatar Jeff King1-1/+1
2009-09-11status: make "how to stage" messages optionalLibravatar Jeff King4-0/+15
2009-09-11push: make non-fast-forward help message configurableLibravatar Jeff King7-1/+51
2009-09-11pager: set LESS=FRSX also on WindowsLibravatar Johannes Sixt1-2/+4
2009-09-11start_command: do not clobber cmd->env on Windows code pathLibravatar Johannes Sixt3-9/+17
2009-09-11http.c: remove verification of remote packsLibravatar Tay Ray Chuan1-11/+0
2009-09-11add documentation for mailinfo.scissors and '--no-scissors'Libravatar Nicolas Sebrecht3-2/+10
2009-09-11mailinfo: add '--scissors' to usage messageLibravatar Nicolas Sebrecht1-1/+1
2009-09-10INSTALL: Describe dependency knobs from MakefileLibravatar Brian Gernhardt1-14/+24
2009-09-10INSTALL: Reorder dependencies, split shell and PerlLibravatar Brian Gernhardt1-5/+9
2009-09-10git-p4: Avoid modules deprecated in Python 2.6.Libravatar Reilly Grant1-7/+5
2009-09-10Makefile: Add NEEDS_CRYPTO_WITH_SSLLibravatar Brian Gernhardt1-1/+7
2009-09-10gitk: Show diff of commits at end of compare-commits outputLibravatar Paul Mackerras1-23/+58
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileLibravatar Martin Nordholts1-12/+1
2009-09-08INSTALL: Update description of our SHA-1 codeLibravatar Brian Gernhardt1-2/+2
2009-09-08merge-recursive: give less scary messages when merge did not startLibravatar Junio C Hamano1-4/+21
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyLibravatar Josh Triplett5-10/+106
2009-09-07GIT 1.6.5-rc0Libravatar Junio C Hamano1-6/+27
2009-09-07Merge branch 'maint'Libravatar Junio C Hamano2-15/+20
2009-09-07git-pull: do not mention --quiet and --verbose twiceLibravatar Emmanuel Trillaud1-0/+2
2009-09-07githooks.txt: put hooks into subsectionsLibravatar Bert Wesarg1-15/+18
2009-09-07Merge branch 'jc/mailinfo-scissors'Libravatar Junio C Hamano12-27/+395
2009-09-07Merge branch 'jk/clone-b'Libravatar Junio C Hamano3-28/+122
2009-09-07Merge branch 'jc/upload-pack-hook'Libravatar Junio C Hamano4-2/+172
2009-09-07Merge branch 'tr/reset-checkout-patch'Libravatar Junio C Hamano14-73/+674
2009-09-07Merge branch 'np/maint-1.6.3-deepen'Libravatar Junio C Hamano2-2/+34
2009-09-07grep: accept relative paths outside current working directoryLibravatar Clemens Buchacher3-27/+29
2009-09-07grep: fix exit status if external_grep() puntsLibravatar Clemens Buchacher1-0/+1
2009-09-07gitweb: Add 'show-sizes' feature to show blob sizes in tree viewLibravatar Jakub Narebski2-15/+60
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setLibravatar Josh Triplett1-25/+28
2009-09-06Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2009-09-06push: re-flow non-fast-forward messageLibravatar Jeff King1-3/+3
2009-09-06push: fix english in non-fast-forward messageLibravatar Jeff King1-1/+1
2009-09-05core.whitespace: split trailing-space into blank-at-{eol,eof}Libravatar Junio C Hamano3-12/+21
2009-09-05Do not scramble password read from .cvspassLibravatar Pascal Obry1-3/+3
2009-09-05pack-objects: free preferred base memory after usageLibravatar Nicolas Pitre1-0/+28
2009-09-05make shallow repository deepening more network efficientLibravatar Nicolas Pitre1-2/+6
2009-09-04diff --color: color blank-at-eofLibravatar Junio C Hamano2-10/+36
2009-09-04diff --whitespace=warn/error: fix blank-at-eof checkLibravatar Junio C Hamano2-16/+55
2009-09-04diff --whitespace=warn/error: obey blank-at-eofLibravatar Junio C Hamano3-6/+10
2009-09-04diff.c: the builtin_diff() deals with only two-file comparisonLibravatar Junio C Hamano1-23/+9
2009-09-04apply --whitespace: warn blank but not necessarily empty lines at EOFLibravatar Junio C Hamano2-2/+17
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFLibravatar Junio C Hamano5-10/+54
2009-09-04apply.c: split check_whitespace() into twoLibravatar Junio C Hamano1-9/+15