]> Kevux Git Server - rit/shortlog
rit
2012-07-09 Jonathan NiederMakefile: be silent when only GIT_USER_AGENT changes
2012-07-09 Jeff KingMakefile: split GIT_USER_AGENT from GIT-CFLAGS
2012-07-09 Jeff KingMakefile: do not replace @@GIT_USER_AGENT@@ in scripts
2012-07-09 Jeff KingMakefile: apply dependencies consistently to sparse...
2012-07-09 Jeff KingMakefile: do not have git.o depend on common-cmds.h
2012-07-09 Jonathan NiederMakefile: fold XDIFF_H and VCSSVN_H into LIB_H
2012-07-09 Torsten Bögershausengit on Mac OS and precomposed unicode
2012-07-09 Thomas GummererReplace strlen() with ce_namelen()
2012-07-09 Matthieu Moygit-remote-mediawiki: update comments to reflect creden...
2012-07-06 Matthieu Moygit-remote-mediawiki: be more defensive when requests...
2012-07-06 Matthieu Moygit-remote-mediawiki: more efficient 'pull' in the...
2012-07-06 Matthieu Moygit-remote-mediawiki: extract revision-importing loop...
2012-07-06 Matthieu Moygit-remote-mediawiki: refactor loop over revision ids
2012-07-06 Matthieu Moygit-remote-mediawiki: change return type of get_mw_pages
2012-07-06 NGUYEN Kim... git-remote-mediawiki (t9363): test 'File:' import and...
2012-07-06 Matthieu Moygit-remote-mediawiki: support for uploading file in...
2012-07-06 Simon Cathebrasgit-remote-mediawiki (t9362): test git-remote-mediawiki...
2012-07-06 Guillaume Sasdygit-remote-mediawiki (t9361): test git-remote-mediawiki...
2012-07-06 Guillaume Sasdygit-remote-mediawiki (t9360): test git-remote-mediawiki...
2012-07-06 Guillaume Sasdygit-remote-mediawiki: test environment of git-remote...
2012-07-06 Guillaume Sasdygit-remote-mediawiki: scripts to install, delete and...
2012-07-06 Max HornMake <refname> documentation more consistent.
2012-07-06 Gary Gibbonsgit p4: refactor diffOpts calculation
2012-07-06 Pete Wyckoffgit p4: notice Jobs lines in git commit messages
2012-07-06 Pete Wyckoffgit p4 test: refactor marshal_dump
2012-07-06 Pete Wyckoffgit p4: remove unused P4Submit interactive setting
2012-07-06 Jonathan Niedervcs-svn: allow 64-bit Prop-Content-Length
2012-07-06 Jonathan Niedervcs-svn: suppress a signed/unsigned comparison warning
2012-07-06 David Barrvcs-svn: suppress a signed/unsigned comparison warning
2012-07-06 David Barrvcs-svn: suppress signed/unsigned comparison warnings
2012-07-06 David Barrvcs-svn: use strstr instead of memmem
2012-07-06 David Barrvcs-svn: use constcmp instead of prefixcmp
2012-07-06 David Barrvcs-svn: simplify cleanup in apply_one_window
2012-07-06 David Barrvcs-svn: avoid self-assignment in dummy initialization...
2012-07-06 David Barrvcs-svn: drop no-op reset methods
2012-07-06 Jiang Xinl10n: zh_CN.po: translate 29 new messages
2012-07-05 Michael J Grubert3404: make test 57 work with dash and others
2012-07-05 Namhyung Kimgitweb: Add support to Link: tag
2012-07-05 Namhyung Kimgitweb: Handle other types of tag in git_print_log
2012-07-05 Namhyung Kimgitweb: Cleanup git_print_log()
2012-07-05 Ralf Thielowl10n: de.po: translate 29 new messages
2012-07-05 Matthieu Moygit-remote-mediawiki: improve support for non-English...
2012-07-05 Junio C HamanoFourth batch for 1.7.12
2012-07-05 Junio C HamanoMerge branch 'nd/clone-single-fix'
2012-07-05 Junio C HamanoMerge branch 'th/diff-no-index-fixes'
2012-07-05 Junio C HamanoMerge branch 'hv/remote-end-hung-up'
2012-07-04 Peter KreftingUpdate Swedish translation (1095t0f0u)
2012-07-03 Jeff Kingpush: don't guess at qualifying remote refs on deletion
2012-07-03 Andreas SchwabFix formatting in git-config(1)
2012-07-03 Junio C Hamanosha1_name.c: teach get_short_sha1() a commit-only option
2012-07-03 Junio C Hamanosha1_name.c: allow get_short_sha1() to take other flags
2012-07-03 Junio C Hamanoget_sha1(): fix error status regression
2012-07-03 Junio C Hamanosha1_name.c: restructure disambiguation of short names
2012-07-03 Junio C Hamanosha1_name.c: correct misnamed "canonical" and "res"
2012-07-03 Junio C Hamanosha1_name.c: refactor find_short_packed_object()
2012-07-03 Junio C Hamanosha1_name.c: rename "now" to "current"
2012-07-03 Junio C Hamanosha1_name.c: clarify what "fake" is for in find_short_o...
2012-07-03 Junio C Hamanosha1_name.c: get rid of get_sha1_with_mode()
2012-07-03 Junio C Hamanosha1_name.c: get rid of get_sha1_with_mode_1()
2012-07-03 Tran Ngoc Quanl10n: Update translation for Vietnamese
2012-07-03 Jiang Xinl10n: Update git.pot (29 new messages)
2012-07-02 Junio C HamanoSync with i18n-po updates in maint
2012-07-02 Junio C HamanoMerge branch 'maint' of git://github.com/git-l10n/git...
2012-07-02 Junio C Hamanosha1_name.c: hide get_sha1_with_context_1() ugliness
2012-07-02 Junio C Hamanoblame: compute abbreviation width that ensures uniqueness
2012-07-01 Peter KreftingUpdate Swedish translation (1066t0f0u)
2012-06-29 Johannes Sixtperl/Makefile: Fix a missing double-quote
2012-06-28 Junio C Hamanodiff-index.c: "git diff" has no need to read blob from...
2012-06-28 Junio C Hamanodiff-index.c: unify handling of command line paths
2012-06-28 Junio C Hamanodiff-index.c: do not pretend paths are pathspecs
2012-06-28 Junio C HamanoThird batch for 1.7.12
2012-06-28 Junio C HamanoMerge branch 'fc/git-prompt-script'
2012-06-28 Junio C HamanoMerge branch 'js/submodule-relative'
2012-06-28 Junio C HamanoMerge branch 'lk/more-helpful-status-hints'
2012-06-28 Junio C HamanoMerge branch 'lk/rebase-i-x'
2012-06-28 Junio C HamanoMerge branch 'jc/rev-list-simplify-merges-first-parent'
2012-06-28 Junio C HamanoMerge branch 'hv/submodule-update-nuke-submodules'
2012-06-28 Junio C HamanoMerge branch 'nd/exclude-workaround-top-heavy'
2012-06-28 Junio C HamanoMerge branch 'nd/stream-pack-objects'
2012-06-28 Junio C HamanoMerge branch 'nd/stream-index-pack'
2012-06-28 Junio C HamanoMerge branch 'mm/verify-filename-fix'
2012-06-28 Junio C HamanoMerge branch 'jk/diff-no-index-pager'
2012-06-28 Chris WebbAllow help.htmlpath to be a URL prefix
2012-06-28 Chris WebbAdd config variable to set HTML path for git-help ...
2012-06-28 Pete Wyckoffgit p4 test: fix badp4dir test
2012-06-28 Pete Wyckoffgit p4 test: split up big t9800 test
2012-06-28 Pete Wyckoffgit p4 test: cleanup_git should make a new $git
2012-06-28 Pete Wyckoffgit p4 test: copy source indeterminate
2012-06-28 Pete Wyckoffgit p4 test: check for error message in failed test
2012-06-28 Pete Wyckoffgit p4 test: rename some "git-p4 command" strings
2012-06-28 Pete Wyckoffgit p4 test: never create default test repo
2012-06-28 Pete Wyckoffgit p4 test: simplify quoting involving TRASH_DIRECTORY
2012-06-28 Pete Wyckoffgit p4 test: use real_path to resolve p4 client symlinks
2012-06-28 Pete Wyckoffgit p4 test: wait longer for p4d to start and test...
2012-06-28 Jay Soffianfast-export: quote paths with spaces
2012-06-27 Pavel Volekgit-remote-mediawiki: import "File:" attachments
2012-06-27 Matthieu Moygit-remote-mediawiki: split get_mw_pages into smaller...
2012-06-27 NGUYEN Kim... git-remote-mediawiki: send "File:" attachments to a...
2012-06-27 Matthieu Moygit-remote-mediawiki: don't "use encoding 'utf8';"
2012-06-27 Matthieu Moygit-remote-mediawiki: don't compute the diff when getti...
next