summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-07completion: add dirstat and friends to diff optionsv1.6.5-rc3Stephen Boyd1-0/+2
2009-10-07completion: update am, commit, and logStephen Boyd1-2/+7
2009-10-07Makefile: enable THREADED_DELTA_SEARCH on SunOSBrandon Casey1-0/+1
2009-10-07Merge branch 'maint'Junio C Hamano1-3/+6
2009-10-07fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano1-3/+6
2009-10-07README: git lives at http://git-scm.com these daysStefan Naewe1-1/+1
2009-10-05git-pull: dead code removalJunio C Hamano1-8/+1
2009-10-04Merge branch 'maint'Junio C Hamano2-3/+19
2009-10-04Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2-3/+19
2009-10-04show-branch: fix segfault when showbranch.default existsJunio C Hamano2-3/+19
2009-10-03Fix '--relative-date'Johan Sageryd2-1/+2
2009-10-02tests: make all test files executableMark Rada2-0/+0
2009-10-02filter-branch: add --prune-empty to option summaryAdam Brewster1-0/+1
2009-10-02Fix some printf format warningsRamsay Jones1-2/+2
2009-09-29builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano1-2/+4
2009-09-29Make just opening the generated MSVC solution file not modify itSebastian Schuberth1-31/+11
2009-09-29Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth1-1/+4
2009-09-29generators/vcproj.pm: remove UNICODE from buildMichael Wookey1-4/+4
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering1-1/+1
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey1-1/+1
2009-09-29Correct minor typo in post-receive hook templateFrederik Schwarzer1-1/+1
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna3-7/+24
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab3-0/+28
2009-09-26make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre1-10/+17
2009-09-25send-email: fix obscure error when encryption=tls and smtp cannot connectYakov Lerner1-1/+1
2009-09-25bash: teach 'git checkout' optionsSZEDER Gábor1-1/+15
2009-09-25perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey1-0/+8
2009-09-22pull: Clarify "helpful" message for another corner casev1.6.5-rc2Junio C Hamano1-1/+6
2009-09-22Update "describe" documentation to match realityThiago Farina1-1/+1
2009-09-22bash: teach 'git reset --patch'SZEDER Gábor1-1/+1
2009-09-22bash: update 'git stash' completionSZEDER Gábor1-4/+16
2009-09-22bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor1-7/+7
2009-09-22pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano1-4/+4
2009-09-22pre-commit.sample: add comment re tr portability; fix grammarJim Meyering1-4/+7
2009-09-21Update Release Notes to 1.6.5Junio C Hamano1-4/+14
2009-09-21test-genrandom: ensure stdout is set to _O_BINARY on WindowsJohannes Sixt1-2/+1
2009-09-20Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2-259/+618
2009-09-21gitk: Work around leftover temporary save filePat Thoyts1-0/+1
2009-09-20Merge branch 'maint'Junio C Hamano1-1/+2
2009-09-20push: Correctly initialize nonfastforward in transport_push.Matthieu Moy1-1/+2
2009-09-18Tag GIT_VERSION when Git is built with MSVCMarius Storm-Olsen1-0/+1
2009-09-18Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen8-1/+1503
2009-09-18Add README for MSVC buildMarius Storm-Olsen1-0/+39
2009-09-18Add MSVC to MakefileMarius Storm-Olsen3-1/+128
2009-09-18Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen1-0/+2
2009-09-18Make usage of windows.h lean and meanMarius Storm-Olsen7-12/+13
2009-09-18Add platform files for porting to MSVCFrank Li3-0/+93
2009-09-18Add MinGW header files to build git with MSVCFrank Li5-0/+256
2009-09-18Add empty header files for MSVC portMarius Storm-Olsen14-0/+14
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li6-13/+15
2009-09-18Fix __stdcall placement and function prototypeFrank Li2-3/+3
2009-09-18Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2-2/+5
2009-09-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li1-5/+2
2009-09-18Add include guards to compat/win32.hMarius Storm-Olsen1-0/+5
2009-09-18Avoid declaration after statementFrank Li3-5/+14
2009-09-18pack-objects: remove SP at the end of usage stringThiago Farina1-9/+9
2009-09-18Update the usage bundle string.Thiago Farina1-3/+7
2009-09-17cvs: initialize empty passwordClemens Buchacher1-0/+1
2009-09-16Merge 1.6.4.4 inJunio C Hamano2-1/+28
2009-09-16GIT 1.6.4.4v1.6.4.4Junio C Hamano4-3/+30
2009-09-16Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano2-7/+44
2009-09-16Merge branch 'tf/diff-whitespace-incomplete-line' into maintJunio C Hamano1-33/+53
2009-09-16Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2-9/+43
2009-09-16Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano3-5/+18
2009-09-14Merge branch 'maint'Junio C Hamano1-1/+1
2009-09-14Merge branch 'rc/maint-http-no-head-pack-check' into maintJunio C Hamano1-1/+1
2009-09-14http.c: avoid freeing an uninitialized pointerJunio C Hamano1-1/+1
2009-09-14web--browse: fix Mac OS X GUI detection for 10.6Heiko Voigt1-1/+2
2009-09-14remove logical typo in documentation of sample update hookHeiko Voigt1-1/+1
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre6-5/+6
2009-09-13git-archive: infer output format from filename when unspecifiedDmitry Potapov2-3/+41
2009-09-13completion: Replace config --list with --get-regexpTodd Zullinger1-21/+9
2009-09-13git-archive: add '-o' as a alias for '--output'Dmitry Potapov3-3/+4
2009-09-13test local clone by copyingClemens Buchacher1-21/+33
2009-09-13git-clone doc: typofixJohannes Gilger1-1/+1
2009-09-13git-push: Accept -n as a synonym for --dry-run.Nelson Elhage2-3/+4
2009-09-13git-commit doc: remove duplicated --dry-run descriptionJunio C Hamano1-7/+1
2009-09-13GIT 1.6.5-rc1v1.6.5-rc1Junio C Hamano1-0/+31
2009-09-13Improve --patch option documentation in git-addJari Aalto1-3/+8
2009-09-13Merge branch 'pk/fast-import-tars'Junio C Hamano1-4/+46
2009-09-13Merge branch 'pk/fast-import-dirs'Junio C Hamano1-0/+416
2009-09-13Merge branch 'jt/pushinsteadof'Junio C Hamano5-32/+131
2009-09-13Merge branch 'jk/unwanted-advices'Junio C Hamano8-1/+66
2009-09-13Merge branch 'jc/merge-saner-messages'Junio C Hamano1-4/+21
2009-09-13quiltimport documentation: --dry-run and -n are synonymsJunio C Hamano1-1/+1
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-13Merge branch 'db/vcs-helper'Junio C Hamano9-144/+406
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-13Merge branch 'maint'Junio C Hamano8-39/+76
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-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano3-27/+30
2009-09-11Makefile: remove remnant of separate http/https/ftp helpersJunio C Hamano2-4/+2
2009-09-11rebase: use plumbing to show dirty stateJeff King1-1/+1
2009-09-11status: make "how to stage" messages optionalJeff King4-0/+15
2009-09-11push: make non-fast-forward help message configurableJeff King7-1/+51
2009-09-11pager: set LESS=FRSX also on WindowsJohannes Sixt1-2/+4
2009-09-11start_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-10INSTALL: Describe dependency knobs from MakefileBrian Gernhardt1-14/+24
2009-09-10INSTALL: 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-10gitk: Show diff of commits at end of compare-commits outputPaul Mackerras1-23/+58
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts1-12/+1
2009-09-08INSTALL: 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-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett5-10/+106
2009-09-07GIT 1.6.5-rc0v1.6.5-rc0Junio C Hamano1-6/+27
2009-09-07Merge branch 'maint'Junio C Hamano2-15/+20
2009-09-07git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud1-0/+2
2009-09-07githooks.txt: put hooks into subsectionsBert Wesarg1-15/+18
2009-09-07Merge branch 'jc/mailinfo-scissors'Junio C Hamano12-27/+395
2009-09-07Merge branch 'jk/clone-b'Junio C Hamano3-28/+122
2009-09-07Merge branch 'jc/upload-pack-hook'Junio C Hamano4-2/+172
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano14-73/+674
2009-09-07Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2-2/+34
2009-09-07grep: accept relative paths outside current working directoryClemens Buchacher3-27/+29
2009-09-07grep: fix exit status if external_grep() puntsClemens Buchacher1-0/+1
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett1-25/+28
2009-09-06Merge branch 'maint'Junio C Hamano1-3/+3
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-05Do not scramble password read from .cvspassPascal Obry1-3/+3
2009-09-05pack-objects: free preferred base memory after usageNicolas Pitre1-0/+28
2009-09-05make shallow repository deepening more network efficientNicolas Pitre1-2/+6
2009-09-03Use a clearer style to issue commands to remote helpersDaniel Barkalow1-7/+14
2009-09-03Make the "traditionally-supported" URLs a special caseDaniel Barkalow4-22/+6
2009-09-03Add script for importing bits-and-pieces to Git.Peter Krefting1-0/+416
2009-09-03import-tars: Allow per-tar author and commit message.Peter Krefting1-4/+46
2009-09-03Merge branch 'maint'Junio C Hamano1-1/+1
2009-09-03Merge branch 'maint-1.6.3' into maintJunio C Hamano4-24/+28
2009-09-03Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano3-4/+8
2009-09-03git-clone: add missing comma in --reference documentationMiklos Vajna1-1/+1
2009-09-02Merge branch 'maint'Junio C Hamano3-23/+27
2009-09-02Merge branch 'maint-1.6.3' into maintJunio C Hamano3-23/+27
2009-09-02push: teach --quiet to suppress "Everything up-to-date"Jeff King1-1/+1
2009-09-02Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2-3/+7
2009-09-02git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape1-20/+20
2009-09-02clone: disconnect transport after fetchingJeff King2-3/+7
2009-09-01status: list unmerged files much laterJohannes Sixt1-1/+1
2009-09-01stash: 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-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro13-30/+28
2009-08-31Merge branch 'lt/approxidate'Junio C Hamano4-107/+316
2009-08-31Merge branch 'mr/gitweb-snapshot'Junio C Hamano4-68/+154
2009-08-31Merge branch 'tf/diff-whitespace-incomplete-line'Junio C Hamano1-33/+53
2009-08-30fix approxidate parsing of relative months and yearsJeff King2-3/+6
2009-08-30tests: add date printing and parsing testsJeff King1-0/+75
2009-08-30refactor test-date interfaceJeff King1-8/+55
2009-08-30Add date formatting and parsing functions relative to a given timeAlex Riesen2-63/+92
2009-08-29Sync with 1.6.4.2Junio C Hamano3-3/+34
2009-08-29GIT 1.6.4.2v1.6.4.2Junio C Hamano4-3/+36
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe10-5/+11
2009-08-29update-server-info: make builtin, use parseoptRené Scharfe5-29/+28
2009-08-29Remove unused t/t8005/iso8859-5.txtNanako Shiraishi1-2/+0
2009-08-28upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano3-2/+30
2009-08-28upload-pack: add a trigger for post-upload-pack hookJunio C Hamano4-2/+144
2009-08-28Draft release notes to 1.6.5 before -rc0Junio C Hamano1-1/+59
2009-08-28Merge branch 'mm/reset-report'Junio C Hamano5-15/+31
2009-08-28Merge branch 'jk/maint-1.6.3-checkout-unborn'Junio C Hamano2-9/+43
2009-08-28Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2-1/+62
2009-08-28Merge branch 'jc/shortstatus'Junio C Hamano6-230/+550
2009-08-28Merge branch 'maint'Junio C Hamano1-1/+6
2009-08-28Merge branch 'rc/maint-http-fix' into maintJunio C Hamano1-1/+3
2009-08-28http.c: set slot callback members to NULL when releasing objectTay Ray Chuan1-1/+6
2009-08-28t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey1-0/+15
2009-08-27Merge branch 'maint'Junio C Hamano4-4/+4
2009-08-27Merge branch 'maint-1.6.3' into maintJunio C Hamano4-4/+4
2009-08-27Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano4-4/+4
2009-08-27Fix overridable written with an extra 'e'Nanako Shiraishi2-2/+2
2009-08-27Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano1-1/+1
2009-08-27Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-1/+1
2009-08-27Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker1-1/+1
2009-08-27Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2-2/+43
2009-08-27Round-down years in "years+months" relative date viewDavid Reiss1-1/+1
2009-08-27gitweb: add t9501 tests for checking HTTP status codesMark Rada1-0/+78
2009-08-27gitweb: split test suite into library and testsMark Rada2-66/+74
2009-08-27Merge branch 'lt/block-sha1'Junio C Hamano11-531/+54
2009-08-27Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano5-5/+325
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano5-14/+346
2009-08-27Merge branch 'jc/maint-unpack-objects-strict'Junio C Hamano2-7/+44
2009-08-27Merge branch 'wl/insta-mongoose'Junio C Hamano2-6/+53
2009-08-27Merge branch 'nd/sparse' (early part)Junio C Hamano2-2/+35
2009-08-27Make test case number uniqueJohannes Sixt1-0/+0
2009-08-27commit.c: rename variable named 'n' which masks previous declarationBrandon Casey1-5/+5
2009-08-27abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey1-3/+3
2009-08-27Makefile: remove pointless conditional assignment in SunOS sectionBrandon Casey1-3/+0
2009-08-26mailinfo.scissors: new configurationJunio C Hamano1-1/+13
2009-08-26am/mailinfo: Disable scissors processing by defaultJunio C Hamano10-29/+149
2009-08-26Documentation: describe the scissors mark support of "git am"Nanako Shiraishi1-4/+12
2009-08-26Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano6-2/+233
2009-08-26builtin-mailinfo.c: fix confusing internal API to mailinfo()Junio C Hamano1-5/+2
2009-08-26clone: add --branch option to select a different HEADJeff King3-28/+122