about summary refs log tree commit homepage
DateCommit message (Expand)
2006-10-25Documentation/SubmittingPatches: 3+1 != 6 v1.4.3.3
2006-10-25xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines
2006-10-25Update cherry documentation.
2006-10-25Refer to git-rev-parse:Specifying Revisions from git.txt
2006-10-25git-fetch.sh printed protocol fix
2006-10-25RPM package re-classification.
2006-10-24Documentation: note about contrib/.
2006-10-24git-svn: fix symlink-to-file changes when using command-line svn 1.4.0
2006-10-24Set $HOME for selftests
2006-10-23gitweb: Fix setting $/ in parse_commit() v1.4.3.2
2006-10-23daemon: do not die on older clients.
2006-10-23xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.
2006-10-23git-clone: honor --quiet
2006-10-23Documentation for the [remote] config
2006-10-23prune-packed: Fix uninitialized variable.
2006-10-22pager: default to LESS=FRSX not LESS=FRS
2006-10-22Make prune also run prune-packed
2006-10-22git-vc: better installation instructions
2006-10-22gitweb: Do not esc_html $basedir argument to git_print_tree_entry
2006-10-22gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)
2006-10-22Fix usagestring for git-branch
2006-10-22git-merge: show usage if run without arguments
2006-10-20Fix typo in show-index.c v1.4.3.1
2006-10-20pager: default to LESS=FRS
2006-10-19git-apply: prepare for upcoming GNU diff -u format change.
2006-10-18Add revspec documentation for ':path', ':[0-3]:path' and git-describe
2006-10-18Reject hexstring longer than 40-bytes in get_short_sha1()
2006-10-18reduce delta head inflated size
2006-10-18git-imap-send: Strip smtp From_ header from imap message. v1.4.3
2006-10-17add proper dependancies on the xdiff source
2006-10-16Merge branch 'maint'
2006-10-16Fix hash function in xdiff library v1.4.2.4
2006-10-15svnimport: Fix broken tags being generated
2006-10-15Replace open-coded version of hash_sha1_file()
2006-10-15Make write_sha1_file_prepare() void
2006-10-14Revert "move pack creation to version 3"
2006-10-14Merge branch 'jc/http' v1.4.3-rc3
2006-10-14clone: the given repository dir should be relative to $PWD
2006-10-14cvsserver: fix "cvs diff" in a subdirectory
2006-10-14cvsserver: Show correct letters for modified, removed and added files
2006-10-14git-svn: reduce memory usage for large commits
2006-10-14Fix tracing when GIT_TRACE is set to an empty string.
2006-10-14Make write_sha1_file_prepare() static
2006-10-14Add hash_sha1_file()
2006-10-14git-svn: fix commits over svn+ssh://
2006-10-13t4015: work-around here document problem on Cygwin.
2006-10-12Documentation: add missing second colons and remove a typo
2006-10-12diff: fix 2 whitespace issues
2006-10-12apply --numstat -z: line termination fix.
2006-10-11git-svn: add a message encouraging use of SVN::* libraries