summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-20add the capability for index-pack to read from a streamNicolas Pitre
2006-10-18index-pack: compare only the first 20-bytes of the key.Nicolas Pitre
2006-10-14git-repack: repo.usedeltabaseoffsetJunio C Hamano
2006-10-10pack-objects: document --delta-base-offset optionJunio C Hamano
2006-09-27allow delta data reuse even if base object is a preferred baseNicolas Pitre
2006-09-27zap a debug remnantNicolas Pitre
2006-09-27let the GIT native protocol use offsets to delta base when possibleNicolas Pitre
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-27make git-pack-objects able to create deltas with offset to baseNicolas Pitre
2006-09-27teach git-index-pack about deltas with offset to baseNicolas Pitre
2006-09-27teach git-unpack-objects about deltas with offset to baseNicolas Pitre
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-27gitweb: Decode long title for link tooltipsYasushi SHOJI
2006-09-27git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov
2006-09-27Ignore executable bit when adding files if filemode=0.Shawn Pearce
2006-09-26Use const for interpolate argumentsAlex Riesen
2006-09-26git-archive: update documentationFranck Bui-Huu
2006-09-25gitweb: fix over-eager application of esc_html().Petr Baudis
2006-09-25Allow '(no author)' in git-svn's authors file.Shawn Pearce
2006-09-25Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce
2006-09-25Merge branch 'sk/svnimport'Junio C Hamano
2006-09-25Merge early parts of branch 'np/pack'Junio C Hamano
2006-09-25Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano
2006-09-25git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe
2006-09-25git-tar-tree: Remove duplicate git_config() callRene Scharfe
2006-09-25Merge branch 'jc/filter-commit'Junio C Hamano
2006-09-25Merge branch 'sb/branch-attributes'Junio C Hamano
2006-09-24Merge branch 'jl/daemon'Junio C Hamano
2006-09-24Add test for the default merges in fetch.Santi Béjar
2006-09-24fetch: get the remote branches to merge from the branch propertiesSanti Béjar
2006-09-24Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar
2006-09-24builtin-upload-archive.c broken on openbsdRandal L. Schwartz
2006-09-24gitweb: Consolidate escaping/validation of query stringPetr Baudis
2006-09-24Deprecate git-resolve.shPetr Baudis
2006-09-23Rename builtin-zip-tree.c to archive-zip.cRene Scharfe
2006-09-23Remove git-zip-treeRene Scharfe
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-09-23move pack creation to version 3Nicolas Pitre
2006-09-23git-svnimport: Parse log message for Signed-off-by: linesSasha Khapyorsky
2006-09-23Quote arguments to tr in test-libRobin Rosenberg
2006-09-22Fix snapshot link in tree viewPetr Baudis
2006-09-22gitweb: Fix @git_base_url_list usagePetr Baudis
2006-09-22gitweb: Fix tree link associated with each commit log entry.Petr Baudis
2006-09-22Make path in tree view look nicerPetr Baudis
2006-09-22gitweb: Relabel "head" as "HEAD"Petr Baudis
2006-09-22gitweb: Rename "plain" labels to "raw"Petr Baudis
2006-09-22gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis
2006-09-22gitweb: Link to latest tree from the head line in heads listPetr Baudis
2006-09-22gitweb: Link to tree instead of snapshot in shortlogPetr Baudis