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-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
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey
2008-07-25bash: offer only paths after '--' for 'git checkout'SZEDER Gábor
2008-07-25checkout: mention '--' in the docsSZEDER Gábor
2008-07-25Merge branch 'ph/checkout'Junio C Hamano
2008-07-25git-checkout: improve error messages, detect ambiguities.Pierre Habouzit
2008-07-25update test case to protect am --skip behaviourOlivier Marin
2008-07-25Teach fsck and prune about the new location of temporary objectsBrandon Casey
2008-07-24Merge branch 'maint' into ph/checkoutJunio C Hamano
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-24ignore non-existent refs in dwim_log()Junio C Hamano
2008-07-24git-completion.bash: provide completion for 'show-branch'Thomas Rast
2008-07-24bash completion: Add long options for 'git rm'Lee Marlow
2008-07-24svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas
2008-07-24Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Petr Baudis
2008-07-24git daemon: avoid waking up too oftenJohannes Schindelin
2008-07-24builtin-commit: Two trivial style-cleanupsJohannes Schindelin
2008-07-24Documentation: clarify diff --ccJunio C Hamano
2008-07-24am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer
2008-07-24git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-07-24builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano
2008-07-24builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano
2008-07-24stash save: fix parameter handlingJunio C Hamano
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer
2008-07-23git-checkout: fix command line parsing.Pierre Habouzit
2008-07-23rebase -i: When an 'edit' stops, mention the commitJohannes Sixt