Code

git.git
2007-03-12 Jeff KingNew fast-import test case for valid tree sorting
2007-03-12 Johannes Schindelingit-bundle: only die if pack would be empty, warn if...
2007-03-12 Avi Kivitygit-send-email: configurable bcc and chain-reply-to
2007-03-12 Junio C HamanoMerge branch 'maint'
2007-03-12 Avi Kivitygit-send-email: Document configuration options
2007-03-12 J. Bruce Fieldsgit-merge: warn when -m provided on a fast forward
2007-03-12 Junio C HamanoMerge branch 'jc/boundary'
2007-03-12 Shawn O. PearceChange {pre,post}-receive hooks to use stdin
2007-03-12 Shawn O. PearceSplit back out update_hook handling in receive-pack
2007-03-12 Shawn O. PearceRefactor run_command error handling in receive-pack
2007-03-12 Shawn O. PearceTeach run_command how to setup a stdin pipe
2007-03-12 Shawn O. PearceSplit run_command into two halves (start/finish)
2007-03-12 Shawn O. PearceStart defining a more sophisticated run_command
2007-03-12 Shawn O. PearceRemove unused run_command variants
2007-03-12 Shawn O. PearceSwitch to run_command_v_opt in revert
2007-03-12 Frank Lichtenheldcvsserver: Use Merged response instead of Update-existi...
2007-03-11 Jim MeyeringI like the idea of the new ':/<oneline prefix>' notatio...
2007-03-11 Junio C HamanoMerge branch 'js/attach'
2007-03-11 Junio C HamanoMerge branch 'js/diff-ni'
2007-03-11 Junio C HamanoMerge branch 'jc/fsck'
2007-03-11 Junio C HamanoMerge branch 'pb/commit-i'
2007-03-11 Junio C HamanoMerge branch 'js/revert-cherry'
2007-03-11 Junio C HamanoMerge branch 'sp/make'
2007-03-11 Junio C HamanoMerge branch 'maint'
2007-03-11 Alexandre Julliardgit.el: Retrieve commit log information from .dotest...
2007-03-11 Alexandre Julliardgit.el: Avoid appending a signoff line that is already...
2007-03-11 Matthias Lederhofersetup_git_directory_gently: fix off-by-one error
2007-03-11 Junio C HamanoMerge branch 'maint' of git://linux-nfs.org/~bfields...
2007-03-11 J. Bruce Fieldsuser-manual: install user manual stylesheet with other...
2007-03-11 J. Bruce Fieldsuser-manual: fix rendering of history diagrams
2007-03-11 J. Bruce Fieldsuser-manual: fix missing colon in git-show example
2007-03-11 J. Bruce Fieldsuser-manual: fix inconsistent use of pull and merge
2007-03-11 J. Bruce Fieldsuser-manual: fix inconsistent example
2007-03-11 J. Bruce Fieldsglossary: fix overoptimistic automatic linking of defin...
2007-03-10 Jeff KingDocumentation: s/seperator/separator/
2007-03-10 Matthias KestenholzAdjust reflog filemode in shared repository
2007-03-09 Paolo Bonzinigit-commit: add a --interactive option
2007-03-09 Johannes Schindelingit-bundle: prevent overwriting existing bundles
2007-03-09 Johannes Schindelingit-bundle: die if a given ref is not included in bundle
2007-03-09 Johannes Schindelingit-bundle: handle thin packs in subcommand "unbundle"
2007-03-08 Junio C HamanoMerge branch 'js/config-rename'
2007-03-08 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-03-08 Johannes Schindelingit-bundle: Make thin packs
2007-03-08 Johannes Schindelingit-bundle: avoid packing objects which are in the...
2007-03-07 Shawn O. PearceAllow fast-import frontends to reload the marks table
2007-03-07 Shawn O. PearceUse atomic updates to the fast-import mark file
2007-03-07 Shawn O. PearceTeach receive-pack to run pre-receive/post-receive...
2007-03-07 Shawn O. PearceRefactor handling of error_string in receive-pack
2007-03-07 Shawn O. PearceRefactor run_update_hook to be more useful
2007-03-07 Shawn O. PearceDon't run post-update hook unless a ref changed
2007-03-07 Shawn O. PearceMove post-update hook to after all other activity
2007-03-07 Junio C HamanoMerge branch 'maint'
2007-03-07 Shawn O. PearcePreallocate memory earlier in fast-import
2007-03-07 Shawn O. PearceCast 64 bit off_t to 32 bit size_t
2007-03-07 Shawn O. PearceUse off_t in pack-objects/fast-import when we mean...
2007-03-07 Shawn O. PearceUse off_t when we really mean a file offset.
2007-03-07 Shawn O. PearceUse uint32_t for pack-objects counters.
2007-03-07 Shawn O. PearceUse uint32_t for all packed object counts.
2007-03-07 Shawn O. PearceGeneral const correctness fixes
2007-03-07 Shawn O. PearceDon't build external_grep if its not used
2007-03-07 Shawn O. PearceFix mmap leak caused by reading bad indexes.
2007-03-07 Shawn O. PearceDisplay the null SHA-1 as the base for an OBJ_OFS_DELTA.
2007-03-07 Paolo Bonzinigit-archimport: allow remapping branch names
2007-03-07 Santi B\e,Ai... t/t5515-fetch-merge-logic.sh: Add two more tests
2007-03-07 Shawn O. PearceCatch write_ref_sha1 failure in receive-pack
2007-03-07 Johannes Schindelinbundle: fix wrong check of read_header()'s return value...
2007-03-07 Jakub Narebskigitweb: Don't escape attributes in CGI.pm HTML methods
2007-03-07 Alex RiesenAllow "make -w" generate its usual output
2007-03-07 Alex RiesenSupport of "make -s": do not output anything of the...
2007-03-07 Alex RiesenMore build output cleaning up
2007-03-07 Johannes Schindelinmake t8001 work on Mac OS X again
2007-03-06 Junio C Hamanorevision --boundary: fix uncounted case.
2007-03-06 Li Yanggitweb: Change to use explicitly function call cgi...
2007-03-06 Junio C Hamanorevision --boundary: fix stupid typo
2007-03-06 Junio C Hamanogit-bundle: make verify a bit more chatty.
2007-03-06 Junio C Hamanorevision traversal: SHOWN means shown
2007-03-06 Junio C Hamanogit-bundle: various fixups
2007-03-06 Junio C Hamanorevision traversal: retire BOUNDARY_SHOW
2007-03-06 Junio C Hamanorevision walker: Fix --boundary when limited
2007-03-06 Shawn O. PearceMake 'make' quiet by default
2007-03-06 Shawn O. PearceMake 'make' quieter while building git
2007-03-06 Junio C HamanoMerge branch 'maint'
2007-03-06 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui into...
2007-03-06 Junio C Hamanogit-bundle: fix pack generation.
2007-03-06 Shawn O. Pearcegit-gui: Make 'make' quieter by default gitgui-0.6.3
2007-03-06 Junio C HamanoMerge branch 'maint'
2007-03-06 Junio C Hamanogit-commit: cd to top before showing the final stat
2007-03-06 Shawn O. Pearcecherry-pick: Bug fix 'cherry picked from' message.
2007-03-06 Junio C HamanoMerge branch 'master-for-junio' of git://repo.or.cz...
2007-03-06 Brian GernhardtFix diff-options references in git-diff and git-format...
2007-03-06 Theodore Ts'oAdd definition of <commit-ish> to the main git man...
2007-03-06 Junio C HamanoMerge branch 'maint-for-junio' of git://repo.or.cz...
2007-03-05 Johannes SchindelinBegin SubmittingPatches with a check list
2007-03-05 Shawn O. PearceMerge branch 'maint'
2007-03-05 Shawn O. Pearcefast-import: Fail if a non-existant commit is used...
2007-03-05 Shawn O. Pearcefast-import: Avoid infinite loop after reset
2007-03-05 Junio C Hamanofsck: exit with non-zero status upon errors
2007-03-05 Junio C Hamanounpack_sha1_file(): detect corrupt loose object files.
2007-03-05 Junio C Hamanofsck: fix broken loose object check.
2007-03-05 Xavier Maillardcontrib/emacs: Use non-interactive function to byte...
next