summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-01-26Only use a single parser for tree objectsDaniel Barkalow
2006-01-25Add compat/unsetenv.c .Jason Riedy
2006-01-25Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy
2006-01-25Fix git-format-patch -s to include a Signed-off-by: line...Eric W. Biederman
2006-01-25tests: adjust breakage by stricter rev-parseJunio C Hamano
2006-01-25git-whatchanged: exit out early on errorsLinus Torvalds
2006-01-25Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds
2006-01-25Merge branches 'jc/clone', 'md/env' and 'mo/path'Junio C Hamano
2006-01-25local push/pull env cleanupMatt Draisey
2006-01-25git-{fetch,peek-remote} handling of --upload-packMichal Ostrowski
2006-01-25git-fetch: pass --upload-pack to fetch-packMichal Ostrowski
2006-01-25clone: do not accept more than one -o option.Junio C Hamano