summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * t/t1300-repo-config.sh: value continued on next lineJakub Narebski2007-01-231-0/+20
| * git-checkout -m: fix merge caseJunio C Hamano2007-01-232-11/+32
| * reflog gc: a tag that does not point at a commit is not a crime.Junio C Hamano2007-01-221-3/+0
| * contrib/vim: update syntax for changed commit templateJeff King2007-01-221-2/+2
| * format-patch: fix bug with --stdout in a subdirectoryJeff King2007-01-221-1/+1
| * [PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano2007-01-221-9/+10
| * .mailmap: fix screw-ups in Uwe's nameJunio C Hamano2007-01-221-0/+2
| * git-svn: remove leading slash when printing removed directoriesEric Wong2007-01-221-1/+1
| * sha1_file.c: Avoid multiple calls to find_pack_entry().Peter Eriksen2007-01-221-10/+9
| * Documentation/config.txt: Document config file syntax betterJakub Narebski2007-01-221-7/+69
| * cvsimport: activate -a option, really.Junio C Hamano2007-01-221-1/+1
| * Cleanup uninitialized value in chompAlex Riesen2007-01-221-1/+1
| * Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen2007-01-221-1/+7
| * Insert ACTIVESTATE_STRING in Git.pmAlex Riesen2007-01-221-3/+4
| * fsck-objects: refactor checking for connectivityLinus Torvalds2007-01-211-38/+95
| * git-gc: do not run git-prune by default.Junio C Hamano2007-01-212-3/+32
| * shallow repository: disable unsupported operations for now.Junio C Hamano2007-01-212-1/+5
| * is_repository_shallow(): prototype fix.Junio C Hamano2007-01-212-2/+2
| * Make sure git_connect() always give two file descriptors.Junio C Hamano2007-01-212-1/+2
| * Revert "prune: --grace=time"Junio C Hamano2007-01-216-48/+12
| * Documentation/tutorial-2: Fix interesting typo in an example.Junio C Hamano2007-01-211-2/+2
| * GIT v1.5.0-rc2v1.5.0-rc2Junio C Hamano2007-01-201-1/+1
| * prune: --grace=timeMatthias Lederhofer2007-01-206-12/+48