summaryrefslogtreecommitdiffstats
path: root/attr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-25Remove usernames from all commit messages, not just when using svmpropsAdam Roben1-1/+4
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano2-2/+2
2007-04-24gitattributes documentation: clarify overridingJunio C Hamano1-3/+5
2007-04-24fast-import: size_t vs ssize_tSami Farin1-1/+1
2007-04-24t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano1-0/+4
2007-04-24fix importing of subversion tarsUwe Kleine-König1-1/+6
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett1-2/+7
2007-04-24Diff between two blobs should take mode changes into account now.Junio C Hamano1-1/+1
2007-04-24use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler1-6/+14
2007-04-24store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2-5/+13
2007-04-24add add_object_array_with_modeMartin Koegler2-0/+8
2007-04-24add get_sha1_with_modeMartin Koegler2-2/+10
2007-04-24Add S_IFINVALID modeMartin Koegler1-0/+3
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi2-6/+11
2007-04-24Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape1-0/+2
2007-04-24Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano1-0/+2
2007-04-24Ignore all man sections as they are generated files.Brian Gernhardt1-2/+1
2007-04-24Fix typo in git-am: s/Was is/Was it/Josh Triplett1-1/+1
2007-04-24Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett4-2/+22
2007-04-24t6030: grab commit object name as we goJunio C Hamano1-7/+10
2007-04-24t5302: avoid using tail -cJunio C Hamano1-1/+1
2007-04-24t4201: Do not display weird characters on the terminalJohannes Schindelin1-4/+4
2007-04-24add file checkout progressNicolas Pitre2-4/+6
2007-04-24Reverse the order of -b and --track in the man page.Brian Gernhardt1-1/+1
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin2-1/+8
2007-04-23Document "diff=driver" attributeJunio C Hamano1-3/+29
2007-04-23Make read-cache.c "the_index" free.Junio C Hamano2-121/+155
2007-04-23Move index-related variables into a structure.Junio C Hamano2-11/+20
2007-04-23gitweb: Show "no difference" message for empty diffv1.5.2-rc0Martin Koegler2-0/+7
2007-04-23delay progress display when checking out filesNicolas Pitre1-7/+2
2007-04-23provide a facility for "delayed" progress reportingNicolas Pitre2-0/+40
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre6-34/+27
2007-04-23common progress display supportNicolas Pitre7-185/+154
2007-04-23Support 'diff=pgm' attributeJunio C Hamano5-5/+182
2007-04-23pack-objects: make generated packfile read-onlyJunio C Hamano1-1/+1
2007-04-23Update tests not to assume that generated packfiles are writable.Junio C Hamano1-11/+11
2007-04-22Fix 'quickfix' on pack-objects.Junio C Hamano1-2/+14
2007-04-22pack-objects: quickfix for permission modes.Junio C Hamano1-0/+6
2007-04-22Fix crash in t0020 (crlf conversion)Alex Riesen1-2/+4
2007-04-22Fix a typo in crlf conversion codeAlex Riesen1-5/+5
2007-04-22Cleanup variables in cat-fileShawn O. Pearce1-12/+18
2007-04-22Update draft release notes for v1.5.2Junio C Hamano1-26/+51
2007-04-22Documentation/Makefile: fix section (5) installationJunio C Hamano2-2/+2
2007-04-22Update documentation links to point at v1.5.1.2Junio C Hamano1-1/+5
2007-04-21GIT 1.5.1.2v1.5.1.2Junio C Hamano2-8/+21
2007-04-21perl: install private Error.pm if the site version is older than our ownEric Wong1-1/+1
2007-04-21lockfile: record the primary process.Junio C Hamano2-1/+6
2007-04-21convert.c: restructure the attribute checking part.Junio C Hamano1-20/+28
2007-04-21Fix bogus linked-list management for user defined merge drivers.Junio C Hamano1-1/+2
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen6-60/+51