Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2010-12-09 | 1 | -4/+4 |
|\ | |||||
| * | Merge branch 'jn/ignore-doc' into maint | Junio C Hamano | 2010-12-09 | 1 | -7/+23 |
| |\ | |||||
| * \ | Merge branch 'jn/cherry-pick-refresh-index' into maint | Junio C Hamano | 2010-12-09 | 2 | -2/+26 |
| |\ \ | |||||
| * \ \ | Merge branch 'jl/add-p-reverse-message' into maint | Junio C Hamano | 2010-12-09 | 1 | -2/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'np/diff-in-corrupt-repository' into maint | Junio C Hamano | 2010-12-09 | 1 | -2/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'fc/apply-p2-get-header-name' into maint | Junio C Hamano | 2010-12-09 | 2 | -14/+40 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'np/pack-broken-boundary' into maint | Junio C Hamano | 2010-12-09 | 1 | -1/+15 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'ak/apply-non-git-epoch' into maint | Junio C Hamano | 2010-12-09 | 5 | -6/+57 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'cm/diff-check-at-eol' into maint | Junio C Hamano | 2010-12-09 | 2 | -1/+10 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'tc/smart-http-post-redirect' into maint | Junio C Hamano | 2010-12-09 | 3 | -0/+20 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'ab/require-perl-5.8' into maint | Junio C Hamano | 2010-12-09 | 16 | -13/+27 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | contrib/hooks/post-receive-email: fix return values from prep_for_email | Alan Raison | 2010-12-09 | 1 | -4/+4 |
* | | | | | | | | | | | | Merge branch 'nd/maint-fix-add-typo-detection' (early part) | Junio C Hamano | 2010-12-08 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | add: do not rely on dtype being NULL behavior | Nguyễn Thái Ngọc Duy | 2010-11-12 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge branch 'jn/gitweb-time-hires-comes-with-5.8' | Junio C Hamano | 2010-12-08 | 1 | -7/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | gitweb: Time::HiRes is in core for Perl 5.8 | Jakub Narebski | 2010-11-11 | 1 | -7/+5 |
* | | | | | | | | | | | | | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 | 11 | -0/+837 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | remote-fd/ext: finishing touches after code review | Ilari Liusvaara | 2010-11-19 | 5 | -18/+21 |
| * | | | | | | | | | | | | | | git-remote-ext | Ilari Liusvaara | 2010-10-13 | 6 | -0/+377 |
| * | | | | | | | | | | | | | | git-remote-fd | Ilari Liusvaara | 2010-10-13 | 6 | -0/+142 |
| * | | | | | | | | | | | | | | Add bidirectional_transfer_loop() | Ilari Liusvaara | 2010-10-13 | 3 | -0/+317 |
* | | | | | | | | | | | | | | | Merge branch 'jk/pager-per-command' | Junio C Hamano | 2010-12-08 | 3 | -10/+52 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | allow command-specific pagers in pager.<cmd> | Jeff King | 2010-11-17 | 3 | -10/+52 |
* | | | | | | | | | | | | | | | | Merge branch 'jk/maint-decorate-01-bool' | Junio C Hamano | 2010-12-08 | 2 | -2/+23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | log.decorate: accept 0/1 bool values | Jeff King | 2010-11-17 | 2 | -2/+23 |
* | | | | | | | | | | | | | | | | Merge branch 'gc/http-with-non-ascii-username-url' | Junio C Hamano | 2010-12-08 | 5 | -1/+51 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Fix username and password extraction from HTTP URLs | Gabriel Corona | 2010-11-17 | 2 | -2/+12 |
| * | | | | | | | | | | | | | | | | t5550: test HTTP authentication and userinfo decoding | Gabriel Corona | 2010-11-17 | 4 | -0/+40 |
| |/ / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | Merge branch 'ks/maint-getenv-fix' | Junio C Hamano | 2010-12-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | setup: make sure git_dir path is in a permanent buffer, getenv(3) case | Kirill Smelkov | 2010-11-12 | 1 | -0/+1 |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge branch 'gb/gitweb-remote-heads' | Junio C Hamano | 2010-12-08 | 3 | -8/+268 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | git instaweb: enable remote_heads | Giuseppe Bilotta | 2010-11-17 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | | gitweb: group remote heads by remote | Giuseppe Bilotta | 2010-11-17 | 2 | -20/+152 |
| * | | | | | | | | | | | | | | | | gitweb: provide a routine to display (sub)sections | Giuseppe Bilotta | 2010-11-17 | 1 | -0/+38 |
| * | | | | | | | | | | | | | | | | gitweb: refactor repository URL printing | Giuseppe Bilotta | 2010-11-17 | 1 | -1/+6 |
| * | | | | | | | | | | | | | | | | gitweb: remotes view for a single remote | Giuseppe Bilotta | 2010-11-17 | 1 | -4/+26 |
| * | | | | | | | | | | | | | | | | gitweb: allow action specialization in page header | Giuseppe Bilotta | 2010-11-17 | 1 | -1/+9 |
| * | | | | | | | | | | | | | | | | gitweb: nagivation menu for tags, heads and remotes | Giuseppe Bilotta | 2010-11-17 | 1 | -3/+16 |
| * | | | | | | | | | | | | | | | | gitweb: separate heads and remotes lists | Giuseppe Bilotta | 2010-11-17 | 1 | -4/+27 |
| * | | | | | | | | | | | | | | | | gitweb: git_get_heads_list accepts an optional list of refs | Giuseppe Bilotta | 2010-11-17 | 1 | -4/+7 |
| * | | | | | | | | | | | | | | | | gitweb: introduce remote_heads feature | Giuseppe Bilotta | 2010-11-17 | 1 | -2/+16 |
| * | | | | | | | | | | | | | | | | gitweb: use fullname as hash_base in heads link | Giuseppe Bilotta | 2010-11-17 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | Merge branch 'mg/maint-tag-rfc1991' | Junio C Hamano | 2010-12-08 | 5 | -20/+88 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | tag: recognize rfc1991 signatures | Michael J Gruber | 2010-11-10 | 2 | -7/+9 |
| * | | | | | | | | | | | | | | | | | tag: factor out sig detection for tag display | Michael J Gruber | 2010-11-10 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | | tag: factor out sig detection for body edits | Michael J Gruber | 2010-11-10 | 1 | -10/+2 |
| * | | | | | | | | | | | | | | | | | verify-tag: factor out signature detection | Michael J Gruber | 2010-11-10 | 3 | -8/+16 |
| * | | | | | | | | | | | | | | | | | t/t7004-tag: test handling of rfc1991 signatures | Michael J Gruber | 2010-11-10 | 1 | -0/+66 |
* | | | | | | | | | | | | | | | | | | Merge branch 'jh/notes-merge' | Junio C Hamano | 2010-12-08 | 20 | -162/+3794 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | Provide 'git merge --abort' as a synonym to 'git reset --merge' | Johan Herland | 2010-11-17 | 3 | -3/+351 |