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
2010-04-19Merge branch 'maint-1.6.6' into maintJunio C Hamano
2010-04-19MSVC: Fix build by adding missing termios.h dummyJohannes Sixt
2010-04-19Git 1.7.1-rc2v1.7.1-rc2Junio C Hamano
2010-04-19Merge branch 'rr/remote-helper-doc'Junio C Hamano
2010-04-19Merge branch 'wp/doc-filter-direction'Junio C Hamano
2010-04-19Merge branch 'jk/maint-diffstat-overflow'Junio C Hamano
2010-04-19Merge branch 'jg/auto-initialize-notes-with-percent-n-in-format'Junio C Hamano
2010-04-19Merge branch 'maint'Junio C Hamano
2010-04-19Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2010-04-19SubmittingPatches: Add new section about what to base work onRamkumar Ramachandra
2010-04-19stash: Don't overwrite files that have gone from the indexCharles Bailey
2010-04-19Documentation/remote-helpers: Fix typos and improve languageRamkumar Ramachandra
2010-04-19Fixup: Second argument may be any arbitrary stringRamkumar Ramachandra
2010-04-19Documentation/remote-helpers: Add invocation sectionRamkumar Ramachandra
2010-04-19Documentation/urls: Rewrite to accomodate <transport>::<address>Ramkumar Ramachandra
2010-04-19Documentation/remote-helpers: Rewrite descriptionRamkumar Ramachandra
2010-04-19Documentation: Describe other situations where -z affects git diffCharles Bailey
2010-04-18rebase-interactive: silence warning when no commits rewrittenJeff King
2010-04-18t3301: add tests to use --format="%N"Junio C Hamano
2010-04-18http.c: Don't store destination name in request structuresShawn O. Pearce
2010-04-18http.c: Drop useless != NULL test in finish_http_pack_requestShawn O. Pearce
2010-04-18http.c: Tiny refactoring of finish_http_pack_requestShawn O. Pearce
2010-04-18t5550-http-fetch: Use subshell for repository operationsShawn O. Pearce
2010-04-18http.c: Remove bad free of static blockShawn O. Pearce
2010-04-17Merge branch 'maint'Junio C Hamano
2010-04-17t6006: do not write to /tmpMatthew Ogilvie
2010-04-17git-instaweb: pass through invoking user's path to gitweb CGI scriptsChris Webb
2010-04-17gitweb: simplify gitweb.min.* generation and clean-up rulesJunio C Hamano
2010-04-17tag -v: use RUN_GIT_CMD to run verify-tagJonathan Nieder
2010-04-17documentation: clarify direction of core.autocrlfWill Palmer
2010-04-17diff: use large integers for diffstat calculationsJeff King
2010-04-17t1010-mktree: Adjust expected result to code and documentationMichael J Gruber
2010-04-17combined diff: correctly handle truncated fileThomas Rast
2010-04-17gitk: Display dirty submodules correctlyJens Lehmann
2010-04-15autoconf: Check if <paths.h> exists and set HAVE_PATHS_HJakub Narebski
2010-04-15exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb
2010-04-15Document new "already-merged" rule for branch -dJonathan Nieder
2010-04-15Add .depend directories to .gitignoreJonathan Nieder
2010-04-15t7006: guard cleanup with test_expect_successJonathan Nieder
2010-04-14am -3: recover the diagnostic messages for corrupt patchesJunio C Hamano
2010-04-14Merge branch 'maint'Junio C Hamano
2010-04-14pretty: Initialize notes if %N is usedJohannes Gilger
2010-04-14describe: Break annotated tag ties by tagger dateShawn O. Pearce
2010-04-13Documentation/config.txt: default gc.aggressiveWindow is 250, not 10Jay Soffian
2010-04-13tag.c: Parse tagger date (if present)Shawn O. Pearce
2010-04-13tag.c: Refactor parse_tag_buffer to be saner to programShawn O. Pearce
2010-04-13tag.h: Remove unused signature fieldShawn O. Pearce
2010-04-13tag.c: Correct indentationShawn O. Pearce
2010-04-13index-pack: smarter memory usage when appending objectsNicolas Pitre
2010-04-12index-pack: rationalize unpack_entry_data()Nicolas Pitre