summaryrefslogtreecommitdiffstats
path: root/graph.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-01replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder4-3/+125
2009-06-01refs: add a "for_each_replace_ref" functionChristian Couder2-0/+6
2009-06-01git-add: no need for -f when resolving a conflict in already tracked pathJeff King2-1/+13
2009-06-01config.txt: document add.ignore-errorsStephen Boyd1-0/+5
2009-06-01bash: remove always true if statement from __git_ps1()SZEDER Gábor1-6/+4
2009-06-01git-apply(1): Clarify that one can select where to apply the patchBjörn Steinbrink1-1/+1
2009-06-01http-push: reuse existing is_null_refClemens Buchacher1-16/+5
2009-05-31Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18
2009-05-29t9120: don't expect failure with SVN_HTTPD_PORT unsetStephen Boyd1-11/+6
2009-05-28git-svn: refuse to dcommit non-UTF-8 messagesEric Wong2-3/+61
2009-05-28fix segfault showing an empty remoteClemens Buchacher2-4/+14
2009-05-28t8005: fix typo, it's ISO-8859-5, not KOI8-RBrandon Casey1-1/+1
2009-05-27t5500: Modernize test styleStephen Boyd1-127/+149
2009-05-27completion: fix PS1 display during an AM on detached HEADJunio C Hamano1-13/+11
2009-05-27imap-send: add support for IPv6Benjamin Kramer1-3/+51
2009-05-26Update draft release notes to 1.6.4Junio C Hamano1-1/+35
2009-05-26Prepare for 1.6.3.2Junio C Hamano2-1/+52
2009-05-25fix cat-file usage message and documentationJeff King2-4/+4
2009-05-25fetch: report ref storage DF errors more accuratelyJeff King1-3/+8
2009-05-25lock_ref: inform callers of unavailable refJeff King1-1/+3
2009-05-25convert bare readlink to strbuf_readlinkJeff King1-7/+4
2009-05-25t3701: ensure correctly set up repository after skipped testsJohannes Sixt1-0/+6
2009-05-25merge-options.txt: Clarify merge --squashMichael J Gruber1-1/+2
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd9-33/+59
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd51-64/+86
2009-05-24apply: handle filenames with double slashes betterMichal Marek1-6/+20
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen1-1/+2
2009-05-24t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to CNguyễn Thái Ngọc Duy1-0/+31
2009-05-24grep: fix word-regexp at the beginning of linesRené Scharfe2-1/+9
2009-05-24apply, fmt-merge-msg: use relative filenamesStephen Boyd4-0/+79
2009-05-24commit: -F overrides -tStephen Boyd2-0/+14
2009-05-23post-receive-email: hooks.showrev: show how to include both web link and patchJim Meyering1-0/+4
2009-05-23MinGW: Fix compiler warning in merge-recursiveJohannes Schindelin1-2/+3
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin2-0/+17
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin1-1/+1
2009-05-23MinGW: the path separator to split GITPERLLIB is ';' on Win32Johannes Schindelin1-1/+3
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris1-2/+2
2009-05-23OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONVJunio C Hamano1-1/+3
2009-05-23Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6Junio C Hamano1-0/+2
2009-05-23show-branch: migrate to parse-options APIStephen Boyd1-62/+63
2009-05-23parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh'sStephen Boyd2-9/+21
2009-05-23t8005: convert CP1251 character set to ISO8859-5Brandon Casey3-15/+15
2009-05-23t8005: use more portable character encoding namesBrandon Casey1-3/+3
2009-05-22gitweb: Sanitize title attribute in format_subject_htmlJakub Narebski1-1/+2
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2-2/+3
2009-05-21doc/git-rebase.txt: remove mention of multiple strategiesNguyễn Thái Ngọc Duy1-2/+1
2009-05-21git-send-email: Handle quotes when parsing .mailrc filesEric W. Biederman1-1/+1
2009-05-21git-svn: add --authors-prog optionMark Lodato3-3/+106
2009-05-21git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver1-0/+1
2009-05-21git-svn: Correctly report max revision when following deleted pathsAlex Vandiver1-1/+1