| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn: fix revision order when XML::Simple is not loaded | Eric Wong | 2006-02-17 | 1 | -3/+3 |
* | Introducing contrib/git-svn. | Eric Wong | 2006-02-16 | 2 | -0/+978 |
* | Allow building Git in systems without iconv | Fernando J. Pereda | 2006-02-16 | 2 | -0/+10 |
* | Merge branch 'jc/add' | Junio C Hamano | 2006-02-15 | 1 | -0/+11 |
|\ |
|
| * | Detect misspelled pathspec to git-add | Junio C Hamano | 2006-02-15 | 1 | -0/+11 |
* | | Merge fixes up to 1.2.1 | Junio C Hamano | 2006-02-15 | 3 | -6/+22 |
|\ \ |
|
| * | | More useful/hinting error messages in git-checkoutv1.2.1 | Josef Weidendorfer | 2006-02-15 | 1 | -3/+10 |
| * | | Print an error if cloning a http repo and NO_CURL is set | Fernando J. Pereda | 2006-02-15 | 2 | -1/+8 |
| * | | checkout: fix dirty-file display. | Junio C Hamano | 2006-02-14 | 1 | -2/+4 |
* | | | packed objects: minor cleanup | Junio C Hamano | 2006-02-15 | 3 | -5/+5 |
| |/
|/| |
|
* | | ls-files --error-unmatch pathspec error reporting fix. | Junio C Hamano | 2006-02-15 | 1 | -1/+1 |
* | | Merge branch 'kh/svn' | Junio C Hamano | 2006-02-14 | 2 | -3/+8 |
|\ \ |
|
| * | | git-svnimport: -r adds svn revision number to commit messages | Karl Hasselström | 2006-02-14 | 2 | -3/+8 |
* | | | Merge branch 'jc/commit' | Junio C Hamano | 2006-02-14 | 4 | -18/+60 |
|\ \ \ |
|
| * | | | commit: detect misspelled pathspec while making a partial commit. | Junio C Hamano | 2006-02-14 | 2 | -17/+53 |
| | |/
| |/| |
|
| * | | combine-diff: diff-files fix (#2) | Junio C Hamano | 2006-02-14 | 1 | -0/+2 |
| * | | combine-diff: diff-files fix. | Junio C Hamano | 2006-02-13 | 1 | -4/+5 |
* | | | Merge branch 'jc/rebase' | Junio C Hamano | 2006-02-14 | 2 | -0/+159 |
|\ \ \ |
|
| * | | | rebase: allow a hook to refuse rebasing. | Junio C Hamano | 2006-02-13 | 2 | -0/+159 |
* | | | | Merge branch 'ra/email' | Junio C Hamano | 2006-02-14 | 2 | -5/+28 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | send-email: Add --cc | Ryan Anderson | 2006-02-13 | 2 | -2/+9 |
| * | | | send-email: Add some options for controlling how addresses are automatically ... | Ryan Anderson | 2006-02-13 | 2 | -3/+19 |
| |/ / |
|
* | | | Merge some proposed fixes | Junio C Hamano | 2006-02-13 | 3 | -2/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | s/SHELL/SHELL_PATH/ in Makefile | Fredrik Kuivinen | 2006-02-13 | 1 | -1/+1 |
| * | | bisect: remove BISECT_NAMES after done. | Junio C Hamano | 2006-02-13 | 1 | -0/+1 |
| * | | Documentation: git-ls-files asciidocco. | Junio C Hamano | 2006-02-13 | 1 | -1/+1 |
| * | | Documentation: git-commit in 1.2.X series defaults to --include. | Junio C Hamano | 2006-02-13 | 1 | -7/+27 |
| |/ |
|
* | | Merge branch 'pb/bisect' | Junio C Hamano | 2006-02-13 | 1 | -3/+14 |
|\ \ |
|
| * | | Properly git-bisect reset after bisecting from non-master head | Petr Baudis | 2006-02-12 | 1 | -3/+14 |
* | | | git-commit: Now --only semantics is the default. | Junio C Hamano | 2006-02-12 | 2 | -12/+14 |
| |/
|/| |
|
* | | GIT 1.2.0v1.2.0 | Junio C Hamano | 2006-02-12 | 1 | -1/+1 |
* | | Fix "test: unexpected operator" on bsd | Junio C Hamano | 2006-02-12 | 1 | -1/+1 |
|/ |
|
* | git-commit: show dirtiness including index. | Junio C Hamano | 2006-02-12 | 1 | -1/+2 |
* | Make pack-objects chattier. | Junio C Hamano | 2006-02-12 | 1 | -4/+6 |
* | avoid echo -e, there are systems where it does not work | Alex Riesen | 2006-02-12 | 2 | -2/+3 |
* | fix "test: 2: unexpected operator" on bsd | Alex Riesen | 2006-02-12 | 1 | -1/+1 |
* | Fix object re-hashing | Linus Torvalds | 2006-02-12 | 1 | -1/+1 |
* | hashtable-based objects: minimum fixups. | Junio C Hamano | 2006-02-12 | 1 | -2/+4 |
* | Use a hashtable for objects instead of a sorted list | Johannes Schindelin | 2006-02-12 | 4 | -34/+49 |
* | Add howto about separating topics. | kent@lysator.liu.se | 2006-02-12 | 1 | -0/+91 |
* | Merge branch 'pb/repo' | Junio C Hamano | 2006-02-12 | 2 | -8/+37 |
|\ |
|
| * | Add support for explicit type specifiers when calling git-repo-config | Petr Baudis | 2006-02-12 | 2 | -8/+37 |
* | | Merge branch 'jc/fixdiff' | Junio C Hamano | 2006-02-12 | 2 | -3/+3 |
|\ \ |
|
| * | | diff-tree: do not default to -c | Junio C Hamano | 2006-02-11 | 2 | -3/+3 |
| |/ |
|
* | | Avoid using "git-var -l" until it gets fixed. | Junio C Hamano | 2006-02-12 | 2 | -5/+9 |
|/ |
|
* | t5500: adjust to change in pack-object reporting behaviour. | Junio C Hamano | 2006-02-11 | 1 | -1/+1 |
* | Only call git-rerere if $GIT_DIR/rr-cache exists. | Junio C Hamano | 2006-02-11 | 3 | -3/+12 |
* | Use a relative path for SVN importing | Christian Biesinger | 2006-02-11 | 1 | -1/+1 |
* | fetch-clone progress: finishing touches. | Junio C Hamano | 2006-02-11 | 2 | -4/+43 |
* | Fix fetch-clone in the presense of signals | Linus Torvalds | 2006-02-11 | 1 | -4/+7 |