summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-01Merge branch 'jc/gitpm'Junio C Hamano
2006-10-01Merge branch 'jc/diff-stat'Junio C Hamano
2006-10-01Merge branch 'lt/web'Junio C Hamano
2006-09-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov
2006-09-30fetch: Reset remote refs list each time fetch_main is calledSanti BĂ©jar
2006-09-30Remove -fPIC which was only needed for Git.xsJunio C Hamano
2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds
2006-09-29git-diff -B output fix.Junio C Hamano
2006-09-29Make cvsexportcommit remove files.Robin Rosenberg
2006-09-29diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin
2006-09-29diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds
2006-09-29gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov
2006-09-29gitweb: Remove redundant "commit" from historyLuben Tuikov
2006-09-29http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-09-29gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov
2006-09-29gitweb: Add snapshot to shortlogLuben Tuikov
2006-09-29gitweb: Factor out gitweb_have_snapshot()Luben Tuikov
2006-09-29gitweb: Remove redundant "commit" link from shortlogLuben Tuikov
2006-09-29gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov
2006-09-29git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer
2006-09-29do not discard constness in interp_set_entry value argumentAlex Riesen
2006-09-29Fix approxidate() to understand more extended numbersLinus Torvalds
2006-09-29Clean up approxidate() in preparation for fixesLinus Torvalds
2006-09-29fix daemon.c compilation for NO_IPV6=1Alex Riesen
2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin
2006-09-28format-patch: use cwd as default output directoryMatthias Lederhofer
2006-09-28svnimport: add support for parsing From: lines for authorAndy Whitcroft
2006-09-28Contributed bash completion support for core Git tools.Junio C Hamano
2006-09-28Merge branch 'jl/virtual'Junio C Hamano
2006-09-28Merge branch 'cc/branch-test'Junio C Hamano
2006-09-28gitweb: Add history and blame to git_difftree_body()Luben Tuikov
2006-09-28Merge branch 'sp/void'Junio C Hamano
2006-09-28Merge branch 'jc/whitespace'Junio C Hamano
2006-09-28Merge branch 'jc/repack'Junio C Hamano
2006-09-28Merge branch 'jc/deprecate-recursive'Junio C Hamano
2006-09-28runstatus: do not recurse into subdirectories if not neededJohannes Schindelin
2006-09-28gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov
2006-09-28Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov
2006-09-28Removed memory leaks from interpolation table uses.Jon Loeliger
2006-09-28Cleaned up git-daemon virtual hosting support.Jon Loeliger
2006-09-27grep: fix --fixed-strings combined with expression.Junio C Hamano
2006-09-27grep: free expressions and patterns when done.Junio C Hamano
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce
2006-09-27An illustration of rev-list --parents --pretty=rawJunio C Hamano
2006-09-27diff --stat: color output.Junio C Hamano
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano
2006-09-27Allow git-checkout when on a non-existant branch.Shawn Pearce
2006-09-27gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski
2006-09-27gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski
2006-09-27gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski