summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-25Deprecate merge-recursive.pyJunio C Hamano
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
2006-09-22gitweb: More per-view navigation bar linksPetr Baudis
2006-09-22gitweb: Link (HEAD) tree for each project from projects listPetr Baudis
2006-09-21gitweb: Make git_get_hash_by_path check type if providedJakub Narebski
2006-09-21Fix showing of path in tree viewPetr Baudis
2006-09-21gitweb: fix display of trees via PATH_INFO.Martin Waitz
2006-09-21Document receive.denyNonFastforwardsJohannes Schindelin
2006-09-21receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-09-20sha1_name.c: understand "describe" output as a valid object nameJunio C Hamano
2006-09-20Make hexval() available to others.Junio C Hamano
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano
2006-09-20Update grep internal for grepping only in head/bodyJunio C Hamano
2006-09-20Add virtualization support to git-daemonJon Loeliger
2006-09-20git-log --author and --committer are not left-anchored by defaultLinus Torvalds
2006-09-20rev-list: fix segfault with --{author,committer,grep}Jeff King
2006-09-20revision traversal: --author, --committer, and --grep.Junio C Hamano