Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow customizable commit decorations colors | Nazri Ramliy | 2010-06-24 | 4 | -0/+45 |
* | log --decorate: Colorize commit decorations | Nazri Ramliy | 2010-06-20 | 1 | -1/+33 |
* | log-tree.c: Use struct name_decoration's type for classifying decoration | Nazri Ramliy | 2010-06-20 | 1 | -8/+32 |
* | commit.h: add 'type' to struct name_decoration | Nazri Ramliy | 2010-06-20 | 1 | -0/+1 |
* | Update draft release notes to 1.7.2 | Junio C Hamano | 2010-06-18 | 1 | -4/+33 |
* | Merge branch 'cc/maint-diff-CC-binary' | Junio C Hamano | 2010-06-18 | 3 | -5/+98 |
|\ | |||||
| * | diff: fix "git show -C -C" output when renaming a binary file | Christian Couder | 2010-06-06 | 3 | -6/+99 |
* | | Merge branch 'by/diff-graph' | Junio C Hamano | 2010-06-18 | 4 | -97/+342 |
|\ \ | |||||
| * | | Make --color-words work well with --graph | Bo Yang | 2010-05-31 | 1 | -17/+104 |
| * | | graph.c: register a callback for graph output | Bo Yang | 2010-05-31 | 1 | -0/+19 |
| * | | Emit a whole line in one go | Bo Yang | 2010-05-31 | 1 | -5/+27 |
| * | | diff.c: Output the text graph padding before each diff line | Bo Yang | 2010-05-31 | 1 | -53/+147 |
| * | | Output the graph columns at the end of the commit message | Bo Yang | 2010-05-31 | 1 | -0/+6 |
| * | | Add a prefix output callback to diff output | Bo Yang | 2010-05-31 | 2 | -27/+40 |
* | | | Merge branch 'cb/ls-files-cdup' | Junio C Hamano | 2010-06-18 | 4 | -71/+110 |
|\ \ \ | |||||
| * | | | ls-files: allow relative pathspec | Clemens Buchacher | 2010-06-05 | 2 | -42/+45 |
| * | | | quote.c: separate quoting and relative path generation | Clemens Buchacher | 2010-06-05 | 2 | -29/+65 |
* | | | | Merge branch 'jc/t9129-any-utf8' | Junio C Hamano | 2010-06-18 | 1 | -7/+13 |
|\ \ \ \ | |||||
| * | | | | t9129: fix UTF-8 locale detection | Junio C Hamano | 2010-06-02 | 1 | -7/+13 |
* | | | | | Merge branch 'rr/am-help' | Junio C Hamano | 2010-06-18 | 1 | -10/+19 |
|\ \ \ \ \ | |||||
| * | | | | | git am: Remove stray error message from sed | Ramkumar Ramachandra | 2010-06-02 | 1 | -1/+7 |
| * | | | | | git am: Display some help text when patch is empty | Ramkumar Ramachandra | 2010-06-02 | 1 | -0/+2 |
| * | | | | | git am: Set cmdline globally | Ramkumar Ramachandra | 2010-06-02 | 1 | -9/+10 |
* | | | | | | Merge branch 'jn/rebase-cmdline-fix' | Junio C Hamano | 2010-06-18 | 2 | -10/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase: improve error message when upstream argument is missing | Jonathan Nieder | 2010-05-31 | 2 | -10/+20 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'ps/gitweb--browse-chrome' | Junio C Hamano | 2010-06-18 | 1 | -2/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-web--browse: Add support for google chrome and chromium | Pavan Kumar Sunkara | 2010-05-31 | 1 | -2/+7 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/am-skip-hint' | Junio C Hamano | 2010-06-18 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-am: suggest what to do with superfluous patches | Jan Krüger | 2010-05-31 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jh/diff-index-line-abbrev' | Junio C Hamano | 2010-06-18 | 2 | -3/+38 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff.c: Ensure "index $from..$to" line contains unambiguous SHA1s | Johan Herland | 2010-05-31 | 2 | -3/+38 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ab/maint-perl-use-instlibdir' | Junio C Hamano | 2010-06-18 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Makefile: remove redundant munging of @@INSTLIBDIR@@ | Ævar Arnfjörð Bjarmason | 2010-05-31 | 1 | -2/+1 |
* | | | | | | | Merge branch 'ec/diff-noprefix-config' | Junio C Hamano | 2010-06-18 | 2 | -1/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff: add configuration option for disabling diff prefixes. | Eli Collins | 2010-05-18 | 2 | -1/+10 |
* | | | | | | | | Merge branch 'mg/status-b' | Junio C Hamano | 2010-06-18 | 5 | -8/+130 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation+t5708: document and test status -s -b | Michael J Gruber | 2010-06-03 | 2 | -2/+55 |
| * | | | | | | | | Show branch information in short output of git status | Daniel Knittl-Frank | 2010-06-03 | 3 | -6/+75 |
* | | | | | | | | | Merge branch 'jn/gitweb-plackup' | Junio C Hamano | 2010-06-18 | 11 | -105/+257 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-instaweb: Add support for running gitweb via 'plackup' | Jakub Narebski | 2010-06-02 | 2 | -3/+158 |
| * | | | | | | | | | git-instaweb: Wait for server to start before running web browser | Jakub Narebski | 2010-06-02 | 1 | -2/+15 |
| * | | | | | | | | | git-instaweb: Remove pidfile after stopping web server | Jakub Narebski | 2010-06-02 | 1 | -0/+1 |
| * | | | | | | | | | git-instaweb: Configure it to work with new gitweb structure | Pavan Kumar Sunkara | 2010-05-31 | 2 | -52/+27 |
| * | | | | | | | | | git-instaweb: Put httpd logs in a "$httpd_only" subdirectory | Pavan Kumar Sunkara | 2010-05-31 | 1 | -5/+9 |
| * | | | | | | | | | gitweb: Set default destination directory for installing gitweb in Makefile | Pavan Kumar Sunkara | 2010-05-31 | 1 | -0/+1 |
| * | | | | | | | | | gitweb: Move static files into seperate subdirectory | Pavan Kumar Sunkara | 2010-05-31 | 9 | -47/+50 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jk/url-decode' | Junio C Hamano | 2010-06-18 | 7 | -106/+153 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | decode file:// and ssh:// URLs | Jeff King | 2010-05-24 | 2 | -1/+19 |
| * | | | | | | | | | make url-related functions reusable | Jeff King | 2010-05-24 | 5 | -105/+134 |
* | | | | | | | | | | Merge branch 'jn/remote-set-branches' | Junio C Hamano | 2010-06-18 | 3 | -11/+192 |
|\ \ \ \ \ \ \ \ \ \ |