summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-078-93/+172
|\
| * Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2010-02-222-4/+4
| * git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy2010-02-221-1/+0
| * Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy2010-02-223-20/+10
| * git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-223-2/+27
| * Move gitmkstemps to path.cMatthieu Moy2010-02-223-71/+69
| * Add a testcase for ACL with restrictive umask.Matthieu Moy2010-02-221-0/+67
* | Merge branch 'jk/maint-add--interactive-delete'Junio C Hamano2010-03-072-1/+31
|\ \
| * | add-interactive: fix bogus diff header line orderingJeff King2010-02-222-1/+31
* | | Merge branch 'jc/maint-fix-mailinfo-strip'Junio C Hamano2010-03-072-3/+2
|\ \ \
| * | | mailinfo: do not strip leading spaces even for a header lineJunio C Hamano2010-02-192-3/+2
* | | | Sync with 1.7.0.2Junio C Hamano2010-03-074-8/+5
|\ \ \ \
| * | | | Git 1.7.0.2v1.7.0.2Junio C Hamano2010-03-073-8/+3
| * | | | unset GREP_OPTIONS in test-lib.shBert Wesarg2010-03-071-0/+2
* | | | | Merge branch 'maint'Junio C Hamano2010-03-072-8/+17
|\ \ \ \ \ | |/ / / /
| * | | | stash: suggest the correct command line for unknown options.Matthieu Moy2010-03-061-0/+1
| * | | | t7406: Fix submodule init config testsStephen Boyd2010-03-061-8/+16
* | | | | git-svn: make git svn --version work againMichael J Gruber2010-03-051-0/+1
* | | | | Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund2010-03-051-1/+0
* | | | | git-svn: support fetch with autocrlf onErik Faye-Lund2010-03-051-1/+1
* | | | | hash-object: support --stdin-paths with --no-filtersErik Faye-Lund2010-03-053-9/+19
* | | | | Merge branch 'maint'Junio C Hamano2010-03-042-2/+26
|\ \ \ \ \ | |/ / / /
| * | | | Update draft release notes to 1.7.0.2Junio C Hamano2010-03-041-1/+25
| * | | | Merge branch 'jn/gitweb-config-error-die' into maintJunio C Hamano2010-03-041-3/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'jn/maint-fix-pager' into maintJunio C Hamano2010-03-0410-15/+268
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tr/maint-cherry-pick-list' into maintJunio C Hamano2010-03-041-0/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ld/maint-diff-quiet-w' into maintJunio C Hamano2010-03-042-0/+38
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rs/optim-text-wrap' into maintJunio C Hamano2010-03-043-37/+42
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'dp/read-not-mmap-small-loose-object' into maintJunio C Hamano2010-03-041-0/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'np/compress-loose-object-memsave' into maintJunio C Hamano2010-03-041-14/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-status-preload' into maintJunio C Hamano2010-03-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'gf/maint-sh-setup-nongit-ok' into maintJunio C Hamano2010-03-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cc/maint-bisect-paths' into maintJunio C Hamano2010-03-042-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-03-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-03-041-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Remove extra '-' from git-am(1)Michal Sojka2010-03-041-1/+1
| | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | | t9119-git-svn-info.sh: test with svn 1.6.* as wellMichael J Gruber2010-03-041-1/+2
* | | | | | | | | | | | | | | | git-svn: req_svn when neededMichael J Gruber2010-03-041-0/+1
* | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-03-031-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Start preparing for 1.7.0.2Junio C Hamano2010-03-022-1/+23
| * | | | | | | | | | | | | | | Merge branch 'tc/maint-transport-ls-remote-with-void' into maintJunio C Hamano2010-03-022-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'hm/maint-imap-send-crlf' into maintJunio C Hamano2010-03-021-1/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sp/maint-push-sideband' into maintJunio C Hamano2010-03-0210-134/+370
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-fix-test-perm' into maintJunio C Hamano2010-03-022-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'np/fast-import-idx-v2' into maintJunio C Hamano2010-03-022-95/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jh/maint-submodule-status-in-void' (early part)Junio C Hamano2010-03-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | submodule summary: do not shift a non-existent positional variableJeff King2010-03-031-1/+1
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-03-023-9/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | gitweb: Fix project-specific feature override behaviorJakub Narebski2010-03-022-6/+21
| * | | | | | | | | | | | | | | | | | | | | gitweb multiple project roots documentationSylvain Rabot2010-03-021-3/+64