summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge branch 'maint'Junio C Hamano2008-11-041-1/+2
|\ \ \ \ \ \
| * | | | | | format-patch documentation: mention the special case of showing a single commitJunio C Hamano2008-11-021-1/+2
* | | | | | | contrib/hooks/post-receive-email: Make revision display configurablePete Harlan2008-11-041-1/+17
* | | | | | | contrib/hooks/post-receive-email: Put rev display in separate functionPete Harlan2008-11-041-9/+32
* | | | | | | Makefile: add install-man rules (quick and normal)Markus Heidelberg2008-11-023-4/+15
* | | | | | | Update draft release notes to 1.6.1Junio C Hamano2008-11-021-1/+13
* | | | | | | Merge branch 'maint'Junio C Hamano2008-11-024-8/+39
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add reference for status letters in documentation.Yann Dirson2008-11-022-1/+17
| * | | | | | Document that git-log takes --all-match.Mikael Magnusson2008-11-021-0/+4
| * | | | | | Update draft 1.6.0.4 release notesJunio C Hamano2008-11-021-7/+18
| * | | | | | Merge branch 'js/maint-fetch-update-head' into maintJunio C Hamano2008-11-027-5/+44
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano2008-11-025-44/+40
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/maint-reset-remove-unmerged-new' into maintJunio C Hamano2008-11-022-13/+78
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/maint-co-track' into maintJunio C Hamano2008-11-0212-29/+61
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'np/index-pack'Junio C Hamano2008-11-022-109/+146
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | index-pack: don't leak leaf delta resultNicolas Pitre2008-10-231-1/+3
| * | | | | | | | | | | improve index-pack testsNicolas Pitre2008-10-221-27/+65
| * | | | | | | | | | | fix multiple issues in index-packNicolas Pitre2008-10-201-6/+5
| * | | | | | | | | | | index-pack: smarter memory usage during delta resolutionNicolas Pitre2008-10-181-34/+39
| * | | | | | | | | | | index-pack: rationalize delta resolution codeNicolas Pitre2008-10-181-65/+58
* | | | | | | | | | | | Merge branch 'sh/rebase-i-p'Junio C Hamano2008-11-022-49/+218
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-rebase--interactive.sh: comparision with == is bashismJunio C Hamano2008-10-221-1/+1
| * | | | | | | | | | | | rebase-i-p: minimum fix to obvious issuesJunio C Hamano2008-10-201-3/+4
| * | | | | | | | | | | | rebase-i-p: if todo was reordered use HEAD as the rewritten parentStephen Haberman2008-10-162-2/+11
| * | | | | | | | | | | | rebase-i-p: do not include non-first-parent commits touching UPSTREAMStephen Haberman2008-10-161-1/+2
| * | | | | | | | | | | | rebase-i-p: only list commits that require rewriting in todoStephen Haberman2008-10-161-25/+52
| * | | | | | | | | | | | rebase-i-p: fix 'no squashing merges' tripping up non-mergesStephen Haberman2008-10-161-5/+9