about summary refs log tree commit homepage
DateCommit message (Expand)
2006-11-11git-cvsserver: read from git with -z to get non-ASCII pathnames. v1.4.3.5
2006-11-11path-list: fix path-list-insert return value
2006-11-09git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svn
2006-11-09git-svn: don't die on rebuild when --upgrade is specified
2006-11-09git-svn: avoid printing filenames of files we're not tracking
2006-11-09Nicer error messages in case saving an object to db goes wrong
2006-11-07remove an unneeded test
2006-11-06Documentation: Transplanting branch with git-rebase --onto
2006-11-06merge-recursive implicitely depends on trust_executable_bit
2006-11-05adjust_shared_perm: chmod() only when needed.
2006-11-05Fix git-runstatus for repositories containing a file named HEAD
2006-11-04Remove unsupported C99 style struct initializers in git-archive. v1.4.3.4
2006-11-04Remove SIMPLE_PROGRAMS and make git-daemon a normal program.
2006-11-04Use ULONG_MAX rather than implicit cast of -1.
2006-11-04apply: handle "traditional" creation/deletion diff correctly.
2006-11-02git-clone documentation didn't mention --origin as equivalent of -o
2006-11-02Minor grammar fixes for git-diff-index.txt
2006-11-02link_temp_to_file: call adjust_shared_perm() only when we created the directory
2006-11-01pack-objects doesn't create random pack names
2006-10-31link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
2006-10-30revision traversal: --unpacked does not limit commit list anymore.
2006-10-30Continue traversal when rev-list --unpacked finds a packed commit.
2006-10-30Use memmove instead of memcpy for overlapping areas
2006-10-30quote.c: ensure the same quoting across platforms.
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
2006-10-27gitweb: Check git base URLs before generating URL from it
2006-10-27Documentation: add git in /etc/services.
2006-10-27Documentation: add upload-archive service to git-daemon.
2006-10-26git-cherry: document limit and add diagram
2006-10-26Merge branch 'jc/combined' into maint
2006-10-26diff-format.txt: Correct information about pathnames quoting in patch format
2006-10-26combine-diff: honour --no-commit-id
2006-10-26combine-diff: fix hunk_comment_line logic.
2006-10-26combine-diff: a few more finishing touches.
2006-10-26Documentation: clarify refname disambiguation rules.
2006-10-26diff-format.txt: Combined diff format documentation supplement
2006-10-25Remove --syslog in git-daemon inetd documentation examples.
2006-10-25Documentation: updates to "Everyday GIT"
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.