summaryrefslogtreecommitdiffstats
path: root/pack-check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-01Add recent changes to draft 1.5.1 release notes.Junio C Hamano1-1/+64
2007-02-28Start preparing Release Notes for 1.5.0.3Junio C Hamano2-1/+56
2007-02-28Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlJunio C Hamano1-3/+14
2007-02-28Include config.mak in doc/MakefileUwe Kleine-König1-0/+1
2007-02-28git.el: Set the default commit coding system from the repository config.Alexandre Julliard1-6/+18
2007-02-28git-archimport: support empty summaries, put summary on a single line.Paolo Bonzini1-4/+15
2007-02-28http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin1-1/+1
2007-02-28index_fd(): convert blob only if it is a regular file.Junio C Hamano1-1/+1
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano4-6/+6
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano4-23/+24
2007-02-28git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape1-1/+2
2007-02-28builtin-fmt-merge-msg: fix bugs in --file optionMichael Coleman1-1/+3
2007-02-28index-pack: Loop over pread until data loading is complete.Shawn O. Pearce1-2/+8
2007-02-28blameview: Fix the browse behavior in blameviewAneesh Kumar1-1/+1
2007-02-28Cleanup check_valid in commit-tree.Shawn O. Pearce1-5/+5
2007-02-28make sure enum object_type is signedNicolas Pitre1-1/+2
2007-02-28git-send-email: abort/usage on bad optionMichael Coleman1-44/+53
2007-02-28Fix minor typos/grammar in user-manual.txtMichael Coleman1-17/+14
2007-02-28Correct ordering in git-cvsimport's option documentationMichael Poole1-5/+4
2007-02-28git-show: Reject native refLinus Torvalds1-0/+2
2007-02-28cvsserver: Make always-binary mode a config file optionAndy Parkins1-9/+38
2007-02-28cvsserver: Remove trailing "\n" from commithash in checkin functionAndy Parkins1-0/+1
2007-02-28Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano1-27/+16
2007-02-28Fix git-show man page formatting in the EXAMPLES sectionTheodore Tso1-3/+3
2007-02-27get rid of lookup_object_type()Nicolas Pitre3-24/+18
2007-02-27convert object type handling from a string to a numberNicolas Pitre37-290/+266
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre7-48/+39
2007-02-27sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre1-1/+1
2007-02-27sha1_file.c: cleanup "offset" usageNicolas Pitre1-59/+51
2007-02-27sha1_file.c: cleanup hdr usageNicolas Pitre1-12/+12
2007-02-27git-apply: do not fix whitespaces on context lines.Junio C Hamano1-1/+2
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering1-3/+3
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds6-19/+147
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin3-3/+17
2007-02-26Documentation: link in 1.5.0.2 material to the top documentation page.Junio C Hamano1-1/+3
2007-02-26Documentation: document remote.<name>.tagoptAneesh Kumar K.V1-0/+4
2007-02-26GIT 1.5.0.2v1.5.0.2Junio C Hamano2-12/+18
2007-02-26git-remote: support remotes with a dot in the namePavel Roskin1-1/+1
2007-02-26Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano1-0/+13
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano2-7/+34
2007-02-26merge-recursive: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2007-02-26merge-index: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2007-02-25Fix typo: do not show name1 when name2 failsJohannes Schindelin1-1/+1
2007-02-25diff --cached: give more sensible error message when HEAD is yet to be created.Junio C Hamano1-0/+2
2007-02-25Update tests to use test-chmtimeEric Wong3-34/+27
2007-02-25Add test-chmtime: a utility to change mtime on filesEric Wong3-1/+66
2007-02-25Add Release Notes to prepare for 1.5.0.2Junio C Hamano2-1/+60
2007-02-25Allow arbitrary number of arguments to git-pack-objectsRoland Dreier1-3/+9
2007-02-25rerere: do not deal with symlinks.Junio C Hamano1-5/+9
2007-02-25rerere: do not skip two conflicted paths next to each other.Junio C Hamano1-1/+1