summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-26Use inttypes.h rather than stdint.h.Libravatar Jason Riedy1-1/+1
2007-01-26Documentation: pack-refs --all vs default behaviourLibravatar Junio C Hamano1-1/+12
2007-01-25show-branch -g: default to HEADLibravatar Junio C Hamano1-4/+13
2007-01-25Add dangling objects tips.Libravatar Linus Torvalds1-0/+109
2007-01-25parse-remote: do not barf on a remote shorthand without any refs to fetch.Libravatar Junio C Hamano1-1/+8
2007-01-25diffcore-pickaxe: fix infinite loop on zero-length needleLibravatar Jeff King1-0/+2
2007-01-25Allow non-developer to clone, checkout and fetch more easily.Libravatar Junio C Hamano5-22/+13
2007-01-25contrib/emacs/vc-git.el: support vc-version-other-windowLibravatar Sam Vilain1-1/+26
2007-01-25Fix seriously broken "git pack-refs"Libravatar Linus Torvalds2-1/+12
2007-01-24New files in git weren't being downloaded during CVS updateLibravatar Andy Parkins1-3/+3
2007-01-24make --upload-pack option to git-fetch configurableLibravatar Uwe Kleine-König3-1/+24
2007-01-24Consolidate {receive,fetch}.unpackLimitLibravatar Junio C Hamano4-10/+35
2007-01-24fetch-pack: remove --keep-auto and make it the default.Libravatar Junio C Hamano3-15/+29
2007-01-24Allow fetch-pack to decide keeping the fetched pack without explodingLibravatar Junio C Hamano1-32/+59
2007-01-24Refactor the pack header reading function out of receive-pack.cLibravatar Junio C Hamano3-12/+40
2007-01-24Allow default core.logallrefupdates to be overridden with template's configLibravatar Alex Riesen1-1/+3
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Libravatar Junio C Hamano3-6/+15
2007-01-24rename --exec to --upload-pack for fetch-pack and peek-remoteLibravatar Uwe Kleine-König4-12/+26
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Libravatar Peter Eriksen2-5/+5
2007-01-24Documentation/config.txt: Correct info about subsection nameLibravatar Jakub Narebski1-2/+2
2007-01-24git-daemon documentation on enabling services.Libravatar Junio C Hamano1-2/+2
2007-01-24reflog inspection: introduce shortcut "-g"Libravatar Johannes Schindelin4-6/+9
2007-01-24annotate: use pagerLibravatar Johannes Schindelin1-1/+1
2007-01-23t/t1300-repo-config.sh: value continued on next lineLibravatar Jakub Narebski1-0/+20
2007-01-23git-checkout -m: fix merge caseLibravatar Junio C Hamano2-11/+32
2007-01-22reflog gc: a tag that does not point at a commit is not a crime.Libravatar Junio C Hamano1-3/+0
2007-01-22contrib/vim: update syntax for changed commit templateLibravatar Jeff King1-2/+2
2007-01-22format-patch: fix bug with --stdout in a subdirectoryLibravatar Jeff King1-1/+1
2007-01-22[PATCH] honor --author even with --amend, -C, and -c.Libravatar Junio C Hamano1-9/+10
2007-01-22.mailmap: fix screw-ups in Uwe's nameLibravatar Junio C Hamano1-0/+2
2007-01-22git-svn: remove leading slash when printing removed directoriesLibravatar Eric Wong1-1/+1
2007-01-22sha1_file.c: Avoid multiple calls to find_pack_entry().Libravatar Peter Eriksen1-10/+9
2007-01-22Documentation/config.txt: Document config file syntax betterLibravatar Jakub Narebski1-7/+69
2007-01-22cvsimport: activate -a option, really.Libravatar Junio C Hamano1-1/+1
2007-01-22Cleanup uninitialized value in chompLibravatar Alex Riesen1-1/+1
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classLibravatar Alex Riesen1-1/+7
2007-01-22Insert ACTIVESTATE_STRING in Git.pmLibravatar Alex Riesen1-3/+4
2007-01-21fsck-objects: refactor checking for connectivityLibravatar Linus Torvalds1-38/+95
2007-01-21git-gc: do not run git-prune by default.Libravatar Junio C Hamano2-3/+32
2007-01-21shallow repository: disable unsupported operations for now.Libravatar Junio C Hamano2-1/+5
2007-01-21is_repository_shallow(): prototype fix.Libravatar Junio C Hamano2-2/+2
2007-01-21Make sure git_connect() always give two file descriptors.Libravatar Junio C Hamano2-1/+2
2007-01-21Revert "prune: --grace=time"Libravatar Junio C Hamano6-48/+12
2007-01-21Documentation/tutorial-2: Fix interesting typo in an example.Libravatar Junio C Hamano1-2/+2
2007-01-20GIT v1.5.0-rc2Libravatar Junio C Hamano1-1/+1
2007-01-20prune: --grace=timeLibravatar Matthias Lederhofer6-12/+48
2007-01-20--walk-reflogs: do not crash with cyclic reflog ancestryLibravatar Johannes Schindelin1-2/+5
2007-01-20--walk-reflogs: actually find the right commit by date.Libravatar Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineLibravatar Junio C Hamano4-14/+28
2007-01-20reflog-walk: build fixesLibravatar Junio C Hamano2-1/+2