| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ds/maint-deflatebound' into maint | Junio C Hamano | 2007-11-16 | 4 | -1/+28 |
|\ |
|
| * | Improve accuracy of check for presence of deflateBound. | David Symonds | 2007-11-07 | 4 | -1/+28 |
* | | Fix per-directory exclude handing for "git add" | Junio C Hamano | 2007-11-16 | 2 | -2/+28 |
* | | core.excludesfile clean-up | Junio C Hamano | 2007-11-16 | 7 | -34/+26 |
* | | Fix t9101 test failure caused by Subversion "auto-props" | Wincent Colaiuta | 2007-11-16 | 1 | -1/+1 |
* | | git-send-email: add charset header if we add encoded 'From' | Jeff King | 2007-11-16 | 1 | -3/+31 |
* | | git-clean: honor core.excludesfile | Junio C Hamano | 2007-11-14 | 2 | -1/+19 |
* | | Documentation: Fix man page breakage with DocBook XSL v1.72 | Jonas Fonseca | 2007-11-14 | 3 | -3/+12 |
* | | git-remote.txt: fix typo | Sergei Organov | 2007-11-14 | 1 | -1/+1 |
* | | core-tutorial.txt: Fix argument mistake in an example. | Sergei Organov | 2007-11-14 | 1 | -2/+2 |
* | | replace reference to git-rm with git-reset in git-commit doc | Jing Xue | 2007-11-14 | 2 | -4/+8 |
* | | Grammar fixes for gitattributes documentation | Wincent Colaiuta | 2007-11-14 | 1 | -8/+9 |
* | | Don't allow fast-import tree delta chains to exceed maximum depth | Shawn O. Pearce | 2007-11-13 | 1 | -7/+13 |
* | | revert/cherry-pick: allow starting from dirty work tree. | Junio C Hamano | 2007-11-13 | 1 | -1/+1 |
* | | t/t3404: fix test for a bogus todo file. | Junio C Hamano | 2007-11-13 | 1 | -1/+1 |
* | | Merge branch 'sp/maint-plug-traverse-commit-list-leak' into maint | Junio C Hamano | 2007-11-12 | 1 | -0/+7 |
|\ \ |
|
| * | | Fix memory leak in traverse_commit_list | Shawn O. Pearce | 2007-11-10 | 1 | -0/+7 |
* | | | for-each-ref: fix off by one read. | Christian Couder | 2007-11-11 | 1 | -1/+1 |
* | | | git-branch: remove mention of non-existent '-b' option | Jeff King | 2007-11-11 | 1 | -1/+1 |
* | | | git-svn: prevent dcommitting if the index is dirty. | Benoit Sigoure | 2007-11-11 | 2 | -0/+9 |
* | | | fix index-pack with packs >4GB containing deltas on 32-bit machines | Nicolas Pitre | 2007-11-11 | 1 | -1/+1 |
* | | | git-hash-object should honor config variables | Nicolas Pitre | 2007-11-11 | 1 | -0/+2 |
* | | | gitweb: correct month in date display for atom feeds | Vincent Zanotti | 2007-11-10 | 1 | -1/+1 |
* | | | print warning/error/fatal messages in one shot | Nicolas Pitre | 2007-11-09 | 1 | -3/+3 |
|/ / |
|
* | | Start preparing for 1.5.3.6 | Junio C Hamano | 2007-11-09 | 2 | -1/+22 |
* | | git-send-email: Change the prompt for the subject of the initial message. | Benoit Sigoure | 2007-11-09 | 1 | -1/+1 |
* | | SubmittingPatches: improve the 'Patch:' section of the checklist | Sergei Organov | 2007-11-08 | 1 | -5/+4 |
* | | instaweb: Minor cleanups and fixes for potential problems | Jonas Fonseca | 2007-11-08 | 1 | -9/+8 |
* | | stop t1400 hiding errors in tests | Alex Riesen | 2007-11-08 | 1 | -1/+1 |
* | | Makefile: add missing dependency on wt-status.h | Junio C Hamano | 2007-11-08 | 1 | -0/+1 |
* | | refresh_index_quietly(): express "optional" nature of index writing better | Junio C Hamano | 2007-11-08 | 1 | -9/+5 |
* | | Fix sed string regex escaping in module_name. | Ralf Wildenhues | 2007-11-08 | 1 | -1/+1 |
* | | Avoid a few unportable, needlessly nested "...`...". | Ralf Wildenhues | 2007-11-08 | 2 | -4/+4 |
* | | git-mailsplit: with maildirs not only process cur/, but also new/ | Gerrit Pape | 2007-11-08 | 1 | -16/+22 |
|/ |
|
* | Add Documentation/CodingGuidelines | Johannes Schindelin | 2007-11-07 | 1 | -0/+112 |
* | 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 |
* | 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-diff.txt: add section "output format" describing the diff formats | Gerrit Pape | 2007-11-01 | 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 |
* | | RelNotes-1.5.3.5: fix typo | David D Kilzer | 2007-11-03 | 1 | -2/+2 |
* | | Delay pager setup in git blame | Mike Hommey | 2007-11-03 | 1 | -3/+3 |
* | | git-cvsimport: really convert underscores in branch names to dots with -u | Gerrit Pape | 2007-11-03 | 1 | -0/+1 |
* | | Fixing path quoting in git-rebase | Jonathan del Strother | 2007-11-02 | 1 | -13/+13 |
* | | Merge branch 'bk/maint-cvsexportcommit' into maint | Junio C Hamano | 2007-11-02 | 1 | -3/+10 |
|\ \ |
|
| * | | cvsexportcommit: fix for commits that do not have parents | Brad King | 2007-10-31 | 1 | -3/+10 |