summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* transport-helper: update ref status after push with exportSverre Rabbelier2011-07-194-2/+67
* transport-helper: use the new done feature where possibleSverre Rabbelier2011-07-192-7/+4
* transport-helper: check status code of finish_commandSverre Rabbelier2011-07-191-8/+15
* transport-helper: factor out push_update_refs_statusSverre Rabbelier2011-07-191-69/+84
* fast-export: support done featureSverre Rabbelier2011-07-192-0/+13
* fast-import: introduce 'done' commandSverre Rabbelier2011-07-193-0/+75
* git-remote-testgit: fix error handlingSverre Rabbelier2011-07-195-22/+62
* git-remote-testgit: only push for non-local repositoriesSverre Rabbelier2011-07-191-1/+3
* remote-curl: accept empty line as terminatorSverre Rabbelier2011-07-191-1/+9
* remote-helpers: export GIT_DIR variable to helpersDmitry Ivankov2011-07-193-18/+14
* git_remote_helpers: push all refs during a non-local exportJeff King2011-07-192-2/+2
* transport-helper: don't feed bogus refs to export pushJeff King2011-07-192-2/+3
* git-remote-testgit: import non-HEAD refsJeff King2011-07-193-4/+9
* t5800: document some non-functional parts of remote helpersJeff King2011-07-191-0/+47
* t5800: use skip_all instead of prereqSverre Rabbelier2011-07-191-15/+19
* t5800: factor out some ref testsJeff King2011-07-191-4/+8
* transport-helper: fix minor leak in push_refs_with_exportJeff King2011-07-191-0/+1
* Merge branch 'jn/mime-type-with-params'Junio C Hamano2011-06-061-1/+1
|\
| * gitweb: Fix usability of $prevent_xssJakub Narebski2011-06-051-1/+1
* | Merge branch 'jn/gitweb-docs'Junio C Hamano2011-06-062-131/+135
|\ \
| * | gitweb: Move "Requirements" up in gitweb/INSTALLJakub Narebski2011-06-031-15/+15
| * | gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALLJakub Narebski2011-06-021-6/+13
| * | gitweb: Move information about installation from README to INSTALLJakub Narebski2011-06-022-116/+113
* | | Merge branch 'jk/diff-not-so-quick'Junio C Hamano2011-06-065-5/+16
|\ \ \
| * | | diff: futureproof "stop feeding the backend early" logicJunio C Hamano2011-05-314-6/+11
| * | | diff_tree: disable QUICK optimization with diff filterJeff King2011-05-312-0/+6
* | | | Merge branch 'bc/maint-status-z-to-use-porcelain'Junio C Hamano2011-06-062-3/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/commit.c: set status_format _after_ option parsingBrandon Casey2011-05-292-4/+5
| * | | t7508: demonstrate status's failure to use --porcelain format with -zBrandon Casey2011-05-291-0/+7
* | | | Sync with 1.7.5.4v1.7.6-rc0Junio C Hamano2011-06-012-1/+5
|\ \ \ \
| * | | | Git 1.7.5.4v1.7.5.4Junio C Hamano2011-06-013-2/+6
| * | | | Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano2011-06-014-48/+30
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/fmt-req-fix' into maintJunio C Hamano2011-06-011-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/maint-docs' into maintJunio C Hamano2011-06-014-15/+35
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jn/doc-remote-helpers' into maintJunio C Hamano2011-06-011-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'kk/maint-prefix-in-config-mak' into maintJunio C Hamano2011-06-011-0/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | diffcore-rename.c: avoid set-but-not-used warningJim Meyering2011-06-011-2/+1
* | | | | | | | | | Update draft release notes to 1.7.6Junio C Hamano2011-05-311-10/+13
* | | | | | | | | | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-3113-92/+174
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | format-patch: preserve subject newlines with -kJeff King2011-05-266-3/+8
| * | | | | | | | | | clean up calling conventions for pretty.c functionsJeff King2011-05-267-76/+75
| * | | | | | | | | | pretty: add pp_commit_easy function for simple callersJeff King2011-05-267-12/+14
| * | | | | | | | | | mailinfo: always clean up rfc822 header foldingJeff King2011-05-262-2/+2
| * | | | | | | | | | t: test subject handling in format-patch / am pipelineJeff King2011-05-261-0/+77
* | | | | | | | | | | Merge branch 'jn/doc-remote-helpers'Junio C Hamano2011-05-311-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Documentation: do not misinterpret refspecs as bold textJonathan Nieder2011-05-301-3/+3
* | | | | | | | | | | Merge branch 'jk/format-patch-empty-prefix'Junio C Hamano2011-05-312-1/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | format-patch: make zero-length subject prefixes prettierJeff King2011-05-302-1/+20
* | | | | | | | | | | | Merge branch 'ab/i18n-envsubst-doc-fix'Junio C Hamano2011-05-311-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-sh-i18n--envsubst: add SYNOPSIS section to the documentationÆvar Arnfjörð Bjarmason2011-05-301-0/+10