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