Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Make git-tar-tree use the tree_desc abstractions | Linus Torvalds | 2006-01-31 | 1 | -23/+24 | |
* | Make the "struct tree_desc" operations available to others | Linus Torvalds | 2006-01-31 | 2 | -6/+9 | |
*-. | Merge branches 'bf/doc' and 'db/tartree' | Junio C Hamano | 2006-01-30 | 3 | -284/+193 | |
|\ \ | ||||||
| | * | Use struct commit in tar-tree | Daniel Barkalow | 2006-01-30 | 1 | -35/+6 | |
| | * | Use struct tree in tar-tree | Daniel Barkalow | 2006-01-30 | 1 | -26/+24 | |
| |/ |/| | ||||||
| * | documentation: cvs migration - typofix. | Junio C Hamano | 2006-01-30 | 1 | -1/+1 | |
| * | cvs-migration documentation update | J. Bruce Fields | 2006-01-30 | 2 | -223/+163 | |
|/ | ||||||
* | cvsexportcommit: add some examples to the documentation | Martin Langhoff | 2006-01-29 | 1 | -0/+21 | |
* | exportcommit: replace backticks with safe_pipe_capture() or system() - initia... | Martin Langhoff | 2006-01-29 | 1 | -20/+33 | |
* | cvsimport: Add -S <skipfileregex> support and -v announces files retrieved | Martin Langhoff | 2006-01-29 | 1 | -4/+15 | |
* | Merge fixes up to GIT 1.1.6 | Junio C Hamano | 2006-01-29 | 5 | -15/+30 | |
|\ | ||||||
| * | GIT 1.1.6v1.1.6 | Junio C Hamano | 2006-01-29 | 5 | -15/+30 | |
| |\ | ||||||
| | * | git push -f documentation | J. Bruce Fields | 2006-01-29 | 1 | -4/+4 | |
| | * | git-branch: Documentation fixes | Fredrik Kuivinen | 2006-01-29 | 2 | -3/+6 | |
| | * | merge-recursive: Improve the error message printed when merge(1) isn't found. | Fredrik Kuivinen | 2006-01-29 | 1 | -5/+10 | |
| | * | [PATCH] pre-commit sample hook: do not barf on the initial import | Junio C Hamano | 2006-01-29 | 1 | -3/+10 | |
* | | | Documentation: diff -c/--cc | Junio C Hamano | 2006-01-28 | 3 | -3/+73 | |
* | | | diff-files -c/--cc: combine only when both ours and theirs exist. | Junio C Hamano | 2006-01-28 | 1 | -2/+7 | |
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*-----. \ \ | Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev | Junio C Hamano | 2006-01-28 | 15 | -107/+932 | |
|\ \ \ \ \ \ | ||||||
| | | | * | | | diff --abbrev=<n> option fix. | Junio C Hamano | 2006-01-28 | 1 | -1/+6 | |
| | | | * | | | pretty_print_commit: honor grafts. | Junio C Hamano | 2006-01-28 | 1 | -26/+26 | |
| | | | * | | | pretty_print_commit(): pass commit object instead of commit->buffer. | Junio C Hamano | 2006-01-28 | 5 | -10/+10 | |
| | | | * | | | Rename rev-parse --abbrev to --short. | Junio C Hamano | 2006-01-28 | 1 | -2/+2 | |
| | | | * | | | rev-parse --abbrev: do not try abbrev shorter than minimum. | Junio C Hamano | 2006-01-28 | 1 | -2/+4 | |
| | | | * | | | diff-tree: abbreviate merge parent object names with --abbrev --pretty. | Junio C Hamano | 2006-01-28 | 5 | -9/+18 | |
| | | | * | | | rev-parse: --abbrev option. | Junio C Hamano | 2006-01-28 | 1 | -0/+14 | |
| | | | * | | | abbrev cleanup: use symbolic constants | Junio C Hamano | 2006-01-28 | 5 | -8/+7 | |
| |_|_|/ / / |/| | | | | | ||||||
| | | * | | | rev-parse: make "whatchanged -- git-fetch-script" work again. | Junio C Hamano | 2006-01-28 | 1 | -1/+3 | |
| |_|/ / / |/| | | | | ||||||
| | * | | | diff-files: -c and --cc options. | Junio C Hamano | 2006-01-28 | 3 | -23/+99 | |
| | * | | | combine-diff: better hunk splitting. | Junio C Hamano | 2006-01-28 | 1 | -27/+116 | |
| | * | | | diff-tree --cc: squelch header generation on empty patch. | Junio C Hamano | 2006-01-28 | 1 | -16/+30 | |
| | * | | | combine-diff: extend --cc logic to Octopus. | Junio C Hamano | 2006-01-28 | 1 | -26/+63 | |
| | * | | | combine-diff: minor output changes. | Junio C Hamano | 2006-01-28 | 1 | -3/+2 | |
| | * | | | combine-diff: fix appending at the tail of a list. | Junio C Hamano | 2006-01-28 | 1 | -11/+6 | |
| | * | | | diff-tree --cc: denser combined diff output for a merge commit. | Junio C Hamano | 2006-01-28 | 3 | -8/+73 | |
| | * | | | diff-tree -c: show a merge commit a bit more sensibly. | Junio C Hamano | 2006-01-28 | 4 | -7/+502 | |
| |/ / / |/| | | | ||||||
| * | | | rev-list --remove-empty: add minimum help and doc entry. | Junio C Hamano | 2006-01-28 | 2 | -0/+5 | |
| * | | | rev-list: stop when the file disappears | Linus Torvalds | 2006-01-28 | 1 | -58/+78 | |
|/ / / | ||||||
* | | | merge: seed the commit message with list of conflicted files. | Junio C Hamano | 2006-01-27 | 1 | -0/+8 | |
* | | | Merge fixes up to GIT 1.1.5 | Junio C Hamano | 2006-01-27 | 1 | -6/+3 | |
|\ \ \ | |/ / | ||||||
| * | | GIT 1.1.5v1.1.5 | Junio C Hamano | 2006-01-27 | 1 | -6/+3 | |
| |\ \ | ||||||
| | * \ | GIT 1.0.13v1.0.13 | Junio C Hamano | 2006-01-27 | 2 | -7/+4 | |
| | |\ \ | ||||||
| | | * | | checkout: do not make a temporary copy of symlink target. | Junio C Hamano | 2006-01-27 | 1 | -6/+3 | |
* | | | | | Add freebsd support in Makefile | Alecs King | 2006-01-26 | 1 | -0/+5 | |
* | | | | | Make GIT-VERSION-GEN tolerate missing git describe command again | Uwe Zeisberger | 2006-01-26 | 1 | -3/+5 | |
* | | | | | Use symbolic name SHORT_NAME_AMBIGUOUS as error return value | Uwe Zeisberger | 2006-01-26 | 1 | -1/+1 | |
* | | | | | Remove unneeded header | Uwe Zeisberger | 2006-01-26 | 1 | -1/+0 | |
* | | | | | git-fetch --upload-pack: disambiguate. | Junio C Hamano | 2006-01-26 | 2 | -4/+3 | |
* | | | | | Only use a single parser for tree objects | Daniel Barkalow | 2006-01-26 | 5 | -46/+31 | |
* | | | | | Add compat/unsetenv.c . | Jason Riedy | 2006-01-25 | 4 | -0/+37 |