summaryrefslogtreecommitdiffstats
path: root/http-push.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano5-16/+57
2008-03-15Make man page building quiet when DOCBOOK_XSL_172 is definedJonas Fonseca1-1/+5
2008-03-15git-new-workdir: Share SVN meta data between work dirs and the repositoryBernt Hansen1-1/+1
2008-03-15rev-parse: fix meaning of rev~ vs rev~0.Linus Torvalds1-13/+15
2008-03-15git-svn: don't blindly append '*' to branch/tags configEric Wong1-1/+2
2008-03-14merge-file: handle empty files gracefullyJohannes Schindelin2-3/+4
2008-03-14merge-recursive: handle file mode changesClemens Buchacher2-2/+62
2008-03-14Minor wording changes in the keyboard descriptions in git-add --interactive.Vineet Kumar1-10/+8
2008-03-13git fetch: Take '-n' to mean '--no-tags'Johannes Schindelin1-0/+2
2008-03-13quiltimport: fix misquoting of parsed -p<num> parameterJunio C Hamano1-2/+2
2008-03-13git-cvsimport: fix merging with remote parent branchMarc-Andre Lureau1-1/+1
2008-03-12gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski1-2/+2
2008-03-12git-svn: fix find-rev error message when missing argMarc-Andre Lureau1-1/+2
2008-03-12t0021: tr portability fix for SolarisJeff King1-1/+3
2008-03-12launch_editor(): allow spaces in the filenameJohannes Schindelin2-1/+32
2008-03-12git rebase --abort: always restore the right commitMike Hommey2-3/+73
2008-03-10git-pull documentation: warn about the option orderJunio C Hamano1-0/+2
2008-03-10git-quiltimport: better parser to grok "enhanced" series files.Pierre Habouzit1-3/+19
2008-03-09GIT 1.5.4.4v1.5.4.4Junio C Hamano2-7/+27
2008-03-09ident.c: reword error message when the user name cannot be determinedSanti Béjar1-1/+1
2008-03-09Fix dcommit, rebase when rewriteRoot is in useJohn Goerzen1-1/+6
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano2-1/+34
2008-03-08Really make the LF after reset in fast-import optionalAdeodato Simó2-1/+4
2008-03-07unquote_c_style: fix off-by-one.Pierre Habouzit1-1/+1
2008-03-07test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano1-7/+17
2008-03-07config.txt: refer to --upload-pack and --receive-pack instead of --execUwe Kleine-König1-4/+4
2008-03-05shortlog: take the first populated line of the descriptionAndy Whitcroft1-2/+3
2008-03-05git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl failsShawn O. Pearce1-0/+5
2008-03-04Fix 'git remote show' regression on empty repository in 1.5.4Shawn O. Pearce1-4/+0
2008-03-03Fix incorrect wording in git-merge.txt.Matthieu Moy1-1/+2
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape2-6/+17
2008-03-03Fix random crashes in http_cleanup()Mike Hommey1-11/+3
2008-03-03Update draft release notes for 1.5.4.4Junio C Hamano1-1/+21
2008-03-03revert: actually check for a dirty indexJeff King2-4/+25
2008-03-03tests: introduce test_must_failJunio C Hamano2-8/+25
2008-03-03git-submodule: Fix typo 'url' which should be '$url'Ping Yin1-1/+1
2008-03-03receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink1-0/+2
2008-03-01Documentation cherry-pick: Fix cut-and-paste errorMike Ralphson1-1/+1
2008-03-01git.el: find the git-status buffer whatever its name isRémi Vanicat1-1/+1
2008-02-28templates/Makefile: don't depend on local umask settingGerrit Pape1-3/+3
2008-02-28Correct name of diff_flush() in API documentationDaniel Barkalow1-1/+1
2008-02-28Start preparing for 1.5.4.4Junio C Hamano2-1/+27
2008-02-28git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce1-1/+1
2008-02-28Fix "git log --merge --left-right"Junio C Hamano1-8/+4
2008-02-28Set proxy override with http_init()Mike Hommey7-12/+22
2008-02-27daemon: ensure that base-path is an existing directoryJohannes Sixt1-0/+8
2008-02-27daemon: send more error messages to the syslogJohannes Sixt1-5/+5
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2-6/+10
2008-02-27builtin-reflog.c: don't install new reflog on write failureBrandon Casey1-2/+3
2008-02-27send-email: fix In-Reply-To regressionJay Soffian2-3/+27