summaryrefslogtreecommitdiffstats
path: root/shell.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-11Prepare for 1.7.3.4Junio C Hamano2-1/+33
2010-12-10thread-utils.h: simplify the inclusionJunio C Hamano4-12/+4
2010-12-10Makefile: transport-helper uses thread-utils.hJonathan Nieder1-2/+1
2010-12-10Add --force to git-send-email documentationAlejandro R. Sedeño1-0/+3
2010-12-10Documentation/git.txt: update list of maintenance releasesJunio C Hamano1-4/+8
2010-12-09t9143: do not fail when unhandled.log.gz is not createdTorsten Bögershausen1-3/+1
2010-12-09git-svn: allow the mergeinfo property to be setSteven Walter2-1/+55
2010-12-09contrib/hooks/post-receive-email: fix return values from prep_for_emailAlan Raison1-4/+4
2010-12-07git-rm.txt: Fix quotingMichael J Gruber1-6/+6
2010-12-07Makefile: dependencies for vcs-svn testsJonathan Nieder1-1/+5
2010-12-07parse-remote: handle detached HEADSanti Béjar1-1/+1
2010-12-04Git 1.7.3.3v1.7.3.3Junio C Hamano2-3/+11
2010-12-04CodingGuidelines: mention whitespace preferences for shell scriptsGiuseppe Bilotta1-0/+4
2010-12-04Documentation: do not misinterpret pull refspec as bold textJonathan Nieder1-2/+2
2010-12-02Update draft release notes to 1.7.4Junio C Hamano1-10/+37
2010-12-02Git 1.7.0.8v1.7.0.8Junio C Hamano3-2/+12
2010-12-02Documentation: Fix mark-up of lines with more than one tildeJunio C Hamano2-2/+2
2010-12-01add: introduce add.ignoreerrors synonym for add.ignore-errorsJonathan Nieder2-2/+7
2010-12-01commit.c: Remove backward goto in read_craft_line()Ralf Thielow1-6/+7
2010-12-01bash: Match lightweight tags in promptknittl1-1/+1
2010-12-01git-commit.txt: (synopsis): move -i and -o before "--"Jari Aalto1-2/+2
2010-11-26t7300: add a missing SYMLINKS prerequisiteJohannes Sixt1-1/+1
2010-11-24imap-send: link against libcrypto for HMAC and othersDiego Elio Pettenò1-1/+1
2010-11-24git-send-email.perl: Deduplicate "to:" and "cc:" entries with namesJoe Perches1-1/+1
2010-11-24mingw: do not set errno to 0 on successErik Faye-Lund1-1/+3
2010-11-19remote-fd/ext: finishing touches after code reviewIlari Liusvaara5-18/+21
2010-11-18Update draft release notes to 1.7.4Junio C Hamano1-2/+53
2010-11-17t6022: Use -eq not = to test output of wc -lBrian Gernhardt1-32/+32
2010-11-17clean: remove redundant variable baselenNguyễn Thái Ngọc Duy1-2/+2
2010-11-17Provide 'git merge --abort' as a synonym to 'git reset --merge'Johan Herland3-3/+351
2010-11-17cmd_merge(): Parse options before checking MERGE_HEADJohan Herland1-16/+17
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland3-0/+47