Code

git.git
2006-12-11 Junio C HamanoMerge branch 'maint'
2006-12-11 Shawn O. PearceMake sure the empty tree exists when needed in merge...
2006-12-11 Jim MeyeringDon't use memcpy when source and dest. buffers may...
2006-12-11 Chris Wrightno need to install manpages as executable
2006-12-09 J. Bruce FieldsDocumentation: simpler shared repository creation
2006-12-09 Jeff Kingshortlog: fix segfault on empty authorname
2006-12-09 Josef WeidendorferAdd branch.*.merge warning and documentation update
2006-12-08 Junio C HamanoFix perl/ build.
2006-12-08 Eric Wonggit-svn: use do_switch for --follow-parent if the SVN...
2006-12-08 Uwe ZeisbergerFix documentation copy&paste typo
2006-12-08 Eric Wonggit-svn: extra error check to ensure we open a file...
2006-12-08 J. Bruce FieldsDocumentation: update git-clone man page with new behavior
2006-12-07 Junio C HamanoMerge branch 'maint'
2006-12-07 Martin Langhoffcvsserver: Avoid miscounting bytes in Perl v5.8.x
2006-12-07 Nicolas Pitrechange the unpack limit treshold to a saner value
2006-12-07 J. Bruce FieldsDocumentation: reorganize cvs-migration.txt
2006-12-06 Junio C Hamanogit-merge: fix "fix confusion between tag and branch...
2006-12-06 Eric Wonggit-svn: avoid network timeouts for long-running fetches
2006-12-06 Jakub Narebskigitweb: Allow PNG, GIF, JPEG images to be displayed...
2006-12-06 Junio C Hamanogit-merge: squelch needless error message.
2006-12-06 Junio C HamanoMerge
2006-12-06 Junio C HamanoMerge branch 'maint'
2006-12-06 Junio C Hamanogit-reset to remove "$GIT_DIR/MERGE_MSG" v1.4.4.2
2006-12-06 J. Bruce Fieldscvs-migration: improved section titles, better push...
2006-12-06 Johannes Schindelincvs-migration document: make the need for "push" more...
2006-12-05 Jakub NarebskiDocument git-diff whitespace flags -b and -w
2006-12-05 Johannes Schindelindiff -b: ignore whitespace at end of line
2006-12-05 Junio C HamanoMerge branch 'maint'
2006-12-04 Junio C Hamanounpack-trees: make sure "df_conflict_entry.name" is...
2006-12-04 Junio C Hamanoreceive-pack: do not insist on fast-forward outside...
2006-12-04 Michael Loefflergit-fetch: ignore dereferenced tags in expand_refs_wildcard
2006-12-04 Jakub Narebskigit-clone: Rename --use-immingled-remote option to...
2006-12-04 Jakub Narebskigitweb: Fix Atom feed <logo>: it is $logo, not $logo_url
2006-12-04 Alex RiesenMake perl/ build procedure ActiveState friendly.
2006-12-04 David MillerPass -M to diff in request-pull
2006-12-04 Jim MeyeringSet permissions of each new file before "cvs add"ing it.
2006-12-04 Johannes Schindelingit-mv: search more precisely for source directory...
2006-12-03 Junio C HamanoMerge branch 'maint'
2006-12-03 Eric Wonggit-svn: avoid fetching files twice in the same revision
2006-12-03 Junio C Hamanogit-merge: fix confusion between tag and branch
2006-12-02 Andy ParkinsDe-emphasise the symbolic link documentation.
2006-12-02 Andreas Ericssongit-diff: Introduce --index and deprecate --cached.
2006-12-02 Andreas Ericssonls-files: Give hints when errors happen.
2006-11-30 Nicolas Pitrepack-objects: remove redundent status information
2006-11-29 Junio C HamanoMerge master.kernel.org:/pub/scm/gitk/gitk
2006-11-29 Junio C HamanoMerge branch 'maint'
2006-11-29 Andy ParkinsDocument git-repo-config --bool/--int options.
2006-11-29 Junio C Hamanotutorial: talk about user.name early and don't start...
2006-11-29 Alex Riesengit-blame: fix rev parameter handling.
2006-11-29 Junio C HamanoMerge branch 'jc/globfetch'
2006-11-29 Junio C HamanoMerge branch 'maint'
2006-11-29 Junio C Hamanogit blame -C: fix output format tweaks when crossing...
2006-11-29 Eric Wonggit-svn: fix multi-init
2006-11-29 Eric Wonggit-svn: documentation updates
2006-11-29 Eric Wonggit-svn: color support for the log command
2006-11-29 Han-Wen Nienhuysident.c: Trim hint printed when gecos is empty.
2006-11-28 Shawn O. PearceFix broken bash completion of local refs.
2006-11-28 Shawn O. PearceTeach bash how to complete long options for git-commit.
2006-11-28 Eric Wonggit-svn: fix output reporting from the delta fetcher
2006-11-28 Eric Wonggit-svn: error out when the SVN connection fails during...
2006-11-28 René Scharfeshortlog: remove range check
2006-11-28 Eric Wonggit-svn: update tests for recent changes
2006-11-28 Eric Wonggit-svn: enable delta transfers during fetches when...
2006-11-28 Andy ParkinsUse .git/config for storing "origin" shortcut repository
2006-11-28 Johannes Schindelinsha1_object_info(): be consistent with read_sha1_file()
2006-11-28 Johannes Schindelinshortlog: use pager
2006-11-27 Junio C Hamanocvsimport: style fixup.
2006-11-27 Eric Wonggit-svn: use ~/.subversion config files when using...
2006-11-27 Shawn O. PearceTeach bash about git-am/git-apply and their whitespace...
2006-11-27 Shawn O. PearceCache the list of merge strategies and available comman...
2006-11-27 Shawn O. PearceSupport --strategy=x completion in addition to --strate...
2006-11-27 Shawn O. PearceTeach bash about git-repo-config.
2006-11-27 Shawn O. PearceSupport bash completion of refs/remote.
2006-11-27 Shawn O. PearceTeach bash about git log/show/whatchanged options.
2006-11-27 Shawn O. PearceTeach bash how to complete git-rebase.
2006-11-27 Shawn O. PearceTeach bash how to complete git-cherry-pick.
2006-11-27 Shawn O. PearceTeach bash how to complete git-format-patch.
2006-11-27 Shawn O. PearceAdd current branch in PS1 support to git-completion...
2006-11-27 Shawn O. PearceTeach bash how to complete options for git-name-rev.
2006-11-27 Shawn O. PearceHide plumbing/transport commands from bash completion.
2006-11-27 Shawn O. PearceTeach git-completion.bash how to complete git-merge.
2006-11-27 SeanUpdate documentation to remove incorrect GIT_DIFF_OPTS...
2006-11-27 Junio C HamanoMerge branch 'js/shortlog'
2006-11-27 Junio C HamanoMerge branch 'jc/push-delete-ref'
2006-11-27 Junio C HamanoMerge branch 'jc/merge'
2006-11-27 Junio C Hamanogit-merge: do not leak rev-parse output used for checki...
2006-11-27 Junio C Hamanogit-merge: tighten error checking.
2006-11-27 Junio C HamanoMerge branch 'jc/pack-peeled'
2006-11-26 Junio C Hamanogrep: do not skip unmerged entries when grepping in...
2006-11-26 Han-Wen Nienhuysgit-tag: allow empty tag message if -m is given explicitly.
2006-11-26 Junio C HamanoMerge branch 'jn/web'
2006-11-26 J. Bruce FieldsDocumentation: clarify tutorial pull/merge discussion
2006-11-26 Jakub Narebskigitweb: Make project description in projects list link...
2006-11-26 Eric Wonggit-svn: allow SVN:: lib users to track the root of...
2006-11-25 Jakub Narebskigitweb: Use author_epoch for pubdate in gitweb feeds
2006-11-25 Jakub Narebskigitweb: Add author and contributor email to Atom feed
2006-11-25 Jakub Narebskigitweb: Add author and committer email extraction to...
2006-11-25 Jakub Narebskigitweb: Use git-show-ref instead of git-peek-remote
2006-11-25 Jakub Narebskigitweb: Do not use esc_html in esc_path
2006-11-25 Junio C Hamanofetch-pack: do not barf when duplicate re patterns...
next