Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | gitweb: "alternate" starts with shade (i.e. 1) | Luben Tuikov | 2006-09-28 | 1 | -8/+8 | |
| * | | | | | | gitweb: Add history and blame to git_difftree_body() | Luben Tuikov | 2006-09-27 | 1 | -12/+23 | |
| * | | | | | | gitweb: Remove excessively redundant entries from git_difftree_body | Luben Tuikov | 2006-09-27 | 1 | -58/+34 | |
| * | | | | | | Revert "gitweb: extend blame to show links to diff and previous" | Luben Tuikov | 2006-09-27 | 1 | -17/+1 | |
| * | | | | | | gitweb: Quote filename in HTTP Content-Disposition: header | Jakub Narebski | 2006-09-27 | 1 | -8/+9 | |
| * | | | | | | gitweb: Add git_url subroutine, and use it to quote full URLs | Jakub Narebski | 2006-09-27 | 1 | -1/+10 | |
| * | | | | | | gitweb: Split validate_input into validate_pathname and validate_refname | Jakub Narebski | 2006-09-27 | 1 | -16/+47 | |
| * | | | | | | gitweb: Use "return" instead of "return undef" for some subs | Jakub Narebski | 2006-09-27 | 1 | -2/+2 | |
| * | | | | | | gitweb: Strip trailing slashes from $path in git_get_hash_by_path | Jakub Narebski | 2006-09-27 | 1 | -1/+1 | |
| * | | | | | | gitweb: extend blame to show links to diff and previous | Luben Tuikov | 2006-09-27 | 1 | -1/+17 | |
| * | | | | | | gitweb: Remove redundant "tree" link | Luben Tuikov | 2006-09-26 | 1 | -10/+6 | |
| * | | | | | | gitweb: tree view: eliminate redundant "blob" | Luben Tuikov | 2006-09-25 | 1 | -16/+17 | |
* | | | | | | | fetch: Reset remote refs list each time fetch_main is called | Santi BĂ©jar | 2006-09-29 | 1 | -0/+1 | |
* | | | | | | | Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34 | Linus Torvalds | 2006-09-29 | 1 | -10/+16 | |
* | | | | | | | git-diff -B output fix. | Junio C Hamano | 2006-09-29 | 1 | -1/+1 | |
* | | | | | | | Make cvsexportcommit remove files. | Robin Rosenberg | 2006-09-29 | 1 | -1/+1 | |
* | | | | | | | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 2006-09-28 | 5 | -1/+31 | |
* | | | | | | | git-format-patch: fix bug using -o in subdirectories | Matthias Lederhofer | 2006-09-28 | 1 | -2/+3 | |
* | | | | | | | do not discard constness in interp_set_entry value argument | Alex Riesen | 2006-09-28 | 2 | -3/+3 | |
* | | | | | | | Fix approxidate() to understand more extended numbers | Linus Torvalds | 2006-09-28 | 1 | -0/+40 | |
* | | | | | | | Clean up approxidate() in preparation for fixes | Linus Torvalds | 2006-09-28 | 1 | -3/+10 | |
* | | | | | | | fix daemon.c compilation for NO_IPV6=1 | Alex Riesen | 2006-09-28 | 1 | -1/+1 | |
* | | | | | | | daemon: default to 256 for HOST_NAME_MAX if it is not defined | Johannes Schindelin | 2006-09-28 | 1 | -0/+4 | |
* | | | | | | | format-patch: use cwd as default output directory | Matthias Lederhofer | 2006-09-28 | 1 | -0/+2 | |
* | | | | | | | svnimport: add support for parsing From: lines for author | Andy Whitcroft | 2006-09-28 | 1 | -4/+8 | |
* | | | | | | | Contributed bash completion support for core Git tools. | Junio C Hamano | 2006-09-28 | 1 | -0/+324 | |
* | | | | | | | Merge branch 'jl/virtual' | Junio C Hamano | 2006-09-27 | 6 | -34/+436 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Removed memory leaks from interpolation table uses. | Jon Loeliger | 2006-09-27 | 3 | -20/+61 | |
| * | | | | | | | Cleaned up git-daemon virtual hosting support. | Jon Loeliger | 2006-09-27 | 4 | -28/+389 | |
* | | | | | | | | Merge branch 'cc/branch-test' | Junio C Hamano | 2006-09-27 | 2 | -0/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove empty ref directories that prevent creating a ref. | Christian Couder | 2006-09-25 | 2 | -0/+22 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'sp/void' | Junio C Hamano | 2006-09-27 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow git-checkout when on a non-existant branch. | Shawn Pearce | 2006-09-27 | 2 | -1/+17 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'jc/whitespace' | Junio C Hamano | 2006-09-27 | 3 | -66/+229 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git-apply: second war on whitespace. | Junio C Hamano | 2006-09-24 | 1 | -25/+97 | |
| * | | | | | | | | diff.c: second war on whitespace. | Junio C Hamano | 2006-09-24 | 2 | -41/+132 | |
* | | | | | | | | | Merge branch 'jc/repack' | Junio C Hamano | 2006-09-27 | 1 | -9/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | git-repack: allow git-repack to run in subdirectory | Jeff King | 2006-09-24 | 1 | -0/+1 | |
| * | | | | | | | | | repack: use only pack-objects, not rev-list. | Junio C Hamano | 2006-09-20 | 1 | -9/+4 | |
* | | | | | | | | | | Merge branch 'jc/deprecate-recursive' | Junio C Hamano | 2006-09-27 | 7 | -41/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Deprecate merge-recursive.py | Junio C Hamano | 2006-09-24 | 7 | -41/+17 | |
* | | | | | | | | | | | runstatus: do not recurse into subdirectories if not needed | Johannes Schindelin | 2006-09-27 | 1 | -12/+15 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | grep: fix --fixed-strings combined with expression. | Junio C Hamano | 2006-09-27 | 1 | -5/+2 | |
* | | | | | | | | | | grep: free expressions and patterns when done. | Junio C Hamano | 2006-09-27 | 3 | -0/+45 | |
* | | | | | | | | | | Corrected copy-and-paste thinko in ignore executable bit test case. | Shawn Pearce | 2006-09-27 | 1 | -1/+1 | |
* | | | | | | | | | | An illustration of rev-list --parents --pretty=raw | Junio C Hamano | 2006-09-27 | 1 | -0/+113 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | gitweb: Decode long title for link tooltips | Yasushi SHOJI | 2006-09-27 | 1 | -1/+1 | |
* | | | | | | | | | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1 | Sergey Vlasov | 2006-09-26 | 1 | -0/+1 | |
* | | | | | | | | | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 2006-09-26 | 3 | -2/+28 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Use const for interpolate arguments | Alex Riesen | 2006-09-25 | 2 | -5/+10 |