summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Diff between two blobs should take mode changes into account now.Junio C Hamano2007-04-241-1/+1
* use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler2007-04-241-6/+14
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-242-5/+13
* add add_object_array_with_modeMartin Koegler2007-04-242-0/+8
* add get_sha1_with_modeMartin Koegler2007-04-242-2/+10
* Add S_IFINVALID modeMartin Koegler2007-04-241-0/+3
* Merge branch 'maint'Junio C Hamano2007-04-247-5/+15
|\
| * Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape2007-04-231-0/+2
| * Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano2007-04-231-0/+2
| * Ignore all man sections as they are generated files.Brian Gernhardt2007-04-231-2/+1
| * Fix typo in git-am: s/Was is/Was it/Josh Triplett2007-04-231-1/+1
| * Reverse the order of -b and --track in the man page.Brian Gernhardt2007-04-231-1/+1
| * dir.c(common_prefix): Fix two bugsJohannes Schindelin2007-04-232-1/+8
* | git-fetch: Fix "argument list too long"OGAWA Hirofumi2007-04-242-6/+11
* | Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett2007-04-234-2/+22
* | t6030: grab commit object name as we goJunio C Hamano2007-04-231-7/+10
* | t5302: avoid using tail -cJunio C Hamano2007-04-231-1/+1
* | t4201: Do not display weird characters on the terminalJohannes Schindelin2007-04-231-4/+4
* | add file checkout progressNicolas Pitre2007-04-232-4/+6
* | Document "diff=driver" attributeJunio C Hamano2007-04-231-3/+29
* | gitweb: Show "no difference" message for empty diffv1.5.2-rc0Martin Koegler2007-04-222-0/+7
* | delay progress display when checking out filesNicolas Pitre2007-04-221-7/+2
* | provide a facility for "delayed" progress reportingNicolas Pitre2007-04-222-0/+40
* | make progress "title" part of the common progress interfaceNicolas Pitre2007-04-226-34/+27
* | common progress display supportNicolas Pitre2007-04-227-185/+154
* | Support 'diff=pgm' attributeJunio C Hamano2007-04-225-5/+182
* | pack-objects: make generated packfile read-onlyJunio C Hamano2007-04-221-1/+1
* | Update tests not to assume that generated packfiles are writable.Junio C Hamano2007-04-221-11/+11
* | Fix 'quickfix' on pack-objects.Junio C Hamano2007-04-221-2/+14
* | pack-objects: quickfix for permission modes.Junio C Hamano2007-04-221-0/+6
* | Fix crash in t0020 (crlf conversion)Alex Riesen2007-04-221-2/+4
* | Fix a typo in crlf conversion codeAlex Riesen2007-04-221-5/+5
* | Cleanup variables in cat-fileShawn O. Pearce2007-04-221-12/+18
* | Update draft release notes for v1.5.2Junio C Hamano2007-04-221-26/+51
* | Documentation/Makefile: fix section (5) installationJunio C Hamano2007-04-222-2/+2
* | Update documentation links to point at v1.5.1.2Junio C Hamano2007-04-211-1/+5
* | Merge branch 'lt/objalloc'Junio C Hamano2007-04-218-59/+43
|\ \
| * | Clean up object creation to use more common codeLinus Torvalds2007-04-168-43/+23
| * | Use proper object allocators for unknown object nodes tooLinus Torvalds2007-04-163-20/+24
* | | Merge branch 'jc/add'Junio C Hamano2007-04-211-1/+57
|\ \ \
| * | | git-add -u: match the index with working tree.Junio C Hamano2007-04-201-1/+57
* | | | Merge branch 'jc/attr'Junio C Hamano2007-04-2122-134/+1816
|\ \ \ \
| * | | | lockfile: record the primary process.Junio C Hamano2007-04-212-1/+6
| * | | | convert.c: restructure the attribute checking part.Junio C Hamano2007-04-211-20/+28
| * | | | Fix bogus linked-list management for user defined merge drivers.Junio C Hamano2007-04-211-1/+2
| * | | | Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-206-60/+51
| * | | | Document gitattributes(5)Junio C Hamano2007-04-193-2/+300
| * | | | Update 'crlf' attribute semantics.Junio C Hamano2007-04-192-60/+89
| * | | | Documentation: support manual section (5) - file formats.Junio C Hamano2007-04-192-7/+15
| * | | | Simplify code to find recursive merge driver.Junio C Hamano2007-04-181-7/+2