gitweb.git

Commits

2006-12-06 git-reset to remove "$GIT_DIR/MERGE_MSG" v1.4.4.2
2006-12-04 unpack-trees: make sure "df_conflict_entry.name" is...
2006-12-04 receive-pack: do not insist on fast-forward outside...
2006-12-04 git-mv: search more precisely for source directory...
2006-12-03 git-svn: avoid fetching files twice in the same revision
2006-11-29 Document git-repo-config --bool/--int options.
2006-11-29 tutorial: talk about user.name early and don't start...
2006-11-29 git-blame: fix rev parameter handling.
2006-11-29 git blame -C: fix output format tweaks when crossing...
2006-11-24 Increase length of function name buffer
2006-11-23 git-svn: preserve uncommitted changes after dcommit
2006-11-23 git-svn: correctly handle revision 0 in SVN repositories
2006-11-23 git-svn: error out from dcommit on a parent-less commit
2006-11-23 archive-zip: don't use sizeof(struct ...)
2006-11-23 GIT 1.4.4.1 v1.4.4.1
2006-11-23 trust-executable-bit: fix breakage for symlinks
2006-11-23 Move --pretty options into Documentation/pretty-formats.txt
2006-11-22 Doc: Make comment about merging in tutorial.txt more...
2006-11-22 archive: use setvbuf() instead of setlinebuf()
2006-11-21 Teach SubmittingPatches about git-commit -s
2006-11-20 do_for_each_ref: perform the same sanity check for...
2006-11-20 git-fetch: follow lightweit tags as well.
2006-11-19 Documentation: Correct alternates documentation, docume...
2006-11-18 Documentation: Define symref and update HEAD description
2006-11-18 Document git-runstatus
2006-11-18 git-apply: slightly clean up bitfield usage
2006-11-18 sparse fix: Using plain integer as NULL pointer
2006-11-18 sparse fix: non-ANSI function declaration
2006-11-18 git-apply: Documentation typo fix
2006-11-18 Fix git-for-each-refs broken for tags
2006-11-17 "git fmt-merge-msg" SIGSEGV
2006-11-17 git-pull: allow pulling into an empty repository
2006-11-15 convert-objects: set _XOPEN_SOURCE to 600
2006-11-15 Run "git repack -a -d" once more at end, if there's...
2006-11-15 gitweb: Put back shortlog instead of graphiclog in...
2006-11-15 git-checkout: allow pathspec to recover lost working...
2006-11-15 git-checkout: do not allow -f and -m at the same time.
2006-11-15 Seek back to current filepos when mmap()ing with NO_MMAP
2006-11-15 GIT 1.4.4 v1.4.4
2006-11-13 Merge branch 'maint'
2006-11-13 Rework cvsexportcommit to handle binary files for all...
2006-11-13 Catch errors when writing an index that contains invali...
2006-11-13 test-lib.sh: A command dying due to a signal is an...
2006-11-13 git-update-index(1): fix use of quoting in section...
2006-11-12 GIT 1.4.4-rc2 v1.4.4-rc2
2006-11-12 Merge branch 'maint'
2006-11-12 git-cvsserver: read from git with -z to get non-ASCII... v1.4.3.5
2006-11-11 Merge branch 'maint'
2006-11-11 path-list: fix path-list-insert return value
2006-11-10 git-annotate: fix -S on graft file with comments.
2006-11-10 git-annotate: no need to exec blame; it is built-in...
2006-11-09 Merge branch 'maint'
2006-11-09 git-rebase: Use --ignore-if-in-upstream option when...
2006-11-09 Documentation: move blame examples
2006-11-09 Merge branch 'maint'
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-09 gitweb: fix unmatched div in commitdiff
2006-11-09 gitweb: protect commit messages from controls.
2006-11-09 gitweb: protect blob and diff output lines from controls.
2006-11-09 git-pickaxe: retire pickaxe
2006-11-08 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-11-08 git-status: quote LF in its output
2006-11-08 gitweb: do not give blame link unconditionally in diff...
2006-11-08 gitweb: New improved patchset view
2006-11-08 gitweb: Use character or octal escape codes (and add...
2006-11-08 gitweb: Better git-unquoting and gitweb-quoting of...
2006-11-08 gitweb: minimally fix "fork" support.
2006-11-08 gitweb: fix disabling of "forks"
2006-11-08 GIT 1.4.3-rc1 v1.4.4-rc1
2006-11-08 Merge branch 'maint'
2006-11-08 Merge branch 'jc/pickaxe'
2006-11-08 git-pickaxe: allow "-L <something>,+N"
2006-11-08 git-pack-objects progress flag documentation and cleanup
2006-11-07 remove an unneeded test
2006-11-07 Merge branch 'jc/read-tree'
2006-11-07 Merge branch 'np/index-pack'
2006-11-07 Merge branch 'maint'
2006-11-07 git-pickaxe: -L /regexp/,/regexp/
2006-11-06 Documentation: Transplanting branch with git-rebase...
2006-11-06 Document git-pack-refs and link it to git(7).
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 more sed invocations from within bash completion.
2006-11-05 Support bash completion on symmetric difference operator.
2006-11-05 Take --git-dir into consideration during bash completion.
2006-11-05 Bash completion support for remotes in .git/config.
2006-11-05 Only load .exe suffix'd completions on Cygwin.
2006-11-05 Added missing completions for show-branch and merge...
2006-11-05 git-pickaxe: optimize by avoiding repeated read_sha1_fi...
2006-11-05 git-blame: add internal statistics to count read blobs.
2006-11-05 cherry is built-in, do not ship git-cherry.sh
2006-11-05 Merge branch 'maint'
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-05 git-svn: don't die on rebuild when --upgrade is specified
next