summaryrefslogtreecommitdiffstats
path: root/t/t9144-git-svn-old-rev_map.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-24pack-objects: split implications of --all-progress from progress activationNicolas Pitre4-5/+20
2009-11-24instaweb: restart server if already runningStephen Boyd1-0/+5
2009-11-24prune-packed: only show progress when stderr is a ttyJeff King1-1/+1
2009-11-24remote-curl.c: fix rpc_out()Tay Ray Chuan1-1/+1
2009-11-23t4014-format-patch: do not assume 'test' is available as non-builtinJohannes Sixt1-4/+2
2009-11-23bisect: simplify calling visualizer using '--bisect' optionChristian Couder1-2/+1
2009-11-23Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö2-2/+2
2009-11-23config documentation: some configs are auto-set by git-initMatthew Ogilvie1-2/+22
2009-11-23cvsserver doc: database generally can not be reproduced consistentlyMatthew Ogilvie1-4/+15
2009-11-23Git v1.6.6-rc0v1.6.6-rc0Junio C Hamano1-1/+22
2009-11-23git svn: strip leading path when making empty dirsEric Wong2-0/+26
2009-11-23log --format: document %wRené Scharfe1-0/+4
2009-11-23strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe2-9/+38
2009-11-23grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2-0/+9
2009-11-23User Manual: Write "Git" instead of "GIT"Björn Gustavsson1-2/+2
2009-11-23Fix truncated usage messagesBjörn Gustavsson1-1/+1
2009-11-22git svn: always reuse existing remotes on fetchEric Wong1-0/+2
2009-11-21Documentation: avoid xmlto input errorJunio C Hamano1-3/+3
2009-11-21Add branch management for releases to gitworkflowsRaman Gupta1-0/+115
2009-11-21git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström16-5/+122
2009-11-21git remote: Separate usage strings for subcommandsTim Henigan2-21/+52
2009-11-21diffcore-rename: reduce memory footprint by freeing blob data earlyJunio C Hamano1-2/+5
2009-11-21Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTSChristian Couder1-0/+3
2009-11-21Documentation: fix typos and spelling in replace documentationChristian Couder1-10/+11
2009-11-21replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder5-0/+24
2009-11-21describe: do not use unannotated tag even if exact matchThomas Rast2-1/+7
2009-11-21submodule.c: Squelch a "use before assignment" warningDavid Aguilar1-1/+1
2009-11-20Documentation: undocument gc'd function graph_release()Greg Price2-6/+0
2009-11-20t9700-perl-git.sh: Fix a test failure on CygwinRamsay Jones1-1/+1
2009-11-19expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy2-8/+14
2009-11-18ls-tree: migrate to parse-optionsStephen Boyd1-60/+40
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy5-37/+63
2009-11-18Speed up bash completion loadingJonathan Nieder1-35/+41
2009-11-17Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)4-4/+5
2009-11-17Document git-svn's first-parent ruleThomas Rast1-0/+10
2009-11-17core.autocrlf documentation: mention the crlf attributeMatthew Ogilvie1-3/+4
2009-11-17rebase docs: clarify --merge and --strategyThomas Rast1-3/+13
2009-11-17t3101: test more ls-tree optionsStephen Boyd1-2/+87
2009-11-17grep: Allow case insensitive search of fixed-stringsBrian Collins4-6/+27
2009-11-16diffcore-break: save cnt_data for other phasesJeff King1-3/+3
2009-11-16diffcore-break: free filespec data as we goJeff King1-0/+4
2009-11-16Update draft release notes to 1.6.6Junio C Hamano1-27/+27
2009-11-16Git 1.6.5.3v1.6.5.3Junio C Hamano4-3/+67
2009-11-16http-backend: Let gcc check the format of more printf-type functions.Tarmigan Casebolt1-0/+3
2009-11-16http-backend: Fix access beyond end of string.Tarmigan Casebolt1-3/+4
2009-11-16git svn: attempt to create empty dirs on clone+rebaseEric Wong4-2/+139
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt10-3/+22
2009-11-15Documentation: clarify 'ours' merge strategyThomas Rast1-2/+3
2009-11-15Update 'git remote update' usage string to match man page.Tim Henigan1-1/+1
2009-11-15remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips2-0/+13