summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2007-03-07Use uint32_t for pack-objects counters.Shawn O. Pearce
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce
2007-03-07Don't build external_grep if its not usedShawn O. Pearce
2007-03-07Fix mmap leak caused by reading bad indexes.Shawn O. Pearce
2007-03-07Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce
2007-03-07git-archimport: allow remapping branch namesPaolo Bonzini
2007-03-07t/t5515-fetch-merge-logic.sh: Add two more testsSanti B,Ai(Bjar
2007-03-07gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski
2007-03-06gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang
2007-03-06Merge branch 'maint'Junio C Hamano
2007-03-06Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-03-06git-bundle: fix pack generation.Junio C Hamano
2007-03-06git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce
2007-03-06Merge branch 'maint'Junio C Hamano
2007-03-06git-commit: cd to top before showing the final statJunio C Hamano
2007-03-06Merge branch 'master-for-junio' of git://repo.or.cz/git/fastimport; branch 'm...Junio C Hamano
2007-03-06Fix diff-options references in git-diff and git-format-patchBrian Gernhardt
2007-03-06Add definition of <commit-ish> to the main git man page.Theodore Ts'o
2007-03-06Merge branch 'maint-for-junio' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-03-05Begin SubmittingPatches with a check listJohannes Schindelin
2007-03-05Merge branch 'maint'Shawn O. Pearce
2007-03-05fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce
2007-03-05fast-import: Avoid infinite loop after resetShawn O. Pearce
2007-03-05contrib/emacs: Use non-interactive function to byte-compile filesXavier Maillard
2007-03-05t/t5515-fetch-merge-logic.sh: Added tests for the merge login in git-fetchSanti BĂ©jar
2007-03-05Post 1.5.0.3 cleanupJunio C Hamano
2007-03-05Merge branch 'js/fetch-progress' (early part)Junio C Hamano
2007-03-05Merge branch 'js/symlink'Junio C Hamano
2007-03-05Merge branch 'maint'Junio C Hamano
2007-03-05GIT 1.5.0.3v1.5.0.3Junio C Hamano
2007-03-05glossary: Add definitions for dangling and unreachable objectsYasushi SHOJI
2007-03-05user-manual: more detailed merge discussionJ. Bruce Fields
2007-03-05user-manual: how to replace commits older than most recentJ. Bruce Fields
2007-03-05user-manual: insert earlier of mention content-addressable architectureJ. Bruce Fields
2007-03-05user-manual: ensure generated manual references stylesheetJ. Bruce Fields
2007-03-05user-manual: reset to ORIG_HEAD not HEAD to undo mergeJ. Bruce Fields
2007-03-05Documentation: mention module option to git-cvsimportJ. Bruce Fields
2007-03-04git-svn: fix show-ignore when not connected to the repository rootEric Wong
2007-03-04diff-ni: allow running from a subdirectory.Junio C Hamano
2007-03-04Merge branch 'js/diff-ni' (early part)Junio C Hamano
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-04Unset NO_C99_FORMAT on Cygwin.Ramsay Jones
2007-03-04Tell multi-parent diff about core.symlinks.Johannes Sixt
2007-03-04Handle core.symlinks=false case in merge-recursive.Johannes Sixt
2007-03-04Fix a "pointer type missmatch" warning.Ramsay Jones
2007-03-04Fix some "comparison is always true/false" warnings.Ramsay Jones
2007-03-04Fix an "implicit function definition" warning.Ramsay Jones