summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git send-email: make the message file name more specific.Pierre Habouzit2008-11-111-3/+1
* 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-085-23/+55
|\ \ | |/
| * GIT 1.6.0.4v1.6.0.4Junio C Hamano2008-11-081-6/+5
| * Update RPM spec for the new location of git-cvsserver.Quy Tonthat2008-11-081-0/+4
| * Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-084-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-081-2/+1
| |\ \
| * \ \ Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-0813-19/+84
| |\ \ \
| * \ \ \ Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-0811-24/+65
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'ds/autoconf'Junio C Hamano2008-11-081-9/+19
|\ \ \ \ \
| * | | | | autoconf: Add link tests to each AC_CHECK_FUNC() testDavid M. Syzdek2008-11-021-9/+19
* | | | | | Merge branch 'rs/blame'Junio C Hamano2008-11-0811-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-081-1/+1
* | | | | | | gitweb: Fix mod_perl support.Alexander Gavrilov2008-11-061-6/+6
* | | | | | | gitweb: Add a per-repository authorization hook.Alexander Gavrilov2008-11-062-1/+28
* | | | | | | gitweb: Use single implementation of export_ok check.Alexander Gavrilov2008-11-061-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-3011-15/+60
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-309-12/+12
| | * | | | | | git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2008-10-302-4/+22
| | * | | | | | Fix potentially dangerous use of git_path in ref.cAlex Riesen2008-10-301-3/+5
| | * | | | | | Add git_snpath: a .git path formatting routine with output bufferAlex Riesen2008-10-302-0/+25
| * | | | | | | Fix potentially dangerous uses of mkpath and git_pathAlex Riesen2008-10-261-2/+4
| * | | | | | | Merge branch 'ar/maint-mksnpath' into HEADJunio C Hamano2008-10-264-4/+24
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix potentially dangerous uses of mkpath and git_pathAlex Riesen2008-10-261-2/+2
| | * | | | | | Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen2008-10-261-2/+4
| | * | | | | | Add mksnpath which allows you to specify the output bufferAlex Riesen2008-10-262-0/+18
* | | | | | | | Merge branch 'jc/gitweb-fix-cloud-tag'Junio C Hamano2008-11-051-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix reading of cloud tagsJunio C Hamano2008-10-141-1/+5
* | | | | | | | | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-0511-24/+65
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-312-1/+12
| * | | | | | | | git branch -m: forbid renaming of a symrefMiklos Vajna2008-10-302-20/+17
| * | | | | | | | Fix git update-ref --no-deref -d.Miklos Vajna2008-10-262-3/+12
| * | | | | | | | rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna2008-10-261-1/+1
| * | | | | | | | Fix git branch -m for symrefs.Miklos Vajna2008-10-2610-31/+55
* | | | | | | | | Merge branch 'mv/parseopt-checkout-index'Junio C Hamano2008-11-051-69/+83
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parse-opt: migrate builtin-checkout-index.Miklos Vajna2008-10-191-69/+83