Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | upload-archive: use start_command instead of forkjk/upload-archive-use-start-command | Jeff King | 2011-11-21 | 4 | -36/+19 | |
* | | | | | | | | | Merge git://ozlabs.org/~paulus/gitk | Junio C Hamano | 2011-12-16 | 1 | -45/+65 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | gitk: Make vi-style keybindings more vi-like | Jonathan Nieder | 2011-10-08 | 1 | -6/+6 | |
| * | | | | | | | | | gitk: Make "touching paths" search support backslashes | Yggy King | 2011-07-24 | 1 | -1/+6 | |
| * | | | | | | | | | gitk: Show modified files with separate work tree | Martin von Zweigbergk | 2011-07-24 | 1 | -6/+11 | |
| * | | | | | | | | | gitk: Simplify calculation of gitdir | Martin von Zweigbergk | 2011-07-24 | 1 | -14/+1 | |
| * | | | | | | | | | gitk: Run 'git rev-parse --git-dir' only once | Martin von Zweigbergk | 2011-07-24 | 1 | -2/+4 | |
| * | | | | | | | | | gitk: Put temporary directory inside .git | Martin von Zweigbergk | 2011-07-24 | 1 | -2/+1 | |
| * | | | | | | | | | gitk: Fix "External diff" with separate work tree | Martin von Zweigbergk | 2011-07-24 | 1 | -2/+3 | |
| * | | | | | | | | | gitk: Fix "blame parent commit" with separate work tree | Martin von Zweigbergk | 2011-07-24 | 1 | -2/+2 | |
| * | | | | | | | | | gitk: Fix "show origin of this line" with separate work tree | Martin von Zweigbergk | 2011-07-24 | 1 | -2/+2 | |
| * | | | | | | | | | gitk: Fix file highlight when run in subdirectory | Martin von Zweigbergk | 2011-07-24 | 1 | -1/+10 | |
| * | | | | | | | | | gitk: Update copyright | Paul Mackerras | 2011-07-24 | 1 | -2/+2 | |
| * | | | | | | | | | gitk: When a commit contains a note, mark it with a yellow box | Raphael Zimmerer | 2011-05-29 | 1 | -1/+16 | |
| * | | | | | | | | | gitk: Remember time zones from author and commit timestamps | Anders Kaseorg | 2011-05-29 | 1 | -4/+4 | |
| * | | | | | | | | | gitk: Remove unused $cdate array | Anders Kaseorg | 2011-05-29 | 1 | -4/+1 | |
* | | | | | | | | | | Update draft release notes to 1.7.9 | Junio C Hamano | 2011-12-13 | 1 | -4/+38 | |
* | | | | | | | | | | Merge branch 'ks/tag-cleanup' | Junio C Hamano | 2011-12-13 | 2 | -14/+60 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-tag: introduce --cleanup optionks/tag-cleanup | Kirill A. Shutemov | 2011-12-09 | 2 | -14/+60 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jl/submodule-status-failure-report' | Junio C Hamano | 2011-12-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | diff/status: print submodule path when looking for changes failsjl/submodule-status-failure-report | Jens Lehmann | 2011-12-08 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge branch 'tr/userdiff-c-returns-pointer' | Junio C Hamano | 2011-12-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | userdiff: allow * between cpp funcname wordstr/userdiff-c-returns-pointer | Thomas Rast | 2011-12-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'bc/maint-apply-check-no-patch' | Junio C Hamano | 2011-12-13 | 3 | -6/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | builtin/apply.c: report error on failure to recognize inputbc/maint-apply-check-no-patch | Brandon Casey | 2011-12-05 | 2 | -5/+24 | |
| * | | | | | | | | | | | | t/t4131-apply-fake-ancestor.sh: fix broken test | Brandon Casey | 2011-12-05 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'nd/ignore-might-be-precious' | Junio C Hamano | 2011-12-13 | 2 | -7/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | checkout,merge: disallow overwriting ignored files with --no-overwrite-ignorend/ignore-might-be-precious | Nguyễn Thái Ngọc Duy | 2011-11-28 | 2 | -7/+16 | |
| * | | | | | | | | | | | | Merge branch 'nd/maint-ignore-exclude' into nd/ignore-might-be-precious | Junio C Hamano | 2011-11-28 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'jn/branch-move-to-self' | Junio C Hamano | 2011-12-13 | 6 | -13/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-self | Jonathan Nieder | 2011-11-28 | 5 | -12/+23 | |
| * | | | | | | | | | | | | | branch: allow a no-op "branch -M <current-branch> HEAD" | Jonathan Nieder | 2011-11-28 | 2 | -1/+24 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'cn/maint-lf-to-crlf-filter' | Junio C Hamano | 2011-12-13 | 1 | -13/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | convert: track state in LF-to-CRLF filter | Carlos Martín Nieto | 2011-11-28 | 1 | -13/+37 | |
* | | | | | | | | | | | | | | Merge branch 'tj/maint-imap-send-remove-unused' | Junio C Hamano | 2011-12-13 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'maint' into tj/imap-send-remove-unusedtj/maint-imap-send-remove-unused | Junio C Hamano | 2011-11-23 | 2374 | -58531/+446169 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | imap-send: Remove unused 'use_namespace' variable | Thomas Jarosch | 2011-11-23 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/maint-upload-archive' | Junio C Hamano | 2011-12-13 | 2 | -4/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive | Junio C Hamano | 2011-11-21 | 2 | -4/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | archive: don't let remote clients get unreachable commitsjk/maint-1.6.2-upload-archive | Jeff King | 2011-11-21 | 5 | -8/+27 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jn/gitweb-side-by-side-diff' | Junio C Hamano | 2011-12-13 | 3 | -89/+353 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | gitweb: Add navigation to select side-by-side diffjn/gitweb-side-by-side-diff | Kato Kazuyoshi | 2011-10-31 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | | | | | gitweb: Use href(-replay=>1,...) for formats links in "commitdiff" | Jakub Narebski | 2011-10-31 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | | | | t9500: Add basic sanity tests for side-by-side diff in gitweb | Jakub Narebski | 2011-10-31 | 1 | -1/+25 | |
| * | | | | | | | | | | | | | | | | | t9500: Add test for handling incomplete lines in diff by gitweb | Jakub Narebski | 2011-10-31 | 1 | -0/+47 | |
| * | | | | | | | | | | | | | | | | | gitweb: Give side-by-side diff extra CSS styling | Jakub Narebski | 2011-10-31 | 2 | -10/+42 | |
| * | | | | | | | | | | | | | | | | | gitweb: Add a feature to show side-by-side diff | Kato Kazuyoshi | 2011-10-31 | 2 | -11/+122 | |
| * | | | | | | | | | | | | | | | | | gitweb: Extract formatting of diff chunk header | Jakub Narebski | 2011-10-31 | 1 | -47/+67 | |
| * | | | | | | | | | | | | | | | | | gitweb: Refactor diff body line classification | Jakub Narebski | 2011-10-31 | 1 | -30/+37 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-12-13 | 6 | -41/+114 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |