summaryrefslogtreecommitdiffstats
path: root/parse-options.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-13preserve mtime of local cloneClemens Buchacher3-1/+23
2009-09-13don't dereference NULL upon fdopen failureJim Meyering5-8/+8
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-7/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering7-9/+14
2009-09-13wrap git's main usage string.Matthieu Moy1-1/+4
2009-09-13GIT 1.6.4.3v1.6.4.3Junio C Hamano4-3/+33
2009-09-13svn: properly escape arguments for authors-progMark Lodato2-0/+15
2009-09-12Makefile: remove remnant of separate http/https/ftp helpersJunio C Hamano2-4/+2
2009-09-12rebase: use plumbing to show dirty stateJeff King1-1/+1
2009-09-12status: make "how to stage" messages optionalJeff King4-0/+15
2009-09-12push: make non-fast-forward help message configurableJeff King7-1/+51
2009-09-12pager: set LESS=FRSX also on WindowsJohannes Sixt1-2/+4
2009-09-12start_command: do not clobber cmd->env on Windows code pathJohannes Sixt3-9/+17
2009-09-11http.c: remove verification of remote packsTay Ray Chuan1-11/+0
2009-09-11add documentation for mailinfo.scissors and '--no-scissors'Nicolas Sebrecht3-2/+10
2009-09-11mailinfo: add '--scissors' to usage messageNicolas Sebrecht1-1/+1
2009-09-11INSTALL: Describe dependency knobs from MakefileBrian Gernhardt1-14/+24
2009-09-11INSTALL: Reorder dependencies, split shell and PerlBrian Gernhardt1-5/+9
2009-09-10git-p4: Avoid modules deprecated in Python 2.6.Reilly Grant1-7/+5
2009-09-10Makefile: Add NEEDS_CRYPTO_WITH_SSLBrian Gernhardt1-1/+7
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts1-12/+1
2009-09-09INSTALL: Update description of our SHA-1 codeBrian Gernhardt1-2/+2
2009-09-08merge-recursive: give less scary messages when merge did not startJunio C Hamano1-4/+21
2009-09-08GIT 1.6.5-rc0v1.6.5-rc0Junio C Hamano1-6/+27
2009-09-08git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud1-0/+2
2009-09-08githooks.txt: put hooks into subsectionsBert Wesarg1-15/+18
2009-09-08grep: accept relative paths outside current working directoryClemens Buchacher3-27/+29
2009-09-08grep: fix exit status if external_grep() puntsClemens Buchacher1-0/+1
2009-09-06push: re-flow non-fast-forward messageJeff King1-3/+3
2009-09-06push: fix english in non-fast-forward messageJeff King1-1/+1
2009-09-06Do not scramble password read from .cvspassPascal Obry1-3/+3
2009-09-06pack-objects: free preferred base memory after usageNicolas Pitre1-0/+28
2009-09-06make shallow repository deepening more network efficientNicolas Pitre1-2/+6
2009-09-04Use a clearer style to issue commands to remote helpersDaniel Barkalow1-7/+14
2009-09-04Make the "traditionally-supported" URLs a special caseDaniel Barkalow4-22/+6
2009-09-03git-clone: add missing comma in --reference documentationMiklos Vajna1-1/+1
2009-09-03push: teach --quiet to suppress "Everything up-to-date"Jeff King1-1/+1
2009-09-03git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape1-20/+20
2009-09-03clone: disconnect transport after fetchingJeff King2-3/+7
2009-09-02status: list unmerged files much laterJohannes Sixt1-1/+1
2009-09-02stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy3-8/+39
2009-09-01builtin-apply.c: get rid of an unnecessary use of temporary arrayJunio C Hamano1-8/+6
2009-09-01builtin-pack-objects.c: avoid vlaJunio C Hamano1-1/+3
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro13-30/+28
2009-08-31fix approxidate parsing of relative months and yearsJeff King2-3/+6