Code

git.git
2006-07-25 Matthias Lederhoferupload-pack: fix timeout in create_pack_file v1.4.1.1
2006-07-03 Junio C HamanoMakefile: tighten git-http-{fetch,push} dependencies
2006-07-03 Robin RosenbergEmpty author may be presented by svn as an empty string...
2006-07-02 Linus Torvaldsrevision.c: fix "dense" under --remove-empty
2006-07-02 Linus Torvaldsgit object hash cleanups v1.4.1
2006-07-02 Linus Torvaldsrevision.c: --full-history fix.
2006-07-02 Petr BaudisFix errno usage in connect.c
2006-07-02 Robin RosenbergMinor documentation fixup.
2006-07-01 Eric Wonggit-svn: allow a local target directory to be specified...
2006-07-01 Nicolas Pitredon't load objects needlessly when repacking
2006-07-01 Junio C Hamanoupload-pack.c: <sys/poll.h> includes <ctype.h> on OpenB...
2006-06-30 Linus TorvaldsAbstract out accesses to object hash array
2006-06-30 Nicolas Pitreconsider previous pack undeltified object state only...
2006-06-30 Junio C HamanoMerge branch 'jc/test-3402'
2006-06-29 Linus TorvaldsDo not try futile object pairs when repacking.
2006-06-29 Junio C HamanoRacy GIT (part #3)
2006-06-29 Junio C HamanoMerge branch 'jc/repack'
2006-06-29 Junio C HamanoMerge branch 'js/patch'
2006-06-29 Junio C Hamanodiff.c: fix get_patch_id()
2006-06-29 Junio C Hamanot4014: fix test commit labels.
2006-06-29 Junio C Hamanocheckout -m: fix read-tree invocation v1.4.1-rc2
2006-06-28 Junio C Hamanot/README: start testing porcelainish
2006-06-28 Johannes SchindelinSave errno in handle_alias()
2006-06-28 Eric Wongrebase: check for errors from git-commit
2006-06-28 Martin Langhoffcvsimport - cleanup of the multi-indexes handling
2006-06-28 Junio C Hamanoconnect.c: check the commit buffer boundary while parsing.
2006-06-28 Junio C Hamanoconnect.c: remove unused parameters from tcp_connect...
2006-06-28 Timo HirvonenMake some strings const
2006-06-28 Eric Wongrebase: get rid of outdated MRESOLVEMSG
2006-06-28 Andreas Ericssongit wrapper: fix command name in an error message.
2006-06-28 Eric Wonggit-svn: be verbose by default on fetch/commit, add...
2006-06-28 Eric Wonggit-svn: add --follow-parent and --no-metadata options...
2006-06-28 Eric Wonggit-svn: add the commit-diff command
2006-06-28 Eric Wonggit-svn: several graft-branches improvements
2006-06-28 Eric Wonggit-svn: SVN 1.1.x library compatibility
2006-06-28 Junio C Hamanocombine-diff.c: type sanity
2006-06-28 Jeff Kingquote.c: silence compiler warnings from EMIT macro
2006-06-27 Johannes Schindelinformat-patch: use clear_commit_marks() instead of some...
2006-06-27 Dennis StosbergFix expr usage for FreeBSD
2006-06-27 Johannes Schindelint4014: fix for whitespace from "wc -l"
2006-06-26 Junio C Hamanot4014: add format-patch --ignore-if-in-upstream test
2006-06-26 Johannes Schindelinformat-patch: introduce "--ignore-if-in-upstream"
2006-06-26 Johannes Schindelinadd diff_flush_patch_id() to calculate the patch id
2006-06-26 Junio C HamanoMerge branch 'jc/squash'
2006-06-26 Junio C HamanoMerge branch 'jc/diff'
2006-06-26 Junio C HamanoMerge branch 'ml/cvsimport'
2006-06-26 Junio C HamanoMerge branch 'js/diff'
2006-06-26 Junio C HamanoMerge branch 'ew/rebase'
2006-06-26 Dennis StosbergFix pkt-line.h to compile with a non-GCC compiler
2006-06-26 Dennis StosbergSolaris needs inclusion of signal.h for signal()
2006-06-25 Matthias Lederhofercorrect documentation for git grep
2006-06-25 Junio C Hamanogit-repack: Be careful when updating the same pack...
2006-06-25 Junio C Hamanodiff --color: use $GIT_DIR/config
2006-06-25 Eric Wongrebase: allow --skip to work with --merge
2006-06-25 Eric Wongrebase: cleanup rebasing with --merge
2006-06-25 Eric Wongrebase: allow --merge option to handle patches merged...
2006-06-25 Yann Dirsongit-commit: filter out log message lines only when...
2006-06-25 Peter EriksenRename safe_strncpy() to strlcpy().
2006-06-25 Johannes Schindelinapply: replace NO_ACCURATE_DIFF with --inaccurate-eof...
2006-06-25 Timo HirvonenClean up diff.c
2006-06-25 Johannes Schindelincvsimport: always set $ENV{GIT_INDEX_FILE} to $index...
2006-06-24 Martin Langhoffcvsimport: setup indexes correctly for ancestors and...
2006-06-24 Junio C Hamanorepo-config: fix printing of bool
2006-06-24 Junio C Hamanodiff --color: use reset sequence when we mean reset.
2006-06-24 Martin Langhoffgit-repack -- respect -q and be quiet
2006-06-24 Junio C Hamanogit-merge --squash
2006-06-24 Junio C Hamanogit-pull: abort when fmt-merge-msg fails.
2006-06-24 Junio C HamanoMerge branch 'pb/error'
2006-06-24 Junio C Hamanousage: minimum type fix.
2006-06-24 Petr BaudisCustomizable error handlers
2006-06-24 Timo Hirvonengit-merge: Don't use -p when outputting summary
2006-06-24 Johannes SchindelinTeach diff about -b and -w flags
2006-06-23 Jeff Kinggit-commit: allow -e option anywhere on command line
2006-06-23 Johannes Schindelinpatch-id: take "commit" prefix as well as "diff-tree...
2006-06-22 Junio C HamanoMakefile: do not recompile main programs when libraries...
2006-06-22 Matthias Kestenholzadd GIT-CFLAGS to .gitignore
2006-06-22 Linus TorvaldsTweak diff colors
2006-06-22 Junio C HamanoMerge branch 'master' into next v1.4.1-rc1
2006-06-22 Junio C HamanoMerge branch 'js/lsfix'
2006-06-22 Junio C HamanoMerge branch 'ew/rebase'
2006-06-22 Junio C HamanoMerge branch 'jn/web'
2006-06-22 Junio C HamanoMerge early parts of branch 'js/diff'
2006-06-22 Junio C HamanoMerge branch 'jc/upload-corrupt'
2006-06-22 Junio C HamanoMerge branch 'ew/rebase' into next
2006-06-22 Junio C HamanoMerge branch 'jn/web' into next
2006-06-22 Jakub Narebskigitweb: whitespace cleanup around '='
2006-06-22 Timo Hirvonengitweb: Use $hash_base as $search_hash if possible
2006-06-22 Junio C HamanoMerge branch 'jc/waitpid'
2006-06-22 Junio C HamanoMerge branch 'ff/c99'
2006-06-22 Junio C HamanoMerge branch 'pb/config'
2006-06-22 Junio C HamanoMerge branch 'lt/objlist'
2006-06-22 Eric Wonggit-svn: fix commit --edit flag when using SVN:: libraries
2006-06-22 Junio C HamanoMakefile: do not force unneeded recompilation upon...
2006-06-22 Junio C Hamanorebase --merge: fix for rebasing more than 7 commits.
2006-06-22 Eric W. BiedermanCheck and document the options to prevent mistakes.
2006-06-22 Yakov LernerPass -DDEFAULT_GIT_TEMPLATE_DIR only where actually...
2006-06-22 Junio C HamanoMerge branch 'master' into next
2006-06-21 Junio C HamanoMerge branch 'jc/upload-corrupt' into next
2006-06-21 Junio C HamanoMerge branch 'jn/web' into next
2006-06-21 Junio C Hamanodaemon: send stderr to /dev/null instead of closing.
next