summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov2006-09-281-8/+8
| * | | | | | gitweb: Add history and blame to git_difftree_body()Luben Tuikov2006-09-271-12/+23
| * | | | | | gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov2006-09-271-58/+34
| * | | | | | Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov2006-09-271-17/+1
| * | | | | | gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski2006-09-271-8/+9
| * | | | | | gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski2006-09-271-1/+10
| * | | | | | gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski2006-09-271-16/+47
| * | | | | | gitweb: Use "return" instead of "return undef" for some subsJakub Narebski2006-09-271-2/+2
| * | | | | | gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski2006-09-271-1/+1
| * | | | | | gitweb: extend blame to show links to diff and previousLuben Tuikov2006-09-271-1/+17
| * | | | | | gitweb: Remove redundant "tree" linkLuben Tuikov2006-09-261-10/+6
| * | | | | | gitweb: tree view: eliminate redundant "blob"Luben Tuikov2006-09-251-16/+17
* | | | | | | fetch: Reset remote refs list each time fetch_main is calledSanti BĂ©jar2006-09-291-0/+1
* | | | | | | Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds2006-09-291-10/+16
* | | | | | | git-diff -B output fix.Junio C Hamano2006-09-291-1/+1
* | | | | | | Make cvsexportcommit remove files.Robin Rosenberg2006-09-291-1/+1
* | | | | | | http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky2006-09-285-1/+31
* | | | | | | git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer2006-09-281-2/+3
* | | | | | | do not discard constness in interp_set_entry value argumentAlex Riesen2006-09-282-3/+3
* | | | | | | Fix approxidate() to understand more extended numbersLinus Torvalds2006-09-281-0/+40
* | | | | | | Clean up approxidate() in preparation for fixesLinus Torvalds2006-09-281-3/+10
* | | | | | | fix daemon.c compilation for NO_IPV6=1Alex Riesen2006-09-281-1/+1
* | | | | | | daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin2006-09-281-0/+4
* | | | | | | format-patch: use cwd as default output directoryMatthias Lederhofer2006-09-281-0/+2
* | | | | | | svnimport: add support for parsing From: lines for authorAndy Whitcroft2006-09-281-4/+8
* | | | | | | Contributed bash completion support for core Git tools.Junio C Hamano2006-09-281-0/+324
* | | | | | | Merge branch 'jl/virtual'Junio C Hamano2006-09-276-34/+436
|\ \ \ \ \ \ \
| * | | | | | | Removed memory leaks from interpolation table uses.Jon Loeliger2006-09-273-20/+61
| * | | | | | | Cleaned up git-daemon virtual hosting support.Jon Loeliger2006-09-274-28/+389
* | | | | | | | Merge branch 'cc/branch-test'Junio C Hamano2006-09-272-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove empty ref directories that prevent creating a ref.Christian Couder2006-09-252-0/+22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sp/void'Junio C Hamano2006-09-272-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-272-1/+17
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/whitespace'Junio C Hamano2006-09-273-66/+229
|\ \ \ \ \ \ \ \
| * | | | | | | | git-apply: second war on whitespace.Junio C Hamano2006-09-241-25/+97
| * | | | | | | | diff.c: second war on whitespace.Junio C Hamano2006-09-242-41/+132
* | | | | | | | | Merge branch 'jc/repack'Junio C Hamano2006-09-271-9/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-repack: allow git-repack to run in subdirectoryJeff King2006-09-241-0/+1
| * | | | | | | | | repack: use only pack-objects, not rev-list.Junio C Hamano2006-09-201-9/+4
* | | | | | | | | | Merge branch 'jc/deprecate-recursive'Junio C Hamano2006-09-277-41/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Deprecate merge-recursive.pyJunio C Hamano2006-09-247-41/+17
* | | | | | | | | | | runstatus: do not recurse into subdirectories if not neededJohannes Schindelin2006-09-271-12/+15
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | grep: fix --fixed-strings combined with expression.Junio C Hamano2006-09-271-5/+2
* | | | | | | | | | grep: free expressions and patterns when done.Junio C Hamano2006-09-273-0/+45
* | | | | | | | | | Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce2006-09-271-1/+1
* | | | | | | | | | An illustration of rev-list --parents --pretty=rawJunio C Hamano2006-09-271-0/+113
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | gitweb: Decode long title for link tooltipsYasushi SHOJI2006-09-271-1/+1
* | | | | | | | | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov2006-09-261-0/+1
* | | | | | | | | Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-263-2/+28
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Use const for interpolate argumentsAlex Riesen2006-09-252-5/+10