summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-01Make apply accept the -pNUM option like patch does.Daniel Barkalow
2006-02-01Fix HTTP request result processing after slot reuseNick Hengeveld
2006-02-01Make git-tar-tree use the tree_desc abstractionsLinus Torvalds
2006-02-01Make the "struct tree_desc" operations available to othersLinus Torvalds
2006-01-31Merge branches 'bf/doc' and 'db/tartree'Junio C Hamano
2006-01-31documentation: cvs migration - typofix.Junio C Hamano
2006-01-31Use struct commit in tar-treeDaniel Barkalow
2006-01-31Use struct tree in tar-treeDaniel Barkalow
2006-01-31cvs-migration documentation updateJ. Bruce Fields
2006-01-30cvsexportcommit: add some examples to the documentationMartin Langhoff
2006-01-30exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff
2006-01-30cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff
2006-01-30Merge fixes up to GIT 1.1.6Junio C Hamano
2006-01-30GIT 1.1.6v1.1.6Junio C Hamano
2006-01-30git push -f documentationJ. Bruce Fields
2006-01-29git-branch: Documentation fixesFredrik Kuivinen
2006-01-29merge-recursive: Improve the error message printed when merge(1) isn't found.Fredrik Kuivinen
2006-01-29[PATCH] pre-commit sample hook: do not barf on the initial importJunio C Hamano
2006-01-28Documentation: diff -c/--ccJunio C Hamano
2006-01-28diff-files -c/--cc: combine only when both ours and theirs exist.Junio C Hamano
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano
2006-01-28rev-parse: make "whatchanged -- git-fetch-script" work again.Junio C Hamano
2006-01-28diff --abbrev=<n> option fix.Junio C Hamano
2006-01-28pretty_print_commit: honor grafts.Junio C Hamano
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano
2006-01-28Rename rev-parse --abbrev to --short.Junio C Hamano
2006-01-28rev-parse --abbrev: do not try abbrev shorter than minimum.Junio C Hamano
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano
2006-01-28rev-parse: --abbrev option.Junio C Hamano
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano
2006-01-28rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano
2006-01-28rev-list: stop when the file disappearsLinus Torvalds
2006-01-28diff-files: -c and --cc options.Junio C Hamano
2006-01-28combine-diff: better hunk splitting.Junio C Hamano
2006-01-28diff-tree --cc: squelch header generation on empty patch.Junio C Hamano
2006-01-28combine-diff: extend --cc logic to Octopus.Junio C Hamano
2006-01-28combine-diff: minor output changes.Junio C Hamano
2006-01-28combine-diff: fix appending at the tail of a list.Junio C Hamano
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano
2006-01-28merge: seed the commit message with list of conflicted files.Junio C Hamano
2006-01-27Merge fixes up to GIT 1.1.5Junio C Hamano
2006-01-27GIT 1.1.5v1.1.5Junio C Hamano
2006-01-27GIT 1.0.13v1.0.13Junio C Hamano
2006-01-27checkout: do not make a temporary copy of symlink target.Junio C Hamano
2006-01-27Add freebsd support in MakefileAlecs King
2006-01-27Make GIT-VERSION-GEN tolerate missing git describe command againUwe Zeisberger
2006-01-27Use symbolic name SHORT_NAME_AMBIGUOUS as error return valueUwe Zeisberger
2006-01-27Remove unneeded headerUwe Zeisberger
2006-01-27git-fetch --upload-pack: disambiguate.Junio C Hamano