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
2006-12-09shortlog: fix segfault on empty authornameJeff King
2006-12-09Add branch.*.merge warning and documentation updateJosef Weidendorfer
2006-12-09Fix perl/ build.Junio C Hamano
2006-12-08git-svn: use do_switch for --follow-parent if the SVN library supports itEric Wong
2006-12-08Fix documentation copy&paste typoUwe Zeisberger
2006-12-08git-svn: extra error check to ensure we open a file correctlyEric Wong
2006-12-08Documentation: update git-clone man page with new behaviorJ. Bruce Fields
2006-12-07Merge branch 'maint'Junio C Hamano
2006-12-07cvsserver: Avoid miscounting bytes in Perl v5.8.xMartin Langhoff
2006-12-07change the unpack limit treshold to a saner valueNicolas Pitre
2006-12-07Documentation: reorganize cvs-migration.txtJ. Bruce Fields
2006-12-06Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins
2006-12-06git-merge: fix "fix confusion between tag and branch" for realJunio C Hamano
2006-12-06git-svn: avoid network timeouts for long-running fetchesEric Wong
2006-12-06gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" viewJakub Narebski
2006-12-06git-merge: squelch needless error message.Junio C Hamano
2006-12-06Merge Junio C Hamano
2006-12-06Merge branch 'maint'Junio C Hamano
2006-12-06git-reset to remove "$GIT_DIR/MERGE_MSG"v1.4.4.2Junio C Hamano
2006-12-06merge-file: support -p and -q; fix compile warningsJohannes Schindelin
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin
2006-12-06cvs-migration: improved section titles, better push/commit explanationJ. Bruce Fields
2006-12-06cvs-migration document: make the need for "push" more obviousJohannes Schindelin
2006-12-06git-branch: let caller specify logmsgLars Hjemli
2006-12-06rename_ref: use lstat(2) when testing for symlinkLars Hjemli
2006-12-06git-branch: add options and tests for branch renamingLars Hjemli
2006-12-06read-tree: document --exclude-per-directoryJunio C Hamano
2006-12-06Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano
2006-12-06read-tree: further loosen "working file will be lost" check.Junio C Hamano
2006-12-06xdl_merge(): fix and simplify conflict handlingJohannes Schindelin
2006-12-05make 'git add' a first class user friendly interface to the indexNicolas Pitre
2006-12-05Document git-diff whitespace flags -b and -wJakub Narebski
2006-12-05diff -b: ignore whitespace at end of lineJohannes Schindelin
2006-12-05Merge branch 'maint'Junio C Hamano
2006-12-05unpack-trees: make sure "df_conflict_entry.name" is NUL terminated.Junio C Hamano
2006-12-05receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano
2006-12-05git-fetch: ignore dereferenced tags in expand_refs_wildcardMichael Loeffler
2006-12-05git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski
2006-12-05gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski
2006-12-05Make perl/ build procedure ActiveState friendly.Alex Riesen
2006-12-05Pass -M to diff in request-pullDavid Miller
2006-12-05Set permissions of each new file before "cvs add"ing it.Jim Meyering
2006-12-04git-mv: search more precisely for source directory in indexJohannes Schindelin
2006-12-03xdl_merge(): fix thinkoJohannes Schindelin
2006-12-03xdl_merge(): fix an off-by-one bugJohannes Schindelin
2006-12-03merge-recursive: use xdl_merge().Junio C Hamano
2006-12-03xmerge: make return value from xdl_merge() more usable.Junio C Hamano
2006-12-03xdiff: add xdl_merge()Johannes Schindelin
2006-12-03Merge branch 'maint'Junio C Hamano
2006-12-03git-svn: avoid fetching files twice in the same revisionEric Wong