Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-12 | 8 | -6/+47 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Start 1.6.0.5 cycle | Junio C Hamano | 2008-11-12 | 2 | -1/+22 | |
| * | | | | | | | | Fix pack.packSizeLimit and --max-pack-size handling | Nicolas Pitre | 2008-11-12 | 2 | -2/+16 | |
| * | | | | | | | | checkout: Fix "initial checkout" detection | Junio C Hamano | 2008-11-12 | 4 | -3/+9 | |
| * | | | | | | | | Remove the period after the git-check-attr summary | Matt Kraai | 2008-11-12 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | git-diff: Add --staged as a synonym for --cached. | David Symonds | 2008-11-11 | 2 | -2/+4 | |
* | | | | | | | | git-p4: Cache git config for performance | John Chapman | 2008-11-11 | 1 | -1/+4 | |
* | | | | | | | | git-p4: Support purged files and optimize memory usage | John Chapman | 2008-11-11 | 1 | -7/+7 | |
* | | | | | | | | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 2 | -2/+2 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-11 | 11 | -15/+24 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 8 | -12/+12 | |
| * | | | | | | | git-submodule: Avoid printing a spurious message. | Alexandre Julliard | 2008-11-11 | 1 | -1/+1 | |
| * | | | | | | | git ls-remote: make usage string match manpage | Stefan Naewe | 2008-11-11 | 1 | -1/+1 | |
| * | | | | | | | Makefile: help people who run 'make check' by mistake | Junio C Hamano | 2008-11-11 | 1 | -1/+10 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-09 | 4 | -11/+29 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Documentation: bisect: change a few instances of "git-cmd" to "git cmd" | Christian Couder | 2008-11-09 | 1 | -3/+3 | |
| * | | | | | | | Documentation: rev-list: change a few instances of "git-cmd" to "git cmd" | Christian Couder | 2008-11-09 | 1 | -4/+4 | |
| * | | | | | | | checkout: Don't crash when switching away from an invalid branch. | Alexandre Julliard | 2008-11-09 | 2 | -4/+22 | |
* | | | | | | | | bisect: fix missing "exit" | Christian Couder | 2008-11-09 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-08 | 5 | -23/+55 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | GIT 1.6.0.4v1.6.0.4 | Junio C Hamano | 2008-11-08 | 1 | -6/+5 | |
| * | | | | | | Update RPM spec for the new location of git-cvsserver. | Quy Tonthat | 2008-11-08 | 1 | -0/+4 | |
| * | | | | | | Merge branch 'cb/maint-update-ref-fix' into maint | Junio C Hamano | 2008-11-08 | 4 | -17/+50 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | push: fix local refs update if already up-to-date | Clemens Buchacher | 2008-11-05 | 2 | -14/+39 | |
| | * | | | | | | do not force write of packed refs | Clemens Buchacher | 2008-11-05 | 2 | -3/+11 | |
| * | | | | | | | Merge branch 'cj/maint-gitpm-fix-maybe-self' into maint | Junio C Hamano | 2008-11-08 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'ar/maint-mksnpath' into maint | Junio C Hamano | 2008-11-08 | 13 | -19/+84 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'mv/maint-branch-m-symref' into maint | Junio C Hamano | 2008-11-08 | 11 | -24/+65 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'ds/autoconf' | Junio C Hamano | 2008-11-08 | 1 | -9/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | autoconf: Add link tests to each AC_CHECK_FUNC() test | David M. Syzdek | 2008-11-02 | 1 | -9/+19 | |
* | | | | | | | | | | | Merge branch 'rs/blame' | Junio C Hamano | 2008-11-08 | 11 | -155/+124 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | blame: use xdi_diff_hunks(), get rid of struct patch | René Scharfe | 2008-10-25 | 1 | -139/+52 | |
| * | | | | | | | | | | | add xdi_diff_hunks() for callers that only need hunk lengths | René Scharfe | 2008-10-25 | 2 | -1/+52 | |
| * | | | | | | | | | | | Allow alternate "low-level" emit function from xdl_diff | Brian Downing | 2008-10-25 | 4 | -3/+8 | |
| * | | | | | | | | | | | Always initialize xpparam_t to 0 | Brian Downing | 2008-10-25 | 5 | -0/+9 | |
| * | | | | | | | | | | | blame: inline get_patch() | René Scharfe | 2008-10-25 | 1 | -20/+11 | |
* | | | | | | | | | | | | t5400: expect success for denying deletion | Jeff King | 2008-11-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | gitweb: Fix mod_perl support. | Alexander Gavrilov | 2008-11-06 | 1 | -6/+6 | |
* | | | | | | | | | | | | gitweb: Add a per-repository authorization hook. | Alexander Gavrilov | 2008-11-06 | 2 | -1/+28 | |
* | | | | | | | | | | | | gitweb: Use single implementation of export_ok check. | Alexander Gavrilov | 2008-11-06 | 1 | -2/+1 | |
* | | | | | | | | | | | | Windows: Make OpenSSH properly detect tty detachment. | Alexander Gavrilov | 2008-11-06 | 1 | -2/+6 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-11-05 | 1 | -3/+8 | |
* | | | | | | | | | | | Merge branch 'ar/mksnpath' | Junio C Hamano | 2008-11-05 | 14 | -21/+88 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ar/maint-mksnpath' into ar/mksnpath | Junio C Hamano | 2008-10-30 | 11 | -15/+60 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Use git_pathdup instead of xstrdup(git_path(...)) | Alex Riesen | 2008-10-30 | 9 | -12/+12 | |
| | * | | | | | | | | | | git_pathdup: returns xstrdup-ed copy of the formatted path | Alex Riesen | 2008-10-30 | 2 | -4/+22 | |
| | * | | | | | | | | | | Fix potentially dangerous use of git_path in ref.c | Alex Riesen | 2008-10-30 | 1 | -3/+5 | |
| | * | | | | | | | | | | Add git_snpath: a .git path formatting routine with output buffer | Alex Riesen | 2008-10-30 | 2 | -0/+25 | |
| * | | | | | | | | | | | Fix potentially dangerous uses of mkpath and git_path | Alex Riesen | 2008-10-26 | 1 | -2/+4 | |
| * | | | | | | | | | | | Merge branch 'ar/maint-mksnpath' into HEAD | Junio C Hamano | 2008-10-26 | 4 | -4/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / |