aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* index_fd(): convert blob only if it is a regular file.Junio C Hamano2007-02-28
* index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-28
* index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-28
* Merge branch 'np/types'Junio C Hamano2007-02-28
|\
| * Cleanup check_valid in commit-tree.Shawn O. Pearce2007-02-27
| * make sure enum object_type is signedNicolas Pitre2007-02-27
| * get rid of lookup_object_type()Nicolas Pitre2007-02-27
| * convert object type handling from a string to a numberNicolas Pitre2007-02-27
| * formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-27
| * sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre2007-02-27
| * sha1_file.c: cleanup "offset" usageNicolas Pitre2007-02-27
| * sha1_file.c: cleanup hdr usageNicolas Pitre2007-02-27
* | Merge branch 'mc/sendmail'Junio C Hamano2007-02-27
|\ \
| * | git-send-email: abort/usage on bad optionMichael Coleman2007-02-27
* | | Merge branch 'js/diff-ni' (early part)Junio C Hamano2007-02-27
|\ \ \
| * | | diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin2007-02-26
| * | | Merge branch 'master' into js/diff-niJunio C Hamano2007-02-26
| |\ \ \
| * | | | Fix typo: do not show name1 when name2 failsJohannes Schindelin2007-02-25
| * | | | Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano2007-02-24
| |\ \ \ \
| | * | | | run_diff_{files,index}(): update calling convention.Junio C Hamano2007-02-22
| | * | | | update-index: do not die too early in a read-only repository.Junio C Hamano2007-02-22
| | * | | | git-status: do not be totally useless in a read-only repository.Junio C Hamano2007-02-22
| | | |/ / | | |/| |
| * | | | Teach git-diff-files the new option `--no-index`Johannes Schindelin2007-02-22
* | | | | Merge branch 'maint'Junio C Hamano2007-02-27
|\ \ \ \ \
| * | | | | builtin-fmt-merge-msg: fix bugs in --file optionMichael Coleman2007-02-27
| * | | | | index-pack: Loop over pread until data loading is complete.Shawn O. Pearce2007-02-27
| * | | | | blameview: Fix the browse behavior in blameviewAneesh Kumar2007-02-27
| * | | | | Fix minor typos/grammar in user-manual.txtMichael Coleman2007-02-27
| * | | | | Correct ordering in git-cvsimport's option documentationMichael Poole2007-02-27
| * | | | | git-show: Reject native refLinus Torvalds2007-02-27
| * | | | | Fix git-show man page formatting in the EXAMPLES sectionTheodore Tso2007-02-27
* | | | | | cvsserver: Make always-binary mode a config file optionAndy Parkins2007-02-27
* | | | | | cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins2007-02-27
* | | | | | Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano2007-02-27
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'maint'Junio C Hamano2007-02-27
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | git-apply: do not fix whitespaces on context lines.Junio C Hamano2007-02-27
| * | | diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering2007-02-27
| * | | mailinfo: do not get confused with logical lines that are too long.Linus Torvalds2007-02-27
* | | | Documentation: link in 1.5.0.2 material to the top documentation page.Junio C Hamano2007-02-26
* | | | Documentation: document remote.<name>.tagoptAneesh Kumar K.V2007-02-26
* | | | Merge branch 'maint'Junio C Hamano2007-02-26
|\ \ \ \ | |/ / /
| * | | GIT 1.5.0.2v1.5.0.2Junio C Hamano2007-02-26
| * | | git-remote: support remotes with a dot in the namePavel Roskin2007-02-26
| * | | Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano2007-02-25
| * | | diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano2007-02-25
* | | | Merge branch 'maint'Junio C Hamano2007-02-25
|\ \ \ \ | |/ / /
| * | | Merge branch 'jc/merge-symlink' into maintJunio C Hamano2007-02-25
| |\ \ \
| | * | | merge-recursive: fix longstanding bug in merging symlinksJunio C Hamano2007-02-25
| | * | | merge-index: fix longstanding bug in merging symlinksJunio C Hamano2007-02-25
| | | |/ | | |/|
* | | | diff --cached: give more sensible error message when HEAD is yet to be created.Junio C Hamano2007-02-25