summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-02provide a nice @{...} syntax to always mean the current branch reflogNicolas Pitre
2007-02-02prevent HEAD reflog to be interpreted as current branch reflogNicolas Pitre
2007-02-02Use "git checkout -q" in git-bisectJunio C Hamano
2007-02-02add a quiet option to git-checkoutNicolas Pitre
2007-02-02reword the detached head message a little againNicolas Pitre
2007-02-01detached HEAD -- finishing touchesJunio C Hamano
2007-01-31GIT v1.5.0-rc3v1.5.0-rc3Junio C Hamano
2007-01-31Do not use hardcoded path to xhmtl.xsl to generate user's manualJunio C Hamano
2007-01-31git main documentation: point at the user's manual.Junio C Hamano
2007-01-31Merge branch 'master' of git://linux-nfs.org/~bfields/gitJunio C Hamano
2007-01-31t9200: do not test -x bit if the filesystem does not support it.Junio C Hamano
2007-01-31t9200: Re-code non-ascii path test in UTF-8Junio C Hamano
2007-01-31Update git-cat-file documentationAneesh Kumar K.V
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-30user-manual: todo'sJ. Bruce Fields
2007-01-30user-manual: point to README for gitweb informationJ. Bruce Fields
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-29Two small typofixes.Junio C Hamano
2007-01-29user-manual: SHA1 -> object nameJ. Bruce Fields
2007-01-29user-manual: document git-show-branch exampleJ. Bruce Fields
2007-01-29user-manual: minor "TODO" updatesJ. Bruce Fields
2007-01-29user-manual: rewrap a few long linesJ. Bruce Fields
2007-01-29user-manual: reflogs, other recoveryJ. Bruce Fields
2007-01-29user-manual: fix a header levelJ. Bruce Fields
2007-01-29user-manual: typo fixJ. Bruce Fields
2007-01-29user-manual: add references to git-config man pageJ. Bruce Fields
2007-01-29user-manual: repo-config -> configJ. Bruce Fields
2007-01-29user-manual: fsck-objects -> fsckJ. Bruce Fields
2007-01-29user-manual: git-fsck, dangling objectsJ. Bruce Fields
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