summaryrefslogtreecommitdiffstats
path: root/lockfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-19checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano1-1/+1
2009-07-17sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey1-2/+0
2009-07-17refs.c: release file descriptor on error returnBrandon Casey1-1/+3
2009-07-08Documentation: update description of shell aliasesSitaram Chamarty1-1/+3
2009-07-01request-pull: really really disable pagerMichal Marek1-3/+4
2009-07-01attr: plug minor memory leakRené Scharfe1-0/+2
2009-06-30request-pull: really disable pagerJunio C Hamano1-2/+2
2009-06-30Makes some cleanup/review in gittutorialThadeu Lima de Souza Cascardo1-12/+12
2009-06-30Makefile: git.o depends on library headersJohannes Sixt1-1/+1
2009-06-30git-submodule documentation: fix foreach exampleMiklos Vajna2-2/+4
2009-06-27gitweb/README: fix AliasMatch in exampleGiuseppe Bilotta1-1/+9
2009-06-27Test grep --and/--or/--notThomas Rast1-0/+30
2009-06-27Test git archive --remoteThomas Rast1-0/+4
2009-06-25git-remote: fix missing .uploadpack usage for show commandChris Frey1-1/+1
2009-06-24fread does not return negative on errorRoel Kluin1-1/+1
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt1-1/+1
2009-06-22GIT 1.6.3.3v1.6.3.3Junio C Hamano3-2/+40
2009-06-21attribute: whitespace set to true detects all errors known to gitJunio C Hamano1-5/+7
2009-06-21.gitattributes: CR at the end of the line is an errorNanako Shiraishi1-1/+1
2009-06-21t3505: fix abuse of test_expect_codeJunio C Hamano1-5/+5
2009-06-21git-show-ref.txt: remove word and make consistentStephen Boyd1-2/+2
2009-06-21git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna1-1/+1
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd2-2/+15
2009-06-18http.c: fix compiling with libcurl 7.9.2Mark Lodato1-4/+4
2009-06-18fetch: do not create ref from empty nameClemens Buchacher1-1/+1
2009-06-18import-tars: support symlinksJohannes Schindelin1-5/+12
2009-06-18upload-archive: fix infinite loop on CygwinRené Scharfe1-5/+7
2009-06-18avoid exponential regex match for java and objc function namesPaolo Bonzini1-2/+3
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds8-16/+12
2009-06-15pull, rebase: simplify to use die()Stephen Boyd2-10/+5
2009-06-14use xstrdup, not strdup in ll-merge.cJim Meyering1-4/+4
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd1-33/+32
2009-06-12Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini1-0/+4
2009-06-11rebase--interactive: remote stray closing parenthesisUwe Kleine-König1-1/+1
2009-06-09diff.c: plug a memory leak in an error pathJohannes Sixt1-0/+1
2009-06-09fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt1-1/+3
2009-06-09fix handling of iconv configuration optionsMarco Nelissen1-0/+8
2009-06-09builtin-remote: Make "remote show" display all urlsMichael J Gruber1-3/+6
2009-06-06Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2-1/+8
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2-5/+10
2009-06-06http*: cleanup slot->local after fcloseTay Ray Chuan2-0/+12
2009-06-04GIT 1.6.3.2v1.6.3.2Junio C Hamano2-8/+6
2009-06-03grep: fix empty word-regexp matchesRené Scharfe1-1/+5
2009-06-03blame: correctly handle a path that used to be a directoryJunio C Hamano2-8/+33
2009-06-03add -i: do not dump patch during applicationThomas Rast1-1/+0
2009-06-02Update draft release notes for 1.6.3.2Junio C Hamano1-14/+26
2009-06-02grep: fix colouring of matches with zero lengthRené Scharfe1-0/+2
2009-06-02refuse to merge during a mergeClemens Buchacher2-1/+7
2009-05-29for-each-ref: Do not lookup objects when they will not be usedAnders Kaseorg1-9/+17
2009-05-29Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18