summaryrefslogtreecommitdiffstats
path: root/builtin-rm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-25remote: create fetch config lines with '+'Jeff King2-0/+11
2008-04-25push: allow unqualified dest refspecs to DWIMJeff King2-3/+69
2008-04-25doc/git-gc: add a note about what is collectedJeff King1-0/+15
2008-04-23t5516: remove ambiguity test (1)Jeff King1-13/+1
2008-04-23Linked glossary from cvs-migration pageMatt Graham1-1/+2
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano2-2/+72
2008-04-23Amend git-push refspec documentationSam Vilain1-10/+13
2008-04-23git-gc --prune is deprecatedDmitry Potapov2-20/+3
2008-04-23svn-git: Use binmode for reading/writing binary rev mapsMichael Weber1-0/+4
2008-04-23diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna1-1/+2
2008-04-23Don't force imap.host to be set when imap.tunnel is setJeff King1-2/+5
2008-04-23git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcBrandon Casey1-4/+9
2008-04-23git-svn bug with blank commits and author fileThomas Guyot-Sionnest1-2/+1
2008-04-23archive.c: format_subst - fixed bogus argument to memchrAriel Badichi1-2/+2
2008-04-23copy.c: copy_fd - correctly report write errorsAriel Badichi1-4/+4
2008-04-23gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2-1/+11
2008-04-22post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins1-1/+2
2008-04-22completion: remove use of dashed git commandsDan McGee1-4/+4
2008-04-22completion: allow 'git remote' subcommand completionDan McGee1-0/+1
2008-04-22Escape project names before creating pathinfo URLsmartin f. krafft1-2/+2
2008-04-22Escape project name in regexpmartin f. krafft1-1/+1
2008-04-22Spelling fixes in the gitweb documentationRafael Garcia-Suarez2-64/+65
2008-04-22git.el: Set process-environment instead of invoking envClifford Caoile1-7/+4
2008-04-22bash: Add completion for git diff --base --ours --theirsTeemu Likonen1-0/+1
2008-04-22diff-options.txt: document the new "--dirstat" optionGerrit Pape1-0/+8
2008-04-21First batch of post 1.5.5 updatesJunio C Hamano2-1/+60
2008-04-20GIT 1.5.5.1v1.5.5.1Junio C Hamano3-1/+48
2008-04-19gitweb: Fix 'history' view for deleted files with historyJakub Narebski2-3/+31
2008-04-19Document that WebDAV doesn't need git on the server, and works over SSLMatthieu Moy1-12/+33
2008-04-19git-remote: reject adding remotes with invalid namesJonas Fonseca4-6/+32
2008-04-19am: POSIX portability fixJunio C Hamano1-1/+1
2008-04-17Make core.sharedRepository more genericHeikki Orsila7-38/+149
2008-04-17git-am: minor cleanupJunio C Hamano1-2/+1
2008-04-17Clarify and fix English in "git-rm" documentationJon Loeliger1-20/+32
2008-04-16rebase: do not munge commit log messageJunio C Hamano2-5/+55
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2-5/+16
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds1-14/+10
2008-04-16Ignore leading empty lines while summarizing mergesLinus Torvalds1-1/+9
2008-04-16bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder1-1/+1
2008-04-16builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli1-1/+1
2008-04-16Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins1-11/+17
2008-04-15git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer1-2/+3
2008-04-15git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2-7/+8
2008-04-15git-submodule - possibly use branch name to describe a moduleMark Levedahl1-1/+2
2008-04-15builtin-apply.c: use git_config_string() to get apply_default_whitespaceStephan Beyer1-6/+2
2008-04-13Fix git_config_bool_or_intJunio C Hamano3-4/+80
2008-04-13builtin-status: Add tests for submodule summaryPing Yin1-0/+134
2008-04-13builtin-status: submodule summary supportPing Yin2-0/+46
2008-04-13git-submodule summary: --for-status optionPing Yin2-2/+27
2008-04-13t7401: squelch garbage outputJunio C Hamano1-1/+1