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
2008-03-12git-submodule summary: documentationPing Yin
2008-03-12git-submodule summary: limit summary sizePing Yin
2008-03-12git-submodule summary: show commit summaryPing Yin
2008-03-12help: implement multi-valued "man.viewer" config optionChristian Couder
2008-03-12Documentation: help: describe 'man.viewer' config variableChristian Couder
2008-03-12help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder
2008-03-12Merge git://repo.or.cz/git-guiJunio C Hamano
2008-03-12git-gui: Simplify MSGFMT setting in MakefileJunio C Hamano
2008-03-12Merge branch 'js/remote'Junio C Hamano
2008-03-12Merge branch 'lt/unpack-trees'Junio C Hamano
2008-03-12"remote update": print remote name being fetched fromSamuel Tardieu
2008-03-12Merge branch 'maint'Junio C Hamano
2008-03-12git-svn: fix find-rev error message when missing argMarc-Andre Lureau
2008-03-12t0021: tr portability fix for SolarisJeff King
2008-03-12git-submodule summary: code frameworkPing Yin
2008-03-12launch_editor(): allow spaces in the filenameJohannes Schindelin
2008-03-12git rebase --abort: always restore the right commitMike Hommey
2008-03-11gitk: Avoid Tcl error when switching viewsPaul Mackerras
2008-03-11[PATCH] gitk: Don't show local changes when we there is no work treeDavid Aguilar
2008-03-11autoconf: Test FREAD_READS_DIRECTORIESMichal Rokos
2008-03-11Merge branch 'jc/cherry-pick' (early part)Junio C Hamano
2008-03-11Merge branch 'maint'Junio C Hamano
2008-03-11Merge branch 'kb/maint-filter-branch-disappear' into maintJunio C Hamano
2008-03-11Merge branch 'aw/maint-shortlog-blank-lines' into maintJunio C Hamano
2008-03-11unpack_trees(): fix diff-index regression.Linus Torvalds
2008-03-11update 'git rebase' documentationSZEDER Gábor
2008-03-11bash: fix long option with argument double completionSZEDER Gábor
2008-03-11bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen
2008-03-11bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor
2008-03-11bash: Remove completion of core.legacyheaders optionShawn O. Pearce
2008-03-11bash: add 'git svn' subcommands and optionsSZEDER Gábor
2008-03-11bash: add new 'git stash' subcommandsSZEDER Gábor
2008-03-11bash: refactor searching for subcommands on the command lineSZEDER Gábor
2008-03-11bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor
2008-03-11bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard
2008-03-10traverse_trees_recursive(): propagate merge errors upJunio C Hamano
2008-03-10git-pull documentation: warn about the option orderJunio C Hamano
2008-03-10git-quiltimport: better parser to grok "enhanced" series files.Pierre Habouzit
2008-03-10[PATCH] gitk: Add horizontal scrollbar to the diff viewPekka Kaitaniemi
2008-03-10[PATCH] gitk: make autoselect optionalJeff King
2008-03-10[PATCH] gitk: Mark another string for translationMichele Ballabio
2008-03-10[PATCH] Add an --argscmd flag to get the list of refs to showYann Dirson
2008-03-10gitk: Only restore window size from ~/.gitk, not positionPaul Mackerras
2008-03-09unpack_trees(): minor memory leak fix in unused destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds
2008-03-09Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds
2008-03-09Move 'unpack_trees()' over to 'traverse_trees()' interfaceLinus Torvalds
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds