Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a 'source' decorator for commits | Linus Torvalds | 2008-11-04 | 6 | -5/+14 |
* | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-11-02 | 1 | -1/+13 |
* | Merge branch 'maint' | Junio C Hamano | 2008-11-02 | 4 | -8/+39 |
|\ | |||||
| * | Add reference for status letters in documentation. | Yann Dirson | 2008-11-02 | 2 | -1/+17 |
| * | Document that git-log takes --all-match. | Mikael Magnusson | 2008-11-02 | 1 | -0/+4 |
| * | Update draft 1.6.0.4 release notes | Junio C Hamano | 2008-11-02 | 1 | -7/+18 |
| * | Merge branch 'js/maint-fetch-update-head' into maint | Junio C Hamano | 2008-11-02 | 7 | -5/+44 |
| |\ | |||||
| * \ | Merge branch 'jk/maint-ls-files-other' into maint | Junio C Hamano | 2008-11-02 | 5 | -44/+40 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/maint-reset-remove-unmerged-new' into maint | Junio C Hamano | 2008-11-02 | 2 | -13/+78 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/maint-co-track' into maint | Junio C Hamano | 2008-11-02 | 12 | -29/+61 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'np/index-pack' | Junio C Hamano | 2008-11-02 | 2 | -109/+146 |
|\ \ \ \ \ \ | |||||
| * | | | | | | index-pack: don't leak leaf delta result | Nicolas Pitre | 2008-10-23 | 1 | -1/+3 |
| * | | | | | | improve index-pack tests | Nicolas Pitre | 2008-10-22 | 1 | -27/+65 |
| * | | | | | | fix multiple issues in index-pack | Nicolas Pitre | 2008-10-20 | 1 | -6/+5 |
| * | | | | | | index-pack: smarter memory usage during delta resolution | Nicolas Pitre | 2008-10-18 | 1 | -34/+39 |
| * | | | | | | index-pack: rationalize delta resolution code | Nicolas Pitre | 2008-10-18 | 1 | -65/+58 |
* | | | | | | | Merge branch 'sh/rebase-i-p' | Junio C Hamano | 2008-11-02 | 2 | -49/+218 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-rebase--interactive.sh: comparision with == is bashism | Junio C Hamano | 2008-10-22 | 1 | -1/+1 |
| * | | | | | | | rebase-i-p: minimum fix to obvious issues | Junio C Hamano | 2008-10-20 | 1 | -3/+4 |
| * | | | | | | | rebase-i-p: if todo was reordered use HEAD as the rewritten parent | Stephen Haberman | 2008-10-16 | 2 | -2/+11 |
| * | | | | | | | rebase-i-p: do not include non-first-parent commits touching UPSTREAM | Stephen Haberman | 2008-10-16 | 1 | -1/+2 |
| * | | | | | | | rebase-i-p: only list commits that require rewriting in todo | Stephen Haberman | 2008-10-16 | 1 | -25/+52 |
| * | | | | | | | rebase-i-p: fix 'no squashing merges' tripping up non-merges | Stephen Haberman | 2008-10-16 | 1 | -5/+9 |
| * | | | | | | | rebase-i-p: delay saving current-commit to REWRITTEN if squashing | Stephen Haberman | 2008-10-16 | 1 | -5/+10 |
| * | | | | | | | rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEAD | Stephen Haberman | 2008-10-16 | 1 | -14/+1 |
| * | | | | | | | rebase-i-p: test to exclude commits from todo based on its parents | Stephen Haberman | 2008-10-16 | 1 | -0/+135 |
* | | | | | | | | Merge branch 'ag/blame-encoding' | Junio C Hamano | 2008-11-02 | 9 | -14/+136 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin-blame: Reencode commit messages according to git-log rules. | Alexander Gavrilov | 2008-10-21 | 9 | -14/+136 |
* | | | | | | | | | Merge branch 'gb/gitweb-pathinfo' | Junio C Hamano | 2008-11-02 | 1 | -11/+122 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gitweb: generate parent..current URLs | Giuseppe Bilotta | 2008-10-25 | 1 | -4/+24 |
| * | | | | | | | | | gitweb: parse parent..current syntax from PATH_INFO | Giuseppe Bilotta | 2008-10-25 | 1 | -2/+34 |
| * | | | | | | | | | gitweb: use_pathinfo filenames start with / | Giuseppe Bilotta | 2008-10-25 | 1 | -3/+3 |
| * | | | | | | | | | gitweb: generate project/action/hash URLs | Giuseppe Bilotta | 2008-10-25 | 1 | -3/+30 |
| * | | | | | | | | | gitweb: parse project/action/hash_base:filename PATH_INFO | Giuseppe Bilotta | 2008-10-25 | 1 | -7/+39 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'cj/maint-gitpm-fix-maybe-self' | Junio C Hamano | 2008-11-02 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Git.pm: do not break inheritance | Christian Jaeger | 2008-10-19 | 1 | -2/+1 |
* | | | | | | | | | | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-11-02 | 1 | -1/+27 |
* | | | | | | | | | | Stop using compat/regex.c on platforms with working regexp library | Junio C Hamano | 2008-11-02 | 1 | -6/+0 |
* | | | | | | | | | | connect.c: add a way for git-daemon to pass an error back to client | Tom Preston-Werner | 2008-11-02 | 1 | -0/+3 |
* | | | | | | | | | | Introduce receive.denyDeletes | Jan Krüger | 2008-11-02 | 3 | -0/+27 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-02 | 8 | -6/+74 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Start 1.6.0.4 cycle | Junio C Hamano | 2008-11-02 | 2 | -1/+30 |
| * | | | | | | | | | add instructions on how to send patches to the mailing list with Gmail | Tom Preston-Werner | 2008-11-01 | 1 | -0/+27 |
| * | | | | | | | | | Documentation/gitattributes: Add subsection header for each attribute | Jakub Narebski | 2008-11-01 | 1 | -0/+6 |
| * | | | | | | | | | git send-email: avoid leaking directory file descriptors. | Pierre Habouzit | 2008-11-01 | 1 | -2/+1 |
| * | | | | | | | | | send-pack: do not send out single-level refs such as refs/stash | Jeff King | 2008-11-01 | 1 | -1/+7 |
| * | | | | | | | | | fix overlapping memcpy in normalize_absolute_path | Jeff King | 2008-11-01 | 1 | -1/+1 |
| * | | | | | | | | | pack-objects: avoid reading uninitalized data | Jeff King | 2008-11-01 | 1 | -1/+2 |
| * | | | | | | | | | correct cache_entry allocation | Jeff King | 2008-11-01 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2008-11-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |