Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'master' into jc/diff | Junio C Hamano | 2006-04-10 | 1 | -1/+1 | |
|\ | ||||||
| * | Retire diffcore-pathspec. | Junio C Hamano | 2006-04-10 | 1 | -1/+1 | |
* | | log-tree: separate major part of diff-tree. | Junio C Hamano | 2006-04-09 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'nh/http' into next | Junio C Hamano | 2006-04-05 | 1 | -1/+3 | |
|\ | ||||||
| * | Fix compile with expat, but an old curl version | Johannes Schindelin | 2006-04-05 | 1 | -1/+3 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge branches 'master' and 'jc/combine' into next | Junio C Hamano | 2006-04-05 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | combine-diff: refactor built-in xdiff interface. | Junio C Hamano | 2006-04-05 | 1 | -1/+1 | |
| * | | Add git-clean command | Pavel Roskin | 2006-04-05 | 1 | -1/+1 | |
| |/ | ||||||
* | | http-fetch: add optional DAV-based pack list | Nick Hengeveld | 2006-04-04 | 1 | -1/+6 | |
|/ | ||||||
* | Set HTTP user agent to git/GIT_VERSION | Nick Hengeveld | 2006-04-04 | 1 | -0/+3 | |
* | Makefile: many programs now depend on xdiff/lib.a having been built. | Junio C Hamano | 2006-03-31 | 1 | -4/+4 | |
* | tree/diff header cleanup. | Junio C Hamano | 2006-03-29 | 1 | -2/+3 | |
* | Add ALL_LDFLAGS to the git target. | Jason Riedy | 2006-03-27 | 1 | -1/+2 | |
* | Merge branch 'lt/diffgen' into next | Junio C Hamano | 2006-03-26 | 1 | -4/+5 | |
|\ | ||||||
| * | add clean and ignore rules for xdiff/ | Junio C Hamano | 2006-03-26 | 1 | -1/+2 | |
| * | Remove dependency on a file named "-lz" | Johannes Schindelin | 2006-03-26 | 1 | -3/+3 | |
* | | Merge branch 'lt/diffgen' into next | Junio C Hamano | 2006-03-25 | 1 | -2/+9 | |
|\ \ | |/ | ||||||
| * | Use a *real* built-in diff generator | Linus Torvalds | 2006-03-25 | 1 | -2/+9 | |
* | | Merge branch 'master' into next | Junio C Hamano | 2006-03-18 | 1 | -2/+9 | |
|\ \ | |/ | ||||||
| * | Makefile: Add TAGS and tags targets | Fredrik Kuivinen | 2006-03-18 | 1 | -2/+9 | |
* | | Merge branch 'fk/blame' into next | Junio C Hamano | 2006-03-10 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Add git-imap-send, derived from isync 1.0.1. | Mike McCormack | 2006-03-10 | 1 | -1/+3 | |
* | | Merge branch 'jc/fsck' into next | Junio C Hamano | 2006-03-09 | 1 | -3/+6 | |
|\ \ | |/ | ||||||
| * | Nicer output from 'git' | Fredrik Kuivinen | 2006-03-09 | 1 | -2/+5 | |
| * | test-delta needs zlib to compile | Nicolas Pitre | 2006-03-09 | 1 | -1/+1 | |
* | | Merge branch 'master' into next | Junio C Hamano | 2006-03-07 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update http-push functionality | Nick Hengeveld | 2006-03-07 | 1 | -1/+1 | |
| * | blame: avoid -lm by not using log(). | Junio C Hamano | 2006-03-05 | 1 | -4/+0 | |
| * | git-blame: Make the output human readable | Fredrik Kuivinen | 2006-03-05 | 1 | -0/+4 | |
* | | count-delta: no need for this anymore. | Junio C Hamano | 2006-03-04 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'fk/blame' | Junio C Hamano | 2006-03-04 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge part of 'lt/rev-list' into 'fk/blame' | Junio C Hamano | 2006-03-02 | 1 | -44/+66 | |
| |\ | ||||||
| * | | Add git-blame, a tool for assigning blame. | Fredrik Kuivinen | 2006-02-21 | 1 | -1/+1 | |
* | | | Merge branch 'lt/rev-list' | Junio C Hamano | 2006-03-04 | 1 | -7/+6 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Rip out merge-order and make "git log <paths>..." work again. | Linus Torvalds | 2006-03-01 | 1 | -4/+3 | |
| * | | Tie it all together: "git log" | Linus Torvalds | 2006-02-28 | 1 | -1/+1 | |
| * | | Introduce trivial new pager.c helper infrastructure | Linus Torvalds | 2006-02-28 | 1 | -1/+1 | |
| * | | First cut at libifying revlist generation | Linus Torvalds | 2006-02-26 | 1 | -2/+2 | |
* | | | diffcore-rename: split out the delta counting code. | Junio C Hamano | 2006-02-28 | 1 | -1/+2 | |
* | | | Darwin: Ignore missing /sw/lib | Shawn Pearce | 2006-02-28 | 1 | -4/+8 | |
|/ / | ||||||
* | | Build and install git-mailinfo. | Junio C Hamano | 2006-02-24 | 1 | -2/+2 | |
* | | Merge branch 'ml/cvs' | Junio C Hamano | 2006-02-22 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Introducing git-cvsserver -- a CVS emulator for git. | Martin Langhoff | 2006-02-22 | 1 | -0/+1 | |
* | | | Merge branch 'ra/anno' | Junio C Hamano | 2006-02-22 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Add git-annotate, a tool for assigning blame. | Ryan Anderson | 2006-02-20 | 1 | -0/+1 | |
* | | | | Add new git-rm command with documentation | Carl Worth | 2006-02-22 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'js/portable' | Junio C Hamano | 2006-02-21 | 1 | -28/+48 | |
|\ \ \ | ||||||
| * | | | Fix "gmake -j" | Johannes Schindelin | 2006-02-21 | 1 | -3/+3 | |
| * | | | Really honour NO_PYTHON | Johannes Schindelin | 2006-02-19 | 1 | -2/+4 | |
| * | | | avoid makefile override warning | Johannes Schindelin | 2006-02-19 | 1 | -3/+3 |