summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a 'source' decorator for commitsLinus Torvalds2008-11-046-5/+14
* 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
| * | | | | | | rebase-i-p: delay saving current-commit to REWRITTEN if squashingStephen Haberman2008-10-161-5/+10
| * | | | | | | rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEADStephen Haberman2008-10-161-14/+1
| * | | | | | | rebase-i-p: test to exclude commits from todo based on its parentsStephen Haberman2008-10-161-0/+135
* | | | | | | | Merge branch 'ag/blame-encoding'Junio C Hamano2008-11-029-14/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-219-14/+136
* | | | | | | | | Merge branch 'gb/gitweb-pathinfo'Junio C Hamano2008-11-021-11/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: generate parent..current URLsGiuseppe Bilotta2008-10-251-4/+24
| * | | | | | | | | gitweb: parse parent..current syntax from PATH_INFOGiuseppe Bilotta2008-10-251-2/+34
| * | | | | | | | | gitweb: use_pathinfo filenames start with /Giuseppe Bilotta2008-10-251-3/+3
| * | | | | | | | | gitweb: generate project/action/hash URLsGiuseppe Bilotta2008-10-251-3/+30
| * | | | | | | | | gitweb: parse project/action/hash_base:filename PATH_INFOGiuseppe Bilotta2008-10-251-7/+39
| |/ / / / / / / /
* | | | | | | | | Merge branch 'cj/maint-gitpm-fix-maybe-self'Junio C Hamano2008-11-021-2/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Git.pm: do not break inheritanceChristian Jaeger2008-10-191-2/+1
* | | | | | | | | | Update draft release notes to 1.6.1Junio C Hamano2008-11-021-1/+27
* | | | | | | | | | Stop using compat/regex.c on platforms with working regexp libraryJunio C Hamano2008-11-021-6/+0
* | | | | | | | | | connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner2008-11-021-0/+3
* | | | | | | | | | Introduce receive.denyDeletesJan Krüger2008-11-023-0/+27
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-11-028-6/+74
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Start 1.6.0.4 cycleJunio C Hamano2008-11-022-1/+30
| * | | | | | | | | add instructions on how to send patches to the mailing list with GmailTom Preston-Werner2008-11-011-0/+27
| * | | | | | | | | Documentation/gitattributes: Add subsection header for each attributeJakub Narebski2008-11-011-0/+6
| * | | | | | | | | git send-email: avoid leaking directory file descriptors.Pierre Habouzit2008-11-011-2/+1
| * | | | | | | | | send-pack: do not send out single-level refs such as refs/stashJeff King2008-11-011-1/+7
| * | | | | | | | | fix overlapping memcpy in normalize_absolute_pathJeff King2008-11-011-1/+1
| * | | | | | | | | pack-objects: avoid reading uninitalized dataJeff King2008-11-011-1/+2
| * | | | | | | | | correct cache_entry allocationJeff King2008-11-011-1/+1
| * | | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-11-011-1/+1
| |\ \ \ \ \ \ \ \ \