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-07-28GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano
2008-07-28git-mv: Keep moved index entries inactPetr Baudis
2008-07-28git-mv: Remove dead code branchPetr Baudis
2008-07-28fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce
2008-07-28Avoid chdir() in list_commands_in_dir()Johannes Schindelin
2008-07-28builtin-branch: fix -v for --[no-]mergedLars Hjemli
2008-07-28builtin-branch: factor out merge_filter matchingLars Hjemli
2008-07-28builtin-branch: remove duplicated codeLars Hjemli
2008-07-28rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink
2008-07-28make sure parsed wildcard refspec ends with slashJunio C Hamano
2008-07-28gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski
2008-07-28t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder
2008-07-28Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros
2008-07-28bash completion: Add completion for 'git help'Lee Marlow
2008-07-28Documentation: fix diff.external exampleAnders Melchiorsen
2008-07-28bash completion: Add long options for 'git describe'Thomas Rast
2008-07-28Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen
2008-07-28Merge git://repo.or.cz/git-guiJunio C Hamano
2008-07-27git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt
2008-07-27git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt
2008-07-26git-reset: Let -q hush "locally modified" messagesStephan Beyer
2008-07-26git-svn: teach dcommit about svn auto-propsBrad King
2008-07-26Windows: Do not compile git-shellJohannes Sixt
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-26Windows: Make $(gitexecdir) relativeJohannes Sixt
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-07-26Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt
2008-07-26Fix relative built-in paths to be relative to the command invocationJohannes Sixt
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-07-26Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt
2008-07-26Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt
2008-07-26archive: allow --exec and --remote without equal signRene Scharfe
2008-07-26archive: declare struct archiver where it's neededRene Scharfe
2008-07-26archive: define MAX_ARGS where it's neededRene Scharfe
2008-07-26archive: move parameter parsing code to archive.cRene Scharfe
2008-07-26archive: add write_archive()Rene Scharfe
2008-07-26Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam
2008-07-26git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer
2008-07-26Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer
2008-07-26git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkShawn O. Pearce
2008-07-26git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen
2008-07-26Merge branch 'maint'Junio C Hamano
2008-07-26Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano
2008-07-25Makefile: fix shell quotingJunio C Hamano
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink
2008-07-25send-email: find body-encoding correctlyPeter Valdemar Mørch
2008-07-25document that git-tag can tag more than headsJonathan Nieder