Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update draft release notes for 1.6.1 | Junio C Hamano | 2008-08-20 | 1 | -5/+21 |
* | Merge branch 'maint' | Junio C Hamano | 2008-08-20 | 18 | -23/+108 |
|\ | |||||
| * | Update draft release notes for 1.6.0.1 | Junio C Hamano | 2008-08-20 | 1 | -2/+18 |
| * | Add hints to revert documentation about other ways to undo changes | Tarmigan Casebolt | 2008-08-20 | 1 | -0/+9 |
| * | Install templates with the user and group of the installing personality | Johannes Sixt | 2008-08-20 | 1 | -1/+1 |
| * | "git-merge": allow fast-forwarding in a stat-dirty tree | Junio C Hamano | 2008-08-20 | 2 | -1/+11 |
| * | completion: find out supported merge strategies correctly | Junio C Hamano | 2008-08-20 | 1 | -6/+8 |
| * | decorate: allow const objects to be decorated | Jeff King | 2008-08-20 | 2 | -8/+9 |
| * | for-each-ref: cope with tags with incomplete lines | Junio C Hamano | 2008-08-20 | 2 | -1/+13 |
| * | diff --check: do not get confused by new blank lines in the middle | Junio C Hamano | 2008-08-20 | 2 | -0/+12 |
| * | remote.c: remove useless if-before-free test | Jim Meyering | 2008-08-19 | 1 | -2/+1 |
| * | mailinfo: avoid violating strbuf assertion | Jeff King | 2008-08-19 | 4 | -1/+25 |
| * | git format-patch: avoid underrun when format.headers is empty or all NLs | Jim Meyering | 2008-08-19 | 1 | -1/+1 |
* | | Merge branch 'bd/diff-strbuf' | Junio C Hamano | 2008-08-19 | 5 | -71/+53 |
|\ \ | |||||
| * | | xdiff-interface: hide the whole "xdiff_emit_state" business from the caller | Junio C Hamano | 2008-08-14 | 5 | -39/+33 |
| * | | Use strbuf for struct xdiff_emit_state's remainder | Brian Downing | 2008-08-13 | 2 | -24/+12 |
| * | | Make xdi_diff_outf interface for running xdiff_outf diffs | Brian Downing | 2008-08-13 | 5 | -23/+23 |
* | | | Merge branch 'dp/hash-literally' | Junio C Hamano | 2008-08-19 | 5 | -122/+178 |
|\ \ \ | |||||
| * | | | add --no-filters option to git hash-object | Dmitry Potapov | 2008-08-03 | 3 | -5/+44 |
| * | | | add --path option to git hash-object | Dmitry Potapov | 2008-08-03 | 3 | -7/+48 |
| * | | | use parse_options() in git hash-object | Dmitry Potapov | 2008-08-03 | 1 | -69/+53 |
| * | | | correct usage help string for git-hash-object | Dmitry Potapov | 2008-08-03 | 2 | -2/+5 |
| * | | | correct argument checking test for git hash-object | Dmitry Potapov | 2008-08-03 | 1 | -4/+4 |
| * | | | teach index_fd to work with pipes | Dmitry Potapov | 2008-08-03 | 3 | -52/+41 |
* | | | | Merge branch 'js/checkout-dwim-local' | Junio C Hamano | 2008-08-19 | 3 | -4/+38 |
|\ \ \ \ | |||||
| * | | | | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 2008-08-11 | 3 | -4/+38 |
* | | | | | Merge branch 'ph/enable-threaded' | Junio C Hamano | 2008-08-19 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Enable threaded delta search on *BSD and Linux. | Pierre Habouzit | 2008-07-22 | 1 | -0/+5 |
* | | | | | | Merge branch 'jk/pager-swap' | Junio C Hamano | 2008-08-19 | 3 | -44/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | spawn pager via run_command interface | Jeff King | 2008-07-25 | 1 | -44/+11 |
| * | | | | | | run-command: add pre-exec callback | Jeff King | 2008-07-25 | 2 | -0/+3 |
* | | | | | | | Merge branch 'rs/imap' | Junio C Hamano | 2008-08-19 | 4 | -423/+586 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation: Improve documentation for git-imap-send(1) | Robert Shearman | 2008-07-25 | 1 | -12/+65 |
| * | | | | | | | imap-send.c: more style fixes | Junio C Hamano | 2008-07-25 | 1 | -114/+111 |
| * | | | | | | | imap-send.c: style fixes | Robert Shearman | 2008-07-25 | 1 | -329/+300 |
| * | | | | | | | git-imap-send: Support SSL | Robert Shearman | 2008-07-25 | 4 | -16/+156 |
| * | | | | | | | git-imap-send: Allow the program to be run from subdirectories of a git tree | Robert Shearman | 2008-07-25 | 1 | -0/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'js/mingw-stat' | Junio C Hamano | 2008-08-19 | 5 | -43/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Revert "Windows: Use a customized struct stat that also has the st_blocks mem... | Johannes Sixt | 2008-08-18 | 2 | -32/+11 |
| * | | | | | | | compat: introduce on_disk_bytes() | Junio C Hamano | 2008-08-18 | 5 | -11/+15 |
* | | | | | | | | reword --full-index description | Jim Meyering | 2008-08-19 | 1 | -3/+3 |
* | | | | | | | | SubmittingPatches: fix a typo | Jim Meyering | 2008-08-19 | 1 | -1/+1 |
* | | | | | | | | add boolean diff.suppress-blank-empty config option | Jim Meyering | 2008-08-19 | 3 | -0/+56 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-19 | 4 | -11/+14 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0' | Brandon Casey | 2008-08-18 | 1 | -4/+6 |
| * | | | | | | adapt git-cvsserver manpage to dash-free syntax | Robert Schiele | 2008-08-18 | 1 | -4/+4 |
| * | | | | | | mailinfo: re-fix MIME multipart boundary parsing | Don Zickus | 2008-08-18 | 2 | -3/+4 |
* | | | | | | | Start 1.6.1 cycle | Junio C Hamano | 2008-08-17 | 2 | -1/+43 |
|/ / / / / / | |||||
* | | | | | | Start 1.6.0.X maintenance series | Junio C Hamano | 2008-08-17 | 2 | -1/+16 |
* | | | | | | GIT 1.6.0v1.6.0 | Junio C Hamano | 2008-08-17 | 3 | -13/+17 |