summaryrefslogtreecommitdiffstats
path: root/update-server-info.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-08Allow fast-import frontends to reload the marks tableShawn O. Pearce3-1/+56
2007-03-08Use atomic updates to the fast-import mark fileShawn O. Pearce1-9/+26
2007-03-08Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce3-62/+191
2007-03-07Refactor handling of error_string in receive-packShawn O. Pearce2-32/+36
2007-03-07Refactor run_update_hook to be more usefulShawn O. Pearce1-19/+44
2007-03-07Don't run post-update hook unless a ref changedShawn O. Pearce1-4/+4
2007-03-07Move post-update hook to after all other activityShawn O. Pearce1-2/+1
2007-03-07Preallocate memory earlier in fast-importShawn O. Pearce1-8/+6
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce16-59/+83
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2-28/+28
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce6-47/+54
2007-03-07Use uint32_t for pack-objects counters.Shawn O. Pearce1-33/+30
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce5-15/+15
2007-03-07General const correctness fixesShawn O. Pearce16-42/+40
2007-03-07Don't build external_grep if its not usedShawn O. Pearce1-0/+2
2007-03-07Fix mmap leak caused by reading bad indexes.Shawn O. Pearce1-9/+16
2007-03-07Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce1-0/+1
2007-03-07git-archimport: allow remapping branch namesPaolo Bonzini2-24/+81
2007-03-07t/t5515-fetch-merge-logic.sh: Add two more testsSanti B,Ai(Bjar3-0/+5
2007-03-07Catch write_ref_sha1 failure in receive-packShawn O. Pearce1-1/+4
2007-03-07gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski1-3/+3
2007-03-07make t8001 work on Mac OS X againJohannes Schindelin1-1/+2
2007-03-06gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang1-2/+2
2007-03-06git-bundle: fix pack generation.Junio C Hamano1-0/+6
2007-03-06git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce1-7/+15
2007-03-06git-commit: cd to top before showing the final statJunio C Hamano1-0/+3
2007-03-06Fix diff-options references in git-diff and git-format-patchBrian Gernhardt2-3/+5
2007-03-06Add definition of <commit-ish> to the main git man page.Theodore Ts'o1-0/+6
2007-03-05Begin SubmittingPatches with a check listJohannes Schindelin1-0/+27
2007-03-05fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce1-1/+8
2007-03-05fast-import: Avoid infinite loop after resetShawn O. Pearce1-5/+11
2007-03-05contrib/emacs: Use non-interactive function to byte-compile filesXavier Maillard1-2/+2
2007-03-05t/t5515-fetch-merge-logic.sh: Added tests for the merge login in git-fetchSanti BĂ©jar63-0/+731
2007-03-05Post 1.5.0.3 cleanupJunio C Hamano2-4/+14
2007-03-05GIT 1.5.0.3v1.5.0.3Junio C Hamano2-12/+15
2007-03-05glossary: Add definitions for dangling and unreachable objectsYasushi SHOJI1-0/+9
2007-03-05user-manual: more detailed merge discussionJ. Bruce Fields1-25/+77
2007-03-05user-manual: how to replace commits older than most recentJ. Bruce Fields1-0/+46
2007-03-05user-manual: insert earlier of mention content-addressable architectureJ. Bruce Fields1-9/+15
2007-03-05user-manual: ensure generated manual references stylesheetJ. Bruce Fields1-1/+4
2007-03-05user-manual: reset to ORIG_HEAD not HEAD to undo mergeJ. Bruce Fields1-1/+1
2007-03-05Documentation: mention module option to git-cvsimportJ. Bruce Fields1-1/+1
2007-03-04git-svn: fix show-ignore when not connected to the repository rootEric Wong1-2/+2
2007-03-04diff-ni: allow running from a subdirectory.Junio C Hamano1-1/+13
2007-03-04git-config: document --rename-section, provide --remove-sectionPaolo Bonzini4-25/+74
2007-03-04Unset NO_C99_FORMAT on Cygwin.Ramsay Jones1-1/+0
2007-03-04Tell multi-parent diff about core.symlinks.Johannes Sixt1-0/+10
2007-03-04Handle core.symlinks=false case in merge-recursive.Johannes Sixt2-1/+64
2007-03-04Fix a "pointer type missmatch" warning.Ramsay Jones2-2/+15
2007-03-04Fix some "comparison is always true/false" warnings.Ramsay Jones1-4/+6