aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
|\
| * Removed memory leaks from interpolation table uses.Jon Loeliger2006-09-27
| * Cleaned up git-daemon virtual hosting support.Jon Loeliger2006-09-27
* | Merge branch 'cc/branch-test'Junio C Hamano2006-09-27
|\ \
| * | Remove empty ref directories that prevent creating a ref.Christian Couder2006-09-25
* | | Merge branch 'sp/void'Junio C Hamano2006-09-27
|\ \ \
| * | | Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-27
* | | | Merge branch 'jc/whitespace'Junio C Hamano2006-09-27
|\ \ \ \
| * | | | git-apply: second war on whitespace.Junio C Hamano2006-09-24
| * | | | diff.c: second war on whitespace.Junio C Hamano2006-09-24
* | | | | Merge branch 'jc/repack'Junio C Hamano2006-09-27
|\ \ \ \ \
| * | | | | git-repack: allow git-repack to run in subdirectoryJeff King2006-09-24
| * | | | | repack: use only pack-objects, not rev-list.Junio C Hamano2006-09-20
* | | | | | Merge branch 'jc/deprecate-recursive'Junio C Hamano2006-09-27
|\ \ \ \ \ \
| * | | | | | Deprecate merge-recursive.pyJunio C Hamano2006-09-24
* | | | | | | runstatus: do not recurse into subdirectories if not neededJohannes Schindelin2006-09-27
| |_|_|_|_|/ |/| | | | |
* | | | | | grep: fix --fixed-strings combined with expression.Junio C Hamano2006-09-27
* | | | | | grep: free expressions and patterns when done.Junio C Hamano2006-09-27
* | | | | | Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce2006-09-27
* | | | | | An illustration of rev-list --parents --pretty=rawJunio C Hamano2006-09-27
| |_|_|/ / |/| | | |
* | | | | gitweb: Decode long title for link tooltipsYasushi SHOJI2006-09-27
* | | | | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov2006-09-26
* | | | | Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-26
| |_|_|/ |/| | |
* | | | Use const for interpolate argumentsAlex Riesen2006-09-25
* | | | git-archive: update documentationFranck Bui-Huu2006-09-25
|/ / /
* | | gitweb: fix over-eager application of esc_html().Petr Baudis2006-09-24
* | | Allow '(no author)' in git-svn's authors file.Shawn Pearce2006-09-24
* | | Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce2006-09-24
* | | Merge branch 'sk/svnimport'Junio C Hamano2006-09-24
|\ \ \
| * | | git-svnimport: Parse log message for Signed-off-by: linesSasha Khapyorsky2006-09-22
* | | | Merge early parts of branch 'np/pack'Junio C Hamano2006-09-24
|\ \ \ \
| * | | | many cleanups to sha1_file.cNicolas Pitre2006-09-23
| * | | | move pack creation to version 3Nicolas Pitre2006-09-22
| |/ / /
* | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-24
* | | | git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-24
* | | | git-tar-tree: Remove duplicate git_config() callRene Scharfe2006-09-24
* | | | Merge branch 'jc/filter-commit'Junio C Hamano2006-09-24
|\ \ \ \
| * | | | git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-20
| * | | | Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-20
| * | | | git-log --author and --committer are not left-anchored by defaultLinus Torvalds2006-09-20