Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 |
| * | | | Fixes for ancient versions of GNU make | Johannes Schindelin | 2006-02-18 | 1 | -25/+43 |
* | | | | Makefile tweaks: Solaris 9+ dont need iconv / move up uname variables | Paul Jakma | 2006-02-21 | 1 | -6/+8 |
| |_|/ |/| | | |||||
* | | | Merge part of jc/portable branch | Junio C Hamano | 2006-02-21 | 1 | -0/+25 |
|\ \ \ | |/ / | |||||
| * | | Optionally work without python | Johannes Schindelin | 2006-02-18 | 1 | -0/+9 |
| * | | Support Irix | Johannes Schindelin | 2006-02-17 | 1 | -0/+10 |
| * | | Optionally support old diffs | Johannes Schindelin | 2006-02-17 | 1 | -0/+6 |
| |/ | |||||
* | | git-mktree: reverse of git-ls-tree. | Junio C Hamano | 2006-02-21 | 1 | -1/+1 |
* | | Merge branch 'lt/merge-tree' | Junio C Hamano | 2006-02-21 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Handling large files with GIT | Linus Torvalds | 2006-02-15 | 1 | -1/+1 |
* | | Allow building Git in systems without iconv | Fernando J. Pereda | 2006-02-16 | 1 | -0/+6 |
|/ | |||||
* | Print an error if cloning a http repo and NO_CURL is set | Fernando J. Pereda | 2006-02-15 | 1 | -0/+1 |
* | s/SHELL/SHELL_PATH/ in Makefile | Fredrik Kuivinen | 2006-02-13 | 1 | -1/+1 |
* | git-status -v | Junio C Hamano | 2006-02-10 | 1 | -2/+5 |
* | git-rerere: reuse recorded resolve. | Junio C Hamano | 2006-02-06 | 1 | -1/+1 |
* | git-show | Junio C Hamano | 2006-02-05 | 1 | -1/+4 |
* | diff-tree -c: show a merge commit a bit more sensibly. | Junio C Hamano | 2006-01-28 | 1 | -1/+1 |
* | Add freebsd support in Makefile | Alecs King | 2006-01-26 | 1 | -0/+5 |
* | Add compat/unsetenv.c . | Jason Riedy | 2006-01-25 | 1 | -0/+5 |
* | Run GIT-VERSION-GEN with $(SHELL), not sh. | Jason Riedy | 2006-01-25 | 1 | -1/+1 |
* | DT_UNKNOWN: do not fully trust existence of DT_UNKNOWN | Junio C Hamano | 2006-01-21 | 1 | -0/+7 |
* | fsck-objects: support platforms without d_ino in struct dirent. | Junio C Hamano | 2006-01-21 | 1 | -0/+6 |
* | Makefile: do not assume lack of IPV6 means no sockaddr_storage. | Junio C Hamano | 2006-01-21 | 1 | -1/+11 |
* | Disable USE_SYMLINK_HEAD by default | Pavel Roskin | 2006-01-19 | 1 | -1/+3 |
* | Fix the installation location. | Junio C Hamano | 2006-01-13 | 1 | -8/+7 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 | 1 | -4/+9 |