summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --date={local,relative,default}Junio C Hamano2007-04-259-17/+71
* init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino2007-04-251-2/+1
* core-tutorial: minor fixesLuiz Fernando N. Capitulino2007-04-251-5/+4
* read_cache_from(): small simplificationLuiz Fernando N. Capitulino2007-04-251-9/+8
* entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2007-04-252-4/+4
* remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino2007-04-251-4/+4
* Merge branch 'jc/the-index'Junio C Hamano2007-04-242-129/+172
|\
| * Make read-cache.c "the_index" free.Junio C Hamano2007-04-222-121/+155
| * Move index-related variables into a structure.Junio C Hamano2007-04-222-11/+20
* | Merge branch 'mk/diff'Junio C Hamano2007-04-247-14/+49
|\ \
| * | 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-244-5/+13
|\ \ \
| * | | Remove usernames from all commit messages, not just when using svmpropsAdam Roben2007-04-241-1/+4
| * | | applymbox & quiltimport: typofix.Junio C Hamano2007-04-242-2/+2
| * | | Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett2007-04-241-2/+7
* | | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-04-242-2/+15
|\ \ \ \
| * | | | fast-import: size_t vs ssize_tSami Farin2007-04-241-1/+1
| * | | | fix importing of subversion tarsUwe Kleine-König2007-04-241-1/+6
| * | | | Don't repack existing objects in fast-importShawn O. Pearce2007-04-201-0/+8
* | | | | gitattributes documentation: clarify overridingJunio C Hamano2007-04-241-3/+5
* | | | | t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano2007-04-241-0/+4
| |_|/ / |/| | |
* | | | 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