about summary refs log tree commit homepage
DateCommit message (Expand)
2006-11-14GIT 1.4.4 v1.4.4
2006-11-13Merge branch 'maint'
2006-11-13Rework cvsexportcommit to handle binary files for all cases.
2006-11-13Catch errors when writing an index that contains invalid objects.
2006-11-13test-lib.sh: A command dying due to a signal is an unexpected failure.
2006-11-12git-update-index(1): fix use of quoting in section title
2006-11-11GIT 1.4.4-rc2 v1.4.4-rc2
2006-11-11Merge branch 'maint'
2006-11-11git-cvsserver: read from git with -z to get non-ASCII pathnames. v1.4.3.5
2006-11-11Merge branch 'maint'
2006-11-11path-list: fix path-list-insert return value
2006-11-10git-annotate: fix -S on graft file with comments.
2006-11-10git-annotate: no need to exec blame; it is built-in now.
2006-11-09Merge branch 'maint'
2006-11-09git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.
2006-11-09Documentation: move blame examples
2006-11-09Merge branch 'maint'
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-09gitweb: fix unmatched div in commitdiff
2006-11-09gitweb: protect commit messages from controls.
2006-11-09gitweb: protect blob and diff output lines from controls.
2006-11-08git-pickaxe: retire pickaxe
2006-11-08Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-11-08git-status: quote LF in its output
2006-11-08gitweb: do not give blame link unconditionally in diff-tree view
2006-11-08gitweb: New improved patchset view
2006-11-08gitweb: Use character or octal escape codes (and add span.cntrl) in esc_path
2006-11-08gitweb: Better git-unquoting and gitweb-quoting of pathnames
2006-11-07gitweb: minimally fix "fork" support.
2006-11-07gitweb: fix disabling of "forks"
2006-11-07GIT 1.4.3-rc1 v1.4.4-rc1
2006-11-07Merge branch 'maint'
2006-11-07Merge branch 'jc/pickaxe'
2006-11-07git-pickaxe: allow "-L <something>,+N"
2006-11-07git-pack-objects progress flag documentation and cleanup
2006-11-07remove an unneeded test
2006-11-07Merge branch 'jc/read-tree'
2006-11-07Merge branch 'np/index-pack'
2006-11-06Merge branch 'maint'
2006-11-06git-pickaxe: -L /regexp/,/regexp/
2006-11-06Documentation: Transplanting branch with git-rebase --onto
2006-11-06Document git-pack-refs and link it to git(7).
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-05Remove more sed invocations from within bash completion.
2006-11-05Support bash completion on symmetric difference operator.