summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-2858-439/+460
* Heavily expanded update hook to send more useful emails than the old hookAndy Parkins2007-01-281-72/+268
* UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins2007-01-281-1/+1
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-284-2/+47
* Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King2007-01-282-0/+128
* git-push through git protocolLinus Torvalds2007-01-281-0/+7
* Document 'git-blame --incremental'Junio C Hamano2007-01-281-1/+46
* Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding2007-01-281-10/+16
* wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding2007-01-281-1/+1
* git-blame --incremental: don't use pagerRen,Ai(B Scharfe2007-01-282-1/+4
* Compute accurate distances in git-describe before output.Shawn O. Pearce2007-01-281-1/+41
* Update describe documentation.Junio C Hamano2007-01-281-9/+22
* Teach git-describe to display distances from tags.Shawn O. Pearce2007-01-281-2/+3
* git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano2007-01-281-5/+10
* git-blame --incrementalLinus Torvalds2007-01-281-66/+107
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-2813-28/+35
* git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2007-01-282-2/+7
* Document --check option to git diff.Bill Lear2007-01-272-1/+6
* Allow the tag signing key to be specified in the config fileAndy Parkins2007-01-273-2/+21
* If abbrev is set to zero in git-describe, don't add the unique suffixAndy Parkins2007-01-261-3/+6
* fix suggested branch creation command when detaching headNicolas Pitre2007-01-261-3/+3
* write_in_full: size_t is unsigned.Junio C Hamano2007-01-261-1/+1
* create_symref: check error return from open().Junio C Hamano2007-01-261-1/+5
* vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard2007-01-261-24/+8
* git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano2007-01-262-1/+3
* Make sure we do not write bogus reflog entries.Junio C Hamano2007-01-262-18/+23
* Remove unnecessary found variable from describe.Shawn O. Pearce2007-01-261-2/+1
* Use inttypes.h rather than stdint.h.Jason Riedy2007-01-261-1/+1
* Documentation: pack-refs --all vs default behaviourJunio C Hamano2007-01-261-1/+12
* show-branch -g: default to HEADJunio C Hamano2007-01-251-4/+13
* Add dangling objects tips.Linus Torvalds2007-01-251-0/+109
* parse-remote: do not barf on a remote shorthand without any refs to fetch.Junio C Hamano2007-01-251-1/+8
* diffcore-pickaxe: fix infinite loop on zero-length needleJeff King2007-01-251-0/+2
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-255-22/+13
* contrib/emacs/vc-git.el: support vc-version-other-windowSam Vilain2007-01-251-1/+26
* Fix seriously broken "git pack-refs"Linus Torvalds2007-01-252-1/+12
* New files in git weren't being downloaded during CVS updateAndy Parkins2007-01-241-3/+3
* make --upload-pack option to git-fetch configurableUwe Kleine-König2007-01-243-1/+24
* Consolidate {receive,fetch}.unpackLimitJunio C Hamano2007-01-244-10/+35
* fetch-pack: remove --keep-auto and make it the default.Junio C Hamano2007-01-243-15/+29
* Allow fetch-pack to decide keeping the fetched pack without explodingJunio C Hamano2007-01-241-32/+59
* Refactor the pack header reading function out of receive-pack.cJunio C Hamano2007-01-243-12/+40
* Allow default core.logallrefupdates to be overridden with template's configAlex Riesen2007-01-241-1/+3
* ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano2007-01-243-6/+15
* rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König2007-01-244-12/+26
* Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen2007-01-242-5/+5
* Documentation/config.txt: Correct info about subsection nameJakub Narebski2007-01-241-2/+2
* git-daemon documentation on enabling services.Junio C Hamano2007-01-241-2/+2
* reflog inspection: introduce shortcut "-g"Johannes Schindelin2007-01-244-6/+9
* annotate: use pagerJohannes Schindelin2007-01-241-1/+1