summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git-svn: respect i18n.commitencoding configEric Wong2008-11-142-3/+101
* git-svn: don't escape tilde ('~') for http(s) URLsEric Wong2008-11-141-3/+3
* git.html: Update the links to stale versionsJunio C Hamano2008-11-131-1/+3
* Merge branch 'maint'Junio C Hamano2008-11-138-6/+47
|\
| * Start 1.6.0.5 cycleJunio C Hamano2008-11-132-1/+22
| * Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2008-11-122-2/+16
| * checkout: Fix "initial checkout" detectionJunio C Hamano2008-11-124-3/+9
| * Remove the period after the git-check-attr summaryMatt Kraai2008-11-121-1/+1
* | git-diff: Add --staged as a synonym for --cached.David Symonds2008-11-112-2/+4
* | git-p4: Cache git config for performanceJohn Chapman2008-11-111-1/+4
* | git-p4: Support purged files and optimize memory usageJohn Chapman2008-11-111-7/+7
* | Fix non-literal format in printf-style callsDaniel Lowe2008-11-112-2/+2
* | Merge branch 'maint'Junio C Hamano2008-11-1111-15/+24
|\|
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-118-12/+12
| * git-submodule: Avoid printing a spurious message.Alexandre Julliard2008-11-111-1/+1
| * git ls-remote: make usage string match manpageStefan Naewe2008-11-111-1/+1
| * Makefile: help people who run 'make check' by mistakeJunio C Hamano2008-11-111-1/+10
* | Merge branch 'maint'Junio C Hamano2008-11-094-11/+29
|\|
| * Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder2008-11-091-3/+3
| * Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder2008-11-091-4/+4
| * checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2008-11-092-4/+22
* | bisect: fix missing "exit"Christian Couder2008-11-091-1/+1
* | Merge branch 'maint'Junio C Hamano2008-11-095-23/+55
|\|
| * GIT 1.6.0.4v1.6.0.4Junio C Hamano2008-11-091-6/+5
| * Update RPM spec for the new location of git-cvsserver.Quy Tonthat2008-11-091-0/+4
| * Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-094-17/+50
| |\
| | * push: fix local refs update if already up-to-dateClemens Buchacher2008-11-052-14/+39
| | * do not force write of packed refsClemens Buchacher2008-11-052-3/+11
| * | Merge branch 'cj/maint-gitpm-fix-maybe-self' into maintJunio C Hamano2008-11-091-2/+1
| |\ \
| * \ \ Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-0913-19/+84
| |\ \ \
| * \ \ \ Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-0911-24/+65
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'ds/autoconf'Junio C Hamano2008-11-091-9/+19
|\ \ \ \ \
| * | | | | autoconf: Add link tests to each AC_CHECK_FUNC() testDavid M. Syzdek2008-11-031-9/+19
* | | | | | Merge branch 'rs/blame'Junio C Hamano2008-11-0911-155/+124
|\ \ \ \ \ \
| * | | | | | blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe2008-10-251-139/+52
| * | | | | | add xdi_diff_hunks() for callers that only need hunk lengthsRené Scharfe2008-10-252-1/+52
| * | | | | | Allow alternate "low-level" emit function from xdl_diffBrian Downing2008-10-254-3/+8
| * | | | | | Always initialize xpparam_t to 0Brian Downing2008-10-255-0/+9
| * | | | | | blame: inline get_patch()René Scharfe2008-10-251-20/+11
* | | | | | | t5400: expect success for denying deletionJeff King2008-11-091-1/+1
* | | | | | | gitweb: Fix mod_perl support.Alexander Gavrilov2008-11-071-6/+6
* | | | | | | gitweb: Add a per-repository authorization hook.Alexander Gavrilov2008-11-072-1/+28
* | | | | | | gitweb: Use single implementation of export_ok check.Alexander Gavrilov2008-11-071-2/+1
* | | | | | | Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov2008-11-061-2/+6
* | | | | | | Update draft release notes to 1.6.1Junio C Hamano2008-11-051-3/+8
* | | | | | | Merge branch 'ar/mksnpath'Junio C Hamano2008-11-0514-21/+88
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-3111-15/+60
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-319-12/+12
| | * | | | | | git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2008-10-312-4/+22
| | * | | | | | Fix potentially dangerous use of git_path in ref.cAlex Riesen2008-10-311-3/+5