Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-22git-svn: allow `info' command to work offlineEric Wong
2007-11-22git-svn: info --url [path]David D. Kilzer
2007-11-22git-svn info: implement info commandDavid D. Kilzer
2007-11-22git-svn: extract reusable code into utility functionsDavid D. Kilzer
2007-11-22t9106: fix a race condition that caused svn to miss modificationsEric Wong
2007-11-21Merge git://repo.or.cz/git-guiJunio C Hamano
2007-11-21git-p4: Fix typo in --detect-labelsShun Kei Leung
2007-11-21send-pack: cluster ref status reportingJeff King
2007-11-21avoid "defined but not used" warning for fetch_objs_via_walkerJeff King
2007-11-21git-gui 0.9.0gitgui-0.9.0Shawn O. Pearce
2007-11-21Merge branch 'maint'Junio C Hamano
2007-11-21send-email: add transfer encoding header with content-typeJeff King
2007-11-21git-compat-util.h: auto-adjust to compiler support of FLEX_ARRAY a bit betterJunio C Hamano
2007-11-21Flush progress message buffer in display().Johannes Sixt
2007-11-21autoconf: Add tests for memmem, strtoumax and mkdtemp functionsJakub Narebski
2007-11-21gitweb: Put project README in div.readme, fix its paddingJakub Narebski
2007-11-21gitweb: Style all tables using CSSJakub Narebski
2007-11-21send-email: Don't add To: recipients to the Cc: headerAsk Bjørn Hansen
2007-11-20Bisect reset: do nothing when not bisecting.Christian Couder
2007-11-20Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys.Matthieu Moy
2007-11-20config: clarify compression defaultsBrian Downing
2007-11-20config: correct core.loosecompression documentationBrian Downing
2007-11-20gitview: import only one of gtksourceview and gtksourceview2Anton Gyllenberg
2007-11-19git-send-email: show all headers when sending mailDavid D. Kilzer
2007-11-19Merge branch 'maint'Junio C Hamano
2007-11-19Further clarify clean.requireForce changesWincent Colaiuta
2007-11-19Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano
2007-11-19Teach git clean to use setup_standard_excludes()Shawn Bohrer
2007-11-19git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano
2007-11-19Make git-clean a builtinShawn Bohrer
2007-11-19Documentation: Fix references to deprecated commandsJ. Bruce Fields
2007-11-19Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder
2007-11-19Update draft release notes for 1.5.4Junio C Hamano
2007-11-19user-manual: mention "..." in "Generating diffs", etc.J. Bruce Fields
2007-11-19Merge branch 'lt/rev-list-gitlink'Junio C Hamano
2007-11-19Merge branch 'ds/checkout-upper'Junio C Hamano
2007-11-19Merge branch 'sh/p4'Junio C Hamano
2007-11-19Merge branch 'lt/rev-list-interactive'Junio C Hamano
2007-11-19Merge branch 'ph/diffopts'Junio C Hamano
2007-11-19Draft release notes: fix clean.requireForce descriptionJunio C Hamano
2007-11-19Merge branch 'maint' to synchronize with 1.5.3.6Junio C Hamano
2007-11-19user-manual: Add section "Why bisecting merge commits can be harder ..."Steffen Prohaska
2007-11-19GIT 1.5.3.6v1.5.3.6Junio C Hamano
2007-11-18Use compat mkdtemp() on Solaris boxesGuido Ostkamp
2007-11-18send-pack: fix "everything up-to-date" messageJeff King
2007-11-18send-pack: tighten remote error reportingJeff King
2007-11-18make "find_ref_by_name" a public functionJeff King
2007-11-18Fix warning about bitfield in struct refShawn O. Pearce
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-18grep -An -Bm: fix invocation of external grep commandJunio C Hamano