summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/bundle'Junio C Hamano2007-02-2812-4/+611
|\
| * bundle: reword missing prerequisite error messageJunio C Hamano2007-02-241-1/+1
| * git-bundle: record commit summary in the prerequisite dataJohannes Schindelin2007-02-221-3/+4
| * git-bundle: fix 'create --all'Johannes Schindelin2007-02-221-1/+1
| * git-bundle: avoid fork() in verify_bundle()Johannes Schindelin2007-02-221-27/+48
| * git-bundle: assorted fixesJohannes Schindelin2007-02-222-49/+63
| * Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-2211-4/+575
* | Merge branch 'maint'Junio C Hamano2007-02-287-15/+106
|\ \
| * | Start preparing Release Notes for 1.5.0.3Junio C Hamano2007-02-282-1/+56
| * | Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlJunio C Hamano2007-02-281-3/+14
| * | Include config.mak in doc/MakefileUwe Kleine-König2007-02-281-0/+1
| * | git.el: Set the default commit coding system from the repository config.Alexandre Julliard2007-02-281-6/+18
| * | git-archimport: support empty summaries, put summary on a single line.Paolo Bonzini2007-02-281-4/+15
| * | http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin2007-02-281-1/+1
| * | git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape2007-02-281-1/+2
* | | index_fd(): convert blob only if it is a regular file.Junio C Hamano2007-02-281-1/+1
* | | index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-284-6/+6
* | | index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-284-23/+24
* | | Merge branch 'np/types'Junio C Hamano2007-02-2837-418/+372
|\ \ \
| * | | Cleanup check_valid in commit-tree.Shawn O. Pearce2007-02-271-5/+5
| * | | make sure enum object_type is signedNicolas Pitre2007-02-271-1/+2
| * | | get rid of lookup_object_type()Nicolas Pitre2007-02-273-24/+18
| * | | convert object type handling from a string to a numberNicolas Pitre2007-02-2737-290/+266
| * | | formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-277-48/+39
| * | | sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre2007-02-271-1/+1
| * | | sha1_file.c: cleanup "offset" usageNicolas Pitre2007-02-271-59/+51
| * | | sha1_file.c: cleanup hdr usageNicolas Pitre2007-02-271-12/+12
* | | | Merge branch 'mc/sendmail'Junio C Hamano2007-02-271-44/+53
|\ \ \ \
| * | | | git-send-email: abort/usage on bad optionMichael Coleman2007-02-271-44/+53
| | |_|/ | |/| |
* | | | Merge branch 'js/diff-ni' (early part)Junio C Hamano2007-02-2712-86/+285
|\ \ \ \
| * | | | diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin2007-02-263-3/+17
| * | | | Merge branch 'master' into js/diff-niJunio C Hamano2007-02-26109-2908/+6722
| |\ \ \ \
| * | | | | Fix typo: do not show name1 when name2 failsJohannes Schindelin2007-02-251-1/+1
| * | | | | Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano2007-02-246-22/+44
| |\ \ \ \ \
| | * | | | | run_diff_{files,index}(): update calling convention.Junio C Hamano2007-02-225-11/+27
| | * | | | | update-index: do not die too early in a read-only repository.Junio C Hamano2007-02-221-1/+10
| | * | | | | git-status: do not be totally useless in a read-only repository.Junio C Hamano2007-02-221-10/+11
| | | |/ / / | | |/| | |
| * | | | | Teach git-diff-files the new option `--no-index`Johannes Schindelin2007-02-228-64/+227
* | | | | | Merge branch 'maint'Junio C Hamano2007-02-277-29/+35
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | builtin-fmt-merge-msg: fix bugs in --file optionMichael Coleman2007-02-271-1/+3
| * | | | | index-pack: Loop over pread until data loading is complete.Shawn O. Pearce2007-02-271-2/+8
| * | | | | blameview: Fix the browse behavior in blameviewAneesh Kumar2007-02-271-1/+1
| * | | | | Fix minor typos/grammar in user-manual.txtMichael Coleman2007-02-271-17/+14
| * | | | | Correct ordering in git-cvsimport's option documentationMichael Poole2007-02-271-5/+4
| * | | | | git-show: Reject native refLinus Torvalds2007-02-271-0/+2
| * | | | | Fix git-show man page formatting in the EXAMPLES sectionTheodore Tso2007-02-271-3/+3
* | | | | | cvsserver: Make always-binary mode a config file optionAndy Parkins2007-02-271-9/+38
* | | | | | cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins2007-02-271-0/+1
* | | | | | Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano2007-02-271-27/+16
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'maint'Junio C Hamano2007-02-278-23/+152
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |