| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | When exec() fails include the failing command in the error message | Ask Bjørn Hansen | 2007-11-07 | 1 | -1/+1 |
| * | | | | RelNotes-1.5.3.5: fix another typo | David D Kilzer | 2007-11-07 | 1 | -1/+1 |
* | | | | | Merge branch 'mh/work-tree' | Junio C Hamano | 2007-11-07 | 6 | -14/+20 |
|\ \ \ \ \ |
|
| * | | | | | Make git-blame fail when working tree is needed and we're not in one | Mike Hommey | 2007-11-05 | 1 | -0/+1 |
| * | | | | | Don't always require working tree for git-rm | Mike Hommey | 2007-11-05 | 2 | -1/+4 |
| * | | | | | Use setup_work_tree() in builtin-ls-files.c | Mike Hommey | 2007-11-05 | 1 | -5/+2 |
| * | | | | | Refactor working tree setup | Mike Hommey | 2007-11-05 | 3 | -8/+13 |
| | |_|/ /
| |/| | | |
|
* | | | | | Small code readability improvement in show_reference() in builtin-tag.c | Mike Hommey | 2007-11-07 | 1 | -7/+6 |
* | | | | | send-email: apply --suppress-from to S-o-b and cc-cmd | Uwe Kleine-König | 2007-11-07 | 2 | -4/+4 |
* | | | | | Fix minor nits in configure.ac | Ralf Wildenhues | 2007-11-07 | 1 | -3/+3 |
* | | | | | Deprecate git-lost-found | Johannes Schindelin | 2007-11-07 | 3 | -0/+9 |
* | | | | | contrib/hooks/post-receive-email: make subject prefix configurable | Gerrit Pape | 2007-11-07 | 1 | -3/+5 |
* | | | | | contrib/hooks/post-receive-email: reformat to wrap comments at 76 chars | Gerrit Pape | 2007-11-07 | 1 | -92/+107 |
* | | | | | contrib/hooks/post-receive-email: fix typo | Gerrit Pape | 2007-11-07 | 1 | -1/+1 |
* | | | | | restore fetching with thin-pack capability | Nicolas Pitre | 2007-11-07 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-05 | 7 | -9/+108 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove a couple of duplicated include | Marco Costalba | 2007-11-05 | 2 | -2/+0 |
| * | | | grep with unmerged index | Junio C Hamano | 2007-11-05 | 1 | -1/+1 |
| * | | | Merge branch 'gp/maint-diffdoc' into maint | Junio C Hamano | 2007-11-05 | 2 | -9/+13 |
| |\ \ \ |
|
| * | | | | git-daemon: fix remote port number in log entry | Gerrit Pape | 2007-11-05 | 1 | -2/+2 |
| * | | | | git-svn: t9114: verify merge commit message in test | Eric Wong | 2007-11-05 | 1 | -0/+5 |
| * | | | | git-svn: fix dcommit clobbering when committing a series of diffs | Eric Wong | 2007-11-05 | 2 | -4/+100 |
| | |_|/
| |/| | |
|
* | | | | Fix comment in strbuf.h to use correct name strbuf_avail() | Steffen Prohaska | 2007-11-05 | 1 | -4/+4 |
* | | | | Some better parse-options documentation. | Pierre Habouzit | 2007-11-05 | 1 | -2/+35 |
* | | | | gc: --prune prunes unreferenced objects. | Junio C Hamano | 2007-11-05 | 1 | -1/+1 |
* | | | | t3502: Disambiguate between file and rev by adding -- | Brian Gernhardt | 2007-11-05 | 1 | -4/+4 |
* | | | | Add more tests for git-clean | Shawn Bohrer | 2007-11-05 | 1 | -0/+105 |
* | | | | Use parseopts in builtin-push | Daniel Barkalow | 2007-11-05 | 1 | -52/+36 |
* | | | | Split off the pretty print stuff into its own file | Johannes Schindelin | 2007-11-05 | 3 | -719/+724 |
* | | | | Fix an infinite loop in sq_quote_buf(). | Johannes Sixt | 2007-11-04 | 2 | -1/+8 |
* | | | | Merge branch 'jc/format-patch-encoding' | Junio C Hamano | 2007-11-04 | 8 | -9/+66 |
|\ \ \ \ |
|
| * | | | | test format-patch -s: make sure MIME content type is shown as needed | Junio C Hamano | 2007-11-02 | 1 | -0/+42 |
| * | | | | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 2007-11-01 | 7 | -9/+24 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'jc/revert-merge' | Junio C Hamano | 2007-11-04 | 5 | -8/+181 |
|\ \ \ \ |
|
| * | | | | cherry-pick/revert -m: add tests | Junio C Hamano | 2007-11-02 | 1 | -0/+123 |
| * | | | | revert/cherry-pick: work on merge commits as well | Junio C Hamano | 2007-10-26 | 4 | -9/+64 |
* | | | | | Merge branch 'ss/mailsplit' | Junio C Hamano | 2007-11-04 | 3 | -0/+15 |
|\ \ \ \ \ |
|
| * | | | | | Make mailsplit and mailinfo strip whitespace from the start of the input | Simon Sasburg | 2007-11-02 | 3 | -0/+15 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'np/pack' | Junio C Hamano | 2007-11-04 | 3 | -7/+34 |
|\ \ \ \ \ |
|
| * | | | | | pack-objects: get rid of an ugly cast | Nicolas Pitre | 2007-11-02 | 1 | -6/+6 |
| * | | | | | make the pack index version configurable | Nicolas Pitre | 2007-11-02 | 3 | -0/+28 |
| |/ / / / |
|
* | | | | | Merge branch 'jn/gitweb' | Junio C Hamano | 2007-11-04 | 2 | -66/+187 |
|\ \ \ \ \ |
|
| * | | | | | gitweb: Use config file for repository description and URLs | Jakub Narebski | 2007-11-02 | 1 | -2/+8 |
| * | | | | | gitweb: Read repo config using 'git config -z -l' | Jakub Narebski | 2007-11-02 | 1 | -7/+108 |
| * | | | | | gitweb: Add tests for overriding gitweb config with repo config | Jakub Narebski | 2007-11-02 | 1 | -0/+23 |
| * | | | | | gitweb: Use href(-replay=>1, action=>...) to generate alternate views | Jakub Narebski | 2007-11-02 | 1 | -18/+11 |
| * | | | | | gitweb: Use href(-replay=>1, page=>...) to generate pagination links | Jakub Narebski | 2007-11-02 | 1 | -29/+15 |
| * | | | | | gitweb: Easier adding/changing parameters to current URL | Jakub Narebski | 2007-11-02 | 1 | -0/+9 |
| * | | | | | gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test | Jakub Narebski | 2007-11-02 | 1 | -1/+0 |
| * | | | | | gitweb: Add 'status_str' to parse_difftree_raw_line output | Jakub Narebski | 2007-11-01 | 1 | -2/+3 |