Age | Commit message (Expand) | Author | Files | Lines |
2010-04-03 | Merge branch 'do/rebase-i-arbitrary' | Junio C Hamano | 2 | -2/+9 |
2010-04-03 | Merge branch 'ak/everyday-git' | Junio C Hamano | 1 | -47/+4 |
2010-04-03 | Makefile: future-proof Cygwin version check | Jonathan Nieder | 1 | -1/+1 |
2010-04-02 | Fix _XOPEN_SOURCE problem on DragonFly | YONETANI Tomokazu | 1 | -1/+2 |
2010-04-02 | gitweb: update INSTALL to use shorter make target | Mark Rada | 1 | -9/+7 |
2010-04-02 | gitweb: add documentation to INSTALL regarding gitweb.js | Mark Rada | 1 | -10/+13 |
2010-04-02 | instaweb: add minification awareness | Mark Rada | 2 | -4/+14 |
2010-04-02 | Gitweb: add autoconfigure support for minifiers | Mark Rada | 3 | -16/+22 |
2010-04-02 | Gitweb: add support for minifying gitweb.css | Mark Rada | 4 | -14/+43 |
2010-04-02 | Gitweb: add ignore and clean rules for minified files | Mark Rada | 2 | -1/+2 |
2010-04-02 | builtin/commit: remove unnecessary variable definition | Markus Heidelberg | 1 | -1/+1 |
2010-04-02 | builtin/commit: fix duplicated sentence in a comment | Markus Heidelberg | 1 | -2/+2 |
2010-04-02 | Integrate version 3 ciabot scripts into contrib/. | Eric Raymond | 3 | -0/+426 |
2010-04-01 | fix textconv leak in emit_rewrite_diff | Jeff King | 1 | -0/+4 |
2010-04-01 | fix const-correctness of write_sha1_file | Jeff King | 2 | -4/+4 |
2010-04-01 | Makefile: update defaults for modern Cygwin | Eric Blake | 1 | -10/+12 |
2010-03-31 | Sync with 1.7.0.4 | Junio C Hamano | 11 | -17/+51 |
2010-03-31 | Git 1.7.0.4 | Junio C Hamano | 3 | -4/+13 |
2010-03-31 | Merge branch 'jc/maint-refs-dangling' into maint | Junio C Hamano | 2 | -7/+10 |
2010-03-31 | Documentation: show-ref <pattern>s are optional | Holger Weiß | 1 | -1/+1 |
2010-03-31 | Link against libiconv on IRIX | Holger Weiß | 1 | -0/+2 |
2010-03-31 | Don't redefine htonl and ntohl on big-endian | Holger Weiß | 1 | -0/+2 |
2010-03-31 | gitweb: git_get_project_config requires only $git_dir, not also $project | Jakub Narebski | 1 | -2/+1 |
2010-03-31 | Updated the usage string of git reset | Jan Stępień | 1 | -1/+2 |
2010-03-30 | Documentation: Clarify support for smart HTTP backend | Greg Bacon | 1 | -1/+1 |
2010-03-30 | Windows: fix utime() for read-only files | Johannes Sixt | 1 | -2/+18 |
2010-03-30 | diff: fix textconv error zombies | Johannes Sixt | 1 | -6/+11 |
2010-03-29 | Merge branch 'maint' | Junio C Hamano | 2 | -1/+12 |
2010-03-29 | format-patch: Squelch 'fatal: Not a range." error | Kevin Ballard | 2 | -1/+12 |
2010-03-29 | refs.c: Write reflogs for notes just like for branch heads | Michael J Gruber | 2 | -1/+2 |
2010-03-29 | t3301-notes: Test the creation of reflog entries | Michael J Gruber | 1 | -0/+9 |
2010-03-29 | RPM spec: include bash completion support | Ian Ward Comfort | 1 | -0/+7 |
2010-03-28 | Update draft release notes to 1.7.1 | Junio C Hamano | 1 | -9/+10 |
2010-03-28 | Merge branch 'cc/cherry-pick-ff' | Junio C Hamano | 8 | -18/+168 |
2010-03-28 | Merge branch 'sb/notes-parse-opt' | Junio C Hamano | 2 | -159/+382 |
2010-03-28 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+19 |
2010-03-28 | Makefile: Remove usage of deprecated Python "has_key" method | David Aguilar | 1 | -3/+2 |
2010-03-28 | rebase -i: make post-rewrite work for 'edit' | Thomas Rast | 2 | -2/+19 |
2010-03-28 | Prepare for 1.7.0.4 | Junio C Hamano | 2 | -1/+20 |
2010-03-28 | Merge branch 'cp/add-u-pathspec' into maint | Junio C Hamano | 3 | -9/+39 |
2010-03-28 | Merge branch 'maint' | Junio C Hamano | 4 | -39/+55 |
2010-03-28 | t9350: fix careless use of "cd" | Junio C Hamano | 1 | -33/+38 |
2010-03-28 | difftool: Fix '--gui' when diff.guitool is unconfigured | David Aguilar | 2 | -5/+16 |
2010-03-28 | fast-export: don't segfault when marks file cannot be opened | Sverre Rabbelier | 1 | -1/+1 |
2010-03-28 | imap-send: suppress warning about cleartext password with CRAM-MD5 | Chris Webb | 1 | -3/+3 |
2010-03-25 | send-email: lazily assign editor variable | Michael J Gruber | 1 | -1/+4 |
2010-03-24 | fmt-merge-msg: hide summary option | Stephen Boyd | 1 | -1/+3 |
2010-03-24 | fmt-merge-msg: remove custom string_list implementation | Stephen Boyd | 1 | -83/+44 |
2010-03-24 | string-list: add unsorted_string_list_lookup() | Stephen Boyd | 3 | -5/+17 |
2010-03-24 | fmt-merge-msg: use pretty.c routines | Stephen Boyd | 1 | -21/+8 |