aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-02
| * | | | Git.pm: Implement options for the command interfacePetr Baudis2006-07-02
| * | | | Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-02
| * | | | Git.pm: Handle failed commands' outputPetr Baudis2006-07-02
| * | | | Git.pm: Better error handlingPetr Baudis2006-07-02
| * | | | Add Error.pm to the distributionPetr Baudis2006-07-02
| * | | | Git.pm: Implement Git::version()Petr Baudis2006-07-02
| * | | | Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-02
| * | | | Git.pm: Implement Git::exec_path()Petr Baudis2006-07-02
| * | | | Introduce Git.pm (v4)Petr Baudis2006-07-02
* | | | | Merge branch 'jc/diff-stat'Junio C Hamano2006-09-30
|\ \ \ \ \
| * | | | | diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin2006-09-28
| * | | | | diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds2006-09-28
| * | | | | diff --stat: color output.Junio C Hamano2006-09-27
| * | | | | diff --stat: allow custom diffstat output width.Junio C Hamano2006-09-27
* | | | | | Merge branch 'lt/web'Junio C Hamano2006-09-30
|\ \ \ \ \ \
| * | | | | | gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov2006-09-30
| * | | | | | gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov2006-09-28
| * | | | | | gitweb: Remove redundant "commit" from historyLuben Tuikov2006-09-28
| * | | | | | gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov2006-09-28
| * | | | | | gitweb: Add snapshot to shortlogLuben Tuikov2006-09-28
| * | | | | | gitweb: Factor out gitweb_have_snapshot()Luben Tuikov2006-09-28
| * | | | | | gitweb: Remove redundant "commit" link from shortlogLuben Tuikov2006-09-28
| * | | | | | gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov2006-09-28
| * | | | | | gitweb: Add history and blame to git_difftree_body()Luben Tuikov2006-09-27
| * | | | | | gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov2006-09-27
| * | | | | | Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov2006-09-27
| * | | | | | gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski2006-09-27
| * | | | | | gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski2006-09-27
| * | | | | | gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski2006-09-27
| * | | | | | gitweb: Use "return" instead of "return undef" for some subsJakub Narebski2006-09-27
| * | | | | | gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski2006-09-27
| * | | | | | gitweb: extend blame to show links to diff and previousLuben Tuikov2006-09-27
| * | | | | | gitweb: Remove redundant "tree" linkLuben Tuikov2006-09-26
| * | | | | | gitweb: tree view: eliminate redundant "blob"Luben Tuikov2006-09-25
* | | | | | | fetch: Reset remote refs list each time fetch_main is calledSanti BĂ©jar2006-09-29
* | | | | | | Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds2006-09-29
* | | | | | | git-diff -B output fix.Junio C Hamano2006-09-29
* | | | | | | Make cvsexportcommit remove files.Robin Rosenberg2006-09-29
* | | | | | | http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky2006-09-28
* | | | | | | git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer2006-09-28
* | | | | | | do not discard constness in interp_set_entry value argumentAlex Riesen2006-09-28
* | | | | | | Fix approxidate() to understand more extended numbersLinus Torvalds2006-09-28
* | | | | | | Clean up approxidate() in preparation for fixesLinus Torvalds2006-09-28
* | | | | | | fix daemon.c compilation for NO_IPV6=1Alex Riesen2006-09-28
* | | | | | | daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin2006-09-28
* | | | | | | format-patch: use cwd as default output directoryMatthias Lederhofer2006-09-28
* | | | | | | svnimport: add support for parsing From: lines for authorAndy Whitcroft2006-09-28
* | | | | | | Contributed bash completion support for core Git tools.Junio C Hamano2006-09-28
* | | | | | | Merge branch 'jl/virtual'Junio C Hamano2006-09-27
|\ \ \ \ \ \ \