summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-31Documentation: "git-checkout <tree> <path>" takes any tree-ishJunio C Hamano
2007-01-31Improved error message from git-rebaseDavid Kågedal
2007-01-31Fix git-update-index to work with relative pathnames.Alex Riesen
2007-01-31Escape --upload-pack from expr.Shawn O. Pearce
2007-01-31Don't coredump on bad refs in update-server-info.Shawn O. Pearce
2007-01-31tone down the detached head warningNicolas Pitre
2007-01-31Fix git-tag -uJunio C Hamano
2007-01-30blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V
2007-01-30git-fetch: Allow fetching the remote HEADSanti Béjar
2007-01-30git-send-email: remove debugging output.Junio C Hamano
2007-01-30Add a missing fork() error check.Johannes Sixt
2007-01-30git-blame: somewhat better commenting.Junio C Hamano
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano
2007-01-29Replace perl code with pure shell codeSimon 'corecode' Schubert
2007-01-29lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano
2007-01-29git-fsck-objects is now synonym to git-fsckJunio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-28Heavily expanded update hook to send more useful emails than the old hookAndy Parkins
2007-01-28UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce
2007-01-28Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King
2007-01-28git-push through git protocolLinus Torvalds
2007-01-28Document 'git-blame --incremental'Junio C Hamano
2007-01-28Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding
2007-01-28wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding
2007-01-28git-blame --incremental: don't use pagerRen,Ai(B Scharfe
2007-01-28Compute accurate distances in git-describe before output.Shawn O. Pearce
2007-01-28Update describe documentation.Junio C Hamano
2007-01-28Teach git-describe to display distances from tags.Shawn O. Pearce
2007-01-28git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano
2007-01-28git-blame --incrementalLinus Torvalds
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre
2007-01-27Document --check option to git diff.Bill Lear
2007-01-27Allow the tag signing key to be specified in the config fileAndy Parkins
2007-01-27If abbrev is set to zero in git-describe, don't add the unique suffixAndy Parkins
2007-01-27fix suggested branch creation command when detaching headNicolas Pitre
2007-01-27write_in_full: size_t is unsigned.Junio C Hamano
2007-01-27create_symref: check error return from open().Junio C Hamano
2007-01-26vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard
2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano
2007-01-26Make sure we do not write bogus reflog entries.Junio C Hamano
2007-01-26Remove unnecessary found variable from describe.Shawn O. Pearce
2007-01-26Use inttypes.h rather than stdint.h.Jason Riedy
2007-01-26Documentation: pack-refs --all vs default behaviourJunio C Hamano
2007-01-26show-branch -g: default to HEADJunio C Hamano
2007-01-26Add dangling objects tips.Linus Torvalds
2007-01-26parse-remote: do not barf on a remote shorthand without any refs to fetch.Junio C Hamano
2007-01-26diffcore-pickaxe: fix infinite loop on zero-length needleJeff King