summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-25init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino
2007-04-25core-tutorial: minor fixesLuiz Fernando N. Capitulino
2007-04-25read_cache_from(): small simplificationLuiz Fernando N. Capitulino
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino
2007-04-25remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino
2007-04-25Merge branch 'jc/the-index'Junio C Hamano
2007-04-25Merge branch 'mk/diff'Junio C Hamano
2007-04-25Merge branch 'maint'Junio C Hamano
2007-04-25Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-04-25Remove usernames from all commit messages, not just when using svmpropsAdam Roben
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano
2007-04-24gitattributes documentation: clarify overridingJunio C Hamano
2007-04-24fast-import: size_t vs ssize_tSami Farin
2007-04-24t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano
2007-04-24fix importing of subversion tarsUwe Kleine-König
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett
2007-04-24Diff between two blobs should take mode changes into account now.Junio C Hamano
2007-04-24use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler
2007-04-24store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler
2007-04-24add add_object_array_with_modeMartin Koegler
2007-04-24add get_sha1_with_modeMartin Koegler
2007-04-24Add S_IFINVALID modeMartin Koegler
2007-04-24Merge branch 'maint'Junio C Hamano
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi
2007-04-24Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape
2007-04-24Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano
2007-04-24Ignore all man sections as they are generated files.Brian Gernhardt
2007-04-24Fix typo in git-am: s/Was is/Was it/Josh Triplett
2007-04-24Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett
2007-04-24t6030: grab commit object name as we goJunio C Hamano
2007-04-24t5302: avoid using tail -cJunio C Hamano
2007-04-24t4201: Do not display weird characters on the terminalJohannes Schindelin
2007-04-24add file checkout progressNicolas Pitre
2007-04-23Reverse the order of -b and --track in the man page.Brian Gernhardt
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin
2007-04-23Document "diff=driver" attributeJunio C Hamano
2007-04-23Make read-cache.c "the_index" free.Junio C Hamano
2007-04-23Move index-related variables into a structure.Junio C Hamano
2007-04-23gitweb: Show "no difference" message for empty diffv1.5.2-rc0Martin Koegler
2007-04-23delay progress display when checking out filesNicolas Pitre
2007-04-23provide a facility for "delayed" progress reportingNicolas Pitre
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre
2007-04-23common progress display supportNicolas Pitre
2007-04-23Support 'diff=pgm' attributeJunio C Hamano
2007-04-23pack-objects: make generated packfile read-onlyJunio C Hamano
2007-04-23Update tests not to assume that generated packfiles are writable.Junio C Hamano
2007-04-22Fix 'quickfix' on pack-objects.Junio C Hamano
2007-04-22pack-objects: quickfix for permission modes.Junio C Hamano
2007-04-22Fix crash in t0020 (crlf conversion)Alex Riesen
2007-04-22Fix a typo in crlf conversion codeAlex Riesen