gitweb.git

Commits

2006-11-12 git-cvsserver: read from git with -z to get non-ASCII... v1.4.3.5
2006-11-11 path-list: fix path-list-insert return value
2006-11-09 git-rebase: Use --ignore-if-in-upstream option when...
2006-11-09 git-svn: fix dcommit losing changes when out-of-date...
2006-11-09 git-svn: don't die on rebuild when --upgrade is specified
2006-11-09 git-svn: avoid printing filenames of files we're not...
2006-11-09 Nicer error messages in case saving an object to db...
2006-11-07 remove an unneeded test
2006-11-06 Documentation: Transplanting branch with git-rebase...
2006-11-06 merge-recursive implicitely depends on trust_executable_bit
2006-11-06 adjust_shared_perm: chmod() only when needed.
2006-11-06 Fix git-runstatus for repositories containing a file...
2006-11-05 Remove unsupported C99 style struct initializers in... v1.4.3.4
2006-11-05 Remove SIMPLE_PROGRAMS and make git-daemon a normal...
2006-11-05 Use ULONG_MAX rather than implicit cast of -1.
2006-11-04 apply: handle "traditional" creation/deletion diff...
2006-11-03 git-clone documentation didn't mention --origin as...
2006-11-03 Minor grammar fixes for git-diff-index.txt
2006-11-03 link_temp_to_file: call adjust_shared_perm() only when...
2006-11-01 pack-objects doesn't create random pack names
2006-10-31 link_temp_to_file: don't leave the path truncated on...
2006-10-31 revision traversal: --unpacked does not limit commit...
2006-10-31 Continue traversal when rev-list --unpacked finds a...
2006-10-31 Use memmove instead of memcpy for overlapping areas
2006-10-31 quote.c: ensure the same quoting across platforms.
2006-10-30 Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
2006-10-27 gitweb: Check git base URLs before generating URL from it
2006-10-27 Documentation: add git in /etc/services.
2006-10-27 Documentation: add upload-archive service to git-daemon.
2006-10-27 git-cherry: document limit and add diagram
2006-10-27 Merge branch 'jc/combined' into maint
2006-10-27 diff-format.txt: Correct information about pathnames...
2006-10-26 combine-diff: honour --no-commit-id
2006-10-26 combine-diff: fix hunk_comment_line logic.
2006-10-26 combine-diff: a few more finishing touches.
2006-10-26 Documentation: clarify refname disambiguation rules.
2006-10-26 diff-format.txt: Combined diff format documentation...
2006-10-26 Remove --syslog in git-daemon inetd documentation examples.
2006-10-26 Documentation: updates to "Everyday GIT"
2006-10-25 Documentation/SubmittingPatches: 3+1 != 6 v1.4.3.3
2006-10-25 xdiff: Match GNU diff behaviour when deciding hunk...
2006-10-25 Update cherry documentation.
2006-10-25 Refer to git-rev-parse:Specifying Revisions from git.txt
2006-10-25 git-fetch.sh printed protocol fix
2006-10-25 RPM package re-classification.
2006-10-24 Documentation: note about contrib/.
2006-10-24 git-svn: fix symlink-to-file changes when using command...
2006-10-24 Set $HOME for selftests
2006-10-24 gitweb: Fix setting $/ in parse_commit() v1.4.3.2
2006-10-24 daemon: do not die on older clients.
2006-10-23 xdiff/xemit.c (xdl_find_func): Elide trailing white...
2006-10-23 git-clone: honor --quiet
2006-10-23 Documentation for the [remote] config
2006-10-23 prune-packed: Fix uninitialized variable.
2006-10-23 pager: default to LESS=FRSX not LESS=FRS
2006-10-22 Make prune also run prune-packed
2006-10-22 git-vc: better installation instructions
2006-10-22 gitweb: Do not esc_html $basedir argument to git_print_...
2006-10-22 gitweb: Whitespace cleanup - tabs are for indent, space...
2006-10-22 Fix usagestring for git-branch
2006-10-22 git-merge: show usage if run without arguments
2006-10-20 Fix typo in show-index.c v1.4.3.1
2006-10-20 pager: default to LESS=FRS
2006-10-20 git-apply: prepare for upcoming GNU diff -u format...
2006-10-19 Add revspec documentation for ':path', ':[0-3]:path...
2006-10-19 Reject hexstring longer than 40-bytes in get_short_sha1()
2006-10-19 reduce delta head inflated size
2006-10-18 git-imap-send: Strip smtp From_ header from imap message. v1.4.3
2006-10-17 add proper dependancies on the xdiff source
2006-10-17 Merge branch 'maint'
2006-10-17 Fix hash function in xdiff library v1.4.2.4
2006-10-16 svnimport: Fix broken tags being generated
2006-10-15 Replace open-coded version of hash_sha1_file()
2006-10-15 Make write_sha1_file_prepare() void
2006-10-15 Revert "move pack creation to version 3"
2006-10-15 Merge branch 'jc/http' v1.4.3-rc3
2006-10-15 clone: the given repository dir should be relative...
2006-10-15 cvsserver: fix "cvs diff" in a subdirectory
2006-10-15 cvsserver: Show correct letters for modified, removed...
2006-10-15 git-svn: reduce memory usage for large commits
2006-10-14 Fix tracing when GIT_TRACE is set to an empty string.
2006-10-14 Make write_sha1_file_prepare() static
2006-10-14 Add hash_sha1_file()
2006-10-14 git-svn: fix commits over svn+ssh://
2006-10-13 t4015: work-around here document problem on Cygwin.
2006-10-12 Documentation: add missing second colons and remove...
2006-10-12 diff: fix 2 whitespace issues
2006-10-12 apply --numstat -z: line termination fix.
2006-10-12 git-svn: add a message encouraging use of SVN::* libraries
2006-10-12 commit: fix a segfault when displaying a commit with...
2006-10-11 git-svn: -h(elp) message formatting fixes
2006-10-11 Documentation/git-svn: document some of the newer features
2006-10-11 git-svn: log command fixes
2006-10-11 git-svn: multi-init saves and reuses --tags and --branc...
2006-10-11 atomic write for sideband remote messages
2006-10-11 git.spec.in: perl subpackage is installed in perl_vendo...
2006-10-11 git-pull: we say commit X, not X commit.
2006-10-11 git-fetch --update-head-ok typofix
2006-10-11 paginate git-diff by default
2006-10-10 add commit count options to git-shortlog v1.4.3-rc2
next